/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
H A D | main.cpp | 50 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 D | icd_dispatch.c | 306 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 D | helpers.cpp | 1187 …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 D | opencl_vulkan_wrapper.cpp | 40 (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 D | helpers.cpp | 2419 …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 D | setup_win32.cpp | 114 …clGetGLContextInfoKHR = (clGetGLContextInfoKHR_fn) clGetExtensionFunctionAddressForPlatform(platfo… in CreateCLContext()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/windows/ |
H A D | OpenCL-mingw-i686.def | 124 clGetExtensionFunctionAddressForPlatform@8 == clGetExtensionFunctionAddressForPlatform
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl_icd.h | 179 clGetExtensionFunctionAddressForPlatform; member 196 void *clGetExtensionFunctionAddressForPlatform; member
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl_icd.h | 179 clGetExtensionFunctionAddressForPlatform; member 196 void *clGetExtensionFunctionAddressForPlatform; member
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | icd.rs | 132 clGetExtensionFunctionAddressForPlatform: Some(clGetExtensionFunctionAddressForPlatform), 554 extern "C" fn clGetExtensionFunctionAddressForPlatform( in clGetExtensionFunctionAddressForPlatform() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | opencl_wrapper.cc | 210 LoadFunction(clGetExtensionFunctionAddressForPlatform); in LoadOpenCLFunctions() 340 clGetExtensionFunctionAddressForPlatform; in LoadOpenCLFunctions() variable
|
/aosp_15_r20/external/mesa3d/src/gallium/targets/opencl/ |
H A D | MesaOpenCL.def.in | 4 clGetExtensionFunctionAddressForPlatform@8
|
H A D | OpenCL.def.in | 94 clGetExtensionFunctionAddressForPlatform@8
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | extensionHelpers.h | 22 clGetExtensionFunctionAddressForPlatform( \
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/ |
H A D | test_op_opaque.cpp | 48 clGetExtensionFunctionAddressForPlatform( in TEST_SPIRV_FUNC()
|
H A D | test_linkage.cpp | 52 clGetExtensionFunctionAddressForPlatform( in test_linkage_compile()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/ |
H A D | basic_command_buffer.h | 40 clGetExtensionFunctionAddressForPlatform(platform, #FUNC)); \
|
H A D | command_buffer_test_base.h | 40 clGetExtensionFunctionAddressForPlatform(platform, #FUNC)); \ in init_extension_functions()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/ |
H A D | test_fence_sync.cpp | 328 …(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 D | setup_egl.cpp | 116 (clGetGLContextInfoKHR_fn)clGetExtensionFunctionAddressForPlatform( in CreateCLContext()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_read_write/ |
H A D | test_cl_ext_image_buffer.hpp | 24 clGetExtensionFunctionAddressForPlatform(platform, #function_name)); \
|
/aosp_15_r20/external/OpenCL-ICD-Loader/scripts/ |
H A D | icd_dispatch_generated.c.mako | 6 '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 D | test_fence_sync.cpp | 360 (clCreateEventFromGLsyncKHR_fn)clGetExtensionFunctionAddressForPlatform( in test_fence_sync_single() 367 clGetExtensionFunctionAddressForPlatform( in test_fence_sync_single()
|
/aosp_15_r20/external/angle/src/libOpenCL/ |
H A D | libOpenCL_autogen.map | 111 clGetExtensionFunctionAddressForPlatform;
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/ |
H A D | rename_api.h | 86 #define clGetExtensionFunctionAddressForPlatform ___clGetExtensionFunctionAddressForPlatform macro
|