Searched refs:get_device_func (Results 1 – 2 of 2) sorted by relevance
/third_party/vulkan-loader/tests/framework/layer/ |
D | test_layer.cpp | 475 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL get_device_func(VkDevice device, const char* pName); 477 if (string_eq(pName, "vkGetDeviceProcAddr")) return to_vkVoidFunction(get_device_func); in get_device_func_impl() 495 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL get_device_func(VkDevice device, const char* pName) { in get_device_func() function 538 if (string_eq(pName, "vkGetDeviceProcAddr")) return to_vkVoidFunction(get_device_func); in get_instance_func_impl() 651 return get_device_func(device, pName); in test_layer_GetDeviceProcAddr() 657 return get_device_func(device, pName); in vkGetDeviceProcAddr() 669 return get_device_func(device, pName); in GetDeviceProcAddr() 700 pVersionStruct->pfnGetDeviceProcAddr = get_device_func; in vkNegotiateLoaderLayerInterfaceVersion()
|
/third_party/vulkan-loader/tests/framework/icd/ |
D | test_icd.cpp | 1287 PFN_vkVoidFunction get_device_func(VkDevice device, const char* pName) { in get_device_func() function 1319 return get_device_func(device, pName); in test_vkGetDeviceProcAddr() 1338 auto device_func_return = get_device_func(nullptr, pName); in base_get_instance_proc_addr()
|