Home
last modified time | relevance | path

Searched refs:clCreateSemaphoreWithPropertiesKHRptr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dopencl_vulkan_wrapper.cpp28 pfnclCreateSemaphoreWithPropertiesKHR clCreateSemaphoreWithPropertiesKHRptr; variable
63 clCreateSemaphoreWithPropertiesKHRptr = in init_cl_vk_ext()
67 if (NULL == clCreateSemaphoreWithPropertiesKHRptr) in init_cl_vk_ext()
855 clCreateSemaphoreWithPropertiesKHRptr(context, sema_props.data(), &err); in clExternalSemaphore()
H A Dopencl_vulkan_wrapper.hpp55 clCreateSemaphoreWithPropertiesKHRptr;
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_api_consistency.cpp501 clCreateSemaphoreWithPropertiesKHRptr(context, NULL, &errNum); in test_consistency_external_semaphore()
525 clVk2Clsemaphore = clCreateSemaphoreWithPropertiesKHRptr( in test_consistency_external_semaphore()
530 clCl2Vksemaphore = clCreateSemaphoreWithPropertiesKHRptr( in test_consistency_external_semaphore()