Home
last modified time | relevance | path

Searched refs:CL_MEM_FLAGS_INTEL (Results 1 – 7 of 7) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dmemory_properties_helpers_tests.cpp241 CL_MEM_FLAGS_INTEL, in TEST_F()
256 CL_MEM_FLAGS_INTEL, in TEST_F()
268 CL_MEM_FLAGS_INTEL, in TEST_F()
293 CL_MEM_FLAGS_INTEL, in TEST_F()
305 CL_MEM_FLAGS_INTEL, in TEST_F()
317 CL_MEM_FLAGS_INTEL, in TEST_F()
329 CL_MEM_FLAGS_INTEL, in TEST_F()
341 CL_MEM_FLAGS_INTEL, in TEST_F()
353 CL_MEM_FLAGS_INTEL, in TEST_F()
H A Dhardware_commands_helper_tests.cpp1286 …cl_mem_properties_intel bufferPropertiesUncachedResource[] = {CL_MEM_FLAGS_INTEL, CL_MEM_LOCALLY_U… in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_create_buffer_tests.cpp114 cl_mem_properties_intel properties[] = {CL_MEM_FLAGS_INTEL, GetParam(), 0}; in TEST_P()
136 cl_mem_properties_intel properties[] = {CL_MEM_FLAGS_INTEL, GetParam(), 0}; in TEST_P()
264 …cl_mem_properties_intel properties[] = {CL_MEM_FLAGS_INTEL, CL_MEM_ALLOW_UNRESTRICTED_SIZE_INTEL, … in TEST_F()
405 {CL_MEM_FLAGS_INTEL, CL_MEM_LOCALLY_UNCACHED_RESOURCE, 0}, in TEST_F()
406 {CL_MEM_FLAGS, CL_MEM_WRITE_ONLY, CL_MEM_FLAGS_INTEL, CL_MEM_LOCALLY_UNCACHED_RESOURCE, 0}}; in TEST_F()
H A Dcl_mem_locally_uncached_resource_tests.cpp58 [[maybe_unused]] const cl_mem_properties_intel propertiesUncacheable[] = {CL_MEM_FLAGS_INTEL, CL_ME…
59 …t cl_mem_properties_intel propertiesUncacheableInSurfaceState[] = {CL_MEM_FLAGS_INTEL, CL_MEM_LOCA…
H A Dcl_create_image_tests.cpp573 {CL_MEM_FLAGS_INTEL, CL_MEM_LOCALLY_UNCACHED_RESOURCE, 0}, in TEST_F()
574 {CL_MEM_FLAGS, CL_MEM_WRITE_ONLY, CL_MEM_FLAGS_INTEL, CL_MEM_LOCALLY_UNCACHED_RESOURCE, 0}}; in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dcl_memory_properties_helpers.cpp26 case CL_MEM_FLAGS_INTEL: in parseMemoryProperties()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/extensions/public/
H A Dcl_ext_private.h65 #define CL_MEM_FLAGS_INTEL 0x10001 macro