Home
last modified time | relevance | path

Searched refs:CL_MEM_COMPARE_NOT_EQUAL (Results 1 – 4 of 4) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_tests/command_queue/
H A Denqueue_verify_memory_buffer_aub_tests.cpp111 …fyMemoryINTEL(pCmdQ, mappedAddress, invalidContent1.get(), testDataSize, CL_MEM_COMPARE_NOT_EQUAL); in HWTEST_P()
113 …fyMemoryINTEL(pCmdQ, mappedAddress, invalidContent2.get(), testDataSize, CL_MEM_COMPARE_NOT_EQUAL); in HWTEST_P()
H A Denqueue_verify_memory_image_aub_tests.cpp136 CL_MEM_COMPARE_NOT_EQUAL); in HWTEST_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_enqueue_verify_memory.inl18 …dServicesMemTraceMemoryCompare::CompareOperationValues::CompareNotEqual, CL_MEM_COMPARE_NOT_EQUAL);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/extensions/public/
H A Dcl_ext_private.h72 #define CL_MEM_COMPARE_NOT_EQUAL 1u macro