mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:15:35 +08:00
y-tiling interface cleanup
Change-Id: If7e5ab7135eaa71d9215c87c2fc46188ffd42b02 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ba2233dc6a
commit
aeb84b3e20
@@ -88,7 +88,7 @@ class MemObj : public BaseObject<_cl_mem> {
|
||||
bool writeMemObjFlagsInvalid();
|
||||
bool mapMemObjFlagsInvalid(cl_map_flags mapFlags);
|
||||
|
||||
virtual bool allowTiling() const { return false; }
|
||||
MOCKABLE_VIRTUAL bool isTiledAllocation() const;
|
||||
|
||||
void *getCpuAddressForMapping();
|
||||
void *getCpuAddressForMemoryTransfer();
|
||||
|
||||
Reference in New Issue
Block a user