mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Refactor memory object control state methods in generated commands
remove setters/getters for Index To Mocs Tables fields all information contained in MOCS from gmm client context is now handled by dedicated method set/get MemoryObjectControlState Related-To: NEO-6466 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
601271c92e
commit
03e617d14f
@ -20,7 +20,7 @@ template <>
|
||||
void ImageHw<Family>::setMediaSurfaceRotation(void *) {}
|
||||
|
||||
template <>
|
||||
void ImageHw<Family>::setSurfaceMemoryObjectControlStateIndexToMocsTable(void *, uint32_t) {}
|
||||
void ImageHw<Family>::setSurfaceMemoryObjectControlState(void *, uint32_t) {}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
|
Reference in New Issue
Block a user