Home
last modified time | relevance | path

Searched refs:test_vkCreateDevice (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.cpp212 VKAPI_ATTR VkResult VKAPI_CALL test_vkCreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceC… in test_vkCreateDevice() function
537 if (string_eq(pName, "vkCreateDevice")) return to_vkVoidFunction(test_vkCreateDevice); in get_instance_func_impl()
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp359 VKAPI_ATTR VkResult VKAPI_CALL test_vkCreateDevice(VkPhysicalDevice physicalDevice, const VkDeviceC… in test_vkCreateDevice() function
1147 if (string_eq(pName, "vkCreateDevice")) return to_vkVoidFunction(test_vkCreateDevice); in get_physical_device_func()