Change the value of define.

Change-Id: Ie84d01ef59b9c81be136a04d1ea11cab8429700b
Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
Mrozek, Michal
2019-09-30 10:19:24 +02:00
committed by sys_ocldev
parent eaec7bac1d
commit cce6f8ecf3

View File

@ -54,7 +54,7 @@ using cl_unified_shared_memory_capabilities_intel = cl_bitfield;
#define CL_MEM_FLAGS_INTEL 0x10001
#define CL_MEM_LOCALLY_UNCACHED_RESOURCE (1 << 18)
#define CL_MEM_LOCALLY_UNCACHED_SURFACE_STATE_RESOURCE (1 << 21)
#define CL_MEM_LOCALLY_UNCACHED_SURFACE_STATE_RESOURCE (1 << 25)
// Used with clEnqueueVerifyMemory
#define CL_MEM_COMPARE_EQUAL 0u