Home
last modified time | relevance | path

Searched refs:CL_COMMAND_MEMADVISE_INTEL (Results 1 – 18 of 18) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/extensions/public/
H A Dcl_ext_private.h126 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/lang/pocl/pocl-1.8/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/darktable38/darktable-3.8.0/src/external/OpenCL/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/lang/clover/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/libosmesa-gallium/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/libosmesa/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/mesa-gallium-va/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/mesa-dri/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/devel/oclgrind/Oclgrind-21.10/src/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/mesa-libs/mesa-21.3.6/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/include/CL/
H A Dcl_ext_intel.h473 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/security/hashcat/hashcat-6.2.5/deps/git/OpenCL-Headers/CL/
H A Dcl_ext.h1407 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/devel/opencl/OpenCL-Headers-2021.06.30/CL/
H A Dcl_ext.h1422 #define CL_COMMAND_MEMADVISE_INTEL 0x4207 macro
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/api/
H A Dcl_unified_shared_memory_tests.inl882 constexpr cl_command_type expectedCmd = CL_COMMAND_MEMADVISE_INTEL;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/api/
H A Dapi.cpp4159 pEvent->setCmdType(CL_COMMAND_MEMADVISE_INTEL); in clEnqueueMemAdviseINTEL()