Home
last modified time | relevance | path

Searched refs:CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL (Results 1 – 8 of 8) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/
H A Dcl_device.cpp224 CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL | in getQueueFamilyCapabilitiesAll()
241 …rties |= static_cast<cl_command_queue_capabilities_intel>(CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL); … in getQueueFamilyCapabilities()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/extensions/public/
H A Dcl_ext_private.h180 #define CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL (1 << 14) macro
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_enqueue_fill_image_tests.inl101 this->disableQueueCapabilities(CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/device/
H A Ddevice_tests.cpp752CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL | in HWTEST_F()
771CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL | in HWCMDTEST_F()
H A Ddevice_caps_tests.cpp1666 device->queueCaps = CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL; in TEST_F()
/dports/security/hashcat/hashcat-6.2.5/deps/git/OpenCL-Headers/CL/
H A Dcl_ext.h1696 #define CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL (1 << 14) macro
/dports/devel/opencl/OpenCL-Headers-2021.06.30/CL/
H A Dcl_ext.h1711 #define CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL (1 << 14) macro
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/api/
H A Dapi.cpp2927 …if (!pCommandQueue->validateCapabilityForOperation(CL_QUEUE_CAPABILITY_FILL_IMAGE_INTEL, numEvents… in clEnqueueFillImage()