Home
last modified time | relevance | path

Searched refs:clGetExtensionFunctionAddressForPlatform (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dmain.cpp50 clGetExtensionFunctionAddressForPlatform( in MediaSurfaceSharingExtensionInit()
60 clGetExtensionFunctionAddressForPlatform( in MediaSurfaceSharingExtensionInit()
71 clGetExtensionFunctionAddressForPlatform( in MediaSurfaceSharingExtensionInit()
82 clGetExtensionFunctionAddressForPlatform( in MediaSurfaceSharingExtensionInit()
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/
H A Dicd_dispatch.c306 return platform->dispatch->clGetExtensionFunctionAddressForPlatform( in clGetExtensionFunctionAddressForPlatform_body()
320 CL_API_ENTRY void* CL_API_CALL clGetExtensionFunctionAddressForPlatform( in clGetExtensionFunctionAddressForPlatform() function
328 return khrFirstLayer->dispatch.clGetExtensionFunctionAddressForPlatform( in clGetExtensionFunctionAddressForPlatform()
/aosp_15_r20/external/OpenCL-CTS/test_common/gles/
H A Dhelpers.cpp1187 …clCreateFromGLBuffer_ptr = (clCreateFromGLBuffer_fn)clGetExtensionFunctionAddressForPlatform(platf… in init_clgl_ext()
1194 …clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext()
1201 …FromGLRenderbuffer_ptr = (clCreateFromGLRenderbuffer_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
1208 …clGetGLObjectInfo_ptr = (clGetGLObjectInfo_fn)clGetExtensionFunctionAddressForPlatform(platform_id… in init_clgl_ext()
1215 …clGetGLTextureInfo_ptr = (clGetGLTextureInfo_fn)clGetExtensionFunctionAddressForPlatform(platform_… in init_clgl_ext()
1222 …eueAcquireGLObjects_ptr = (clEnqueueAcquireGLObjects_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
1229 …eueReleaseGLObjects_ptr = (clEnqueueReleaseGLObjects_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dopencl_vulkan_wrapper.cpp40 (pfnclEnqueueWaitSemaphoresKHR)clGetExtensionFunctionAddressForPlatform( in init_cl_vk_ext()
48 clGetExtensionFunctionAddressForPlatform( in init_cl_vk_ext()
56 (pfnclReleaseSemaphoreKHR)clGetExtensionFunctionAddressForPlatform( in init_cl_vk_ext()
65 clGetExtensionFunctionAddressForPlatform( in init_cl_vk_ext()
/aosp_15_r20/external/OpenCL-CTS/test_common/gl/
H A Dhelpers.cpp2419 …clCreateFromGLBuffer_ptr = (clCreateFromGLBuffer_fn)clGetExtensionFunctionAddressForPlatform(platf… in init_clgl_ext()
2424 …CreateFromGLTexture2D_ptr = (clCreateFromGLTexture2D_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
2429 …CreateFromGLTexture3D_ptr = (clCreateFromGLTexture3D_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
2434 …clCreateFromGLTexture_ptr = (clCreateFromGLTexture_fn)clGetExtensionFunctionAddressForPlatform(pla… in init_clgl_ext()
2439 …FromGLRenderbuffer_ptr = (clCreateFromGLRenderbuffer_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
2444 …clGetGLObjectInfo_ptr = (clGetGLObjectInfo_fn)clGetExtensionFunctionAddressForPlatform(platform,"c… in init_clgl_ext()
2449 …clGetGLTextureInfo_ptr = (clGetGLTextureInfo_fn)clGetExtensionFunctionAddressForPlatform(platform,… in init_clgl_ext()
2454 …eueAcquireGLObjects_ptr = (clEnqueueAcquireGLObjects_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
2459 …eueReleaseGLObjects_ptr = (clEnqueueReleaseGLObjects_fn)clGetExtensionFunctionAddressForPlatform(p… in init_clgl_ext()
H A Dsetup_win32.cpp114 …clGetGLContextInfoKHR = (clGetGLContextInfoKHR_fn) clGetExtensionFunctionAddressForPlatform(platfo… in CreateCLContext()
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/
H A DOpenCL-mingw-i686.def124 clGetExtensionFunctionAddressForPlatform@8 == clGetExtensionFunctionAddressForPlatform
/aosp_15_r20/external/angle/include/CL/
H A Dcl_icd.h179 clGetExtensionFunctionAddressForPlatform; member
196 void *clGetExtensionFunctionAddressForPlatform; member
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl_icd.h179 clGetExtensionFunctionAddressForPlatform; member
196 void *clGetExtensionFunctionAddressForPlatform; member
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dicd.rs132 clGetExtensionFunctionAddressForPlatform: Some(clGetExtensionFunctionAddressForPlatform),
554 extern "C" fn clGetExtensionFunctionAddressForPlatform( in clGetExtensionFunctionAddressForPlatform() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dopencl_wrapper.cc210 LoadFunction(clGetExtensionFunctionAddressForPlatform); in LoadOpenCLFunctions()
340 clGetExtensionFunctionAddressForPlatform; in LoadOpenCLFunctions() variable
/aosp_15_r20/external/mesa3d/src/gallium/targets/opencl/
H A DMesaOpenCL.def.in4 clGetExtensionFunctionAddressForPlatform@8
H A DOpenCL.def.in94 clGetExtensionFunctionAddressForPlatform@8
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/
H A DextensionHelpers.h22 clGetExtensionFunctionAddressForPlatform( \
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dtest_op_opaque.cpp48 clGetExtensionFunctionAddressForPlatform( in TEST_SPIRV_FUNC()
H A Dtest_linkage.cpp52 clGetExtensionFunctionAddressForPlatform( in test_linkage_compile()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
H A Dbasic_command_buffer.h40 clGetExtensionFunctionAddressForPlatform(platform, #FUNC)); \
H A Dcommand_buffer_test_base.h40 clGetExtensionFunctionAddressForPlatform(platform, #FUNC)); \ in init_extension_functions()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_fence_sync.cpp328 …(clCreateEventFromGLsyncKHR_fn)clGetExtensionFunctionAddressForPlatform(platform_id,"clCreateEvent… in test_fence_sync_single()
333 …(clCreateEventFromGLsyncKHR_fn)clGetExtensionFunctionAddressForPlatform(platform_id, "clCreateEven… in test_fence_sync_single()
H A Dsetup_egl.cpp116 (clGetGLContextInfoKHR_fn)clGetExtensionFunctionAddressForPlatform( in CreateCLContext()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
H A Dtest_cl_ext_image_buffer.hpp24 clGetExtensionFunctionAddressForPlatform(platform, #function_name)); \
/aosp_15_r20/external/OpenCL-ICD-Loader/scripts/
H A Dicd_dispatch_generated.c.mako6 'clGetExtensionFunctionAddressForPlatform', # to return ICD-aware extensions
116 % elif api.Name == "clSVMAlloc" or api.Name == "clGetExtensionFunctionAddressForPlatform":
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/
H A Dtest_fence_sync.cpp360 (clCreateEventFromGLsyncKHR_fn)clGetExtensionFunctionAddressForPlatform( in test_fence_sync_single()
367 clGetExtensionFunctionAddressForPlatform( in test_fence_sync_single()
/aosp_15_r20/external/angle/src/libOpenCL/
H A DlibOpenCL_autogen.map111 clGetExtensionFunctionAddressForPlatform;
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/
H A Drename_api.h86 #define clGetExtensionFunctionAddressForPlatform ___clGetExtensionFunctionAddressForPlatform macro

123