Searched refs:DeviceExtensionSupported (Results 1 - 3 of 3) sorted by relevance
/external/vulkan-validation-layers/tests/ |
H A D | vkrenderframework.cpp | 130 bool VkRenderFramework::DeviceExtensionSupported(VkPhysicalDevice dev, const char *layer, const char *ext_name, uint32_t spec) { function in class:VkRenderFramework 269 if (!DeviceExtensionSupported(objs[0], nullptr, *ext)) { 272 if (!DeviceExtensionSupported(objs[0], *layer, *ext)) {
|
H A D | layer_validation_tests.cpp | 1326 if (DeviceExtensionSupported(gpu(), "VK_LAYER_LUNARG_core_validation", VK_EXT_DEBUG_MARKER_EXTENSION_NAME)) { 1470 if (DeviceExtensionSupported(gpu(), nullptr, VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME)) { 1549 if (DeviceExtensionSupported(gpu(), nullptr, "VK_IMG_filter_cubic")) { 3424 if (DeviceExtensionSupported(gpu(), nullptr, "VK_IMG_filter_cubic")) { 4651 if (DeviceExtensionSupported(gpu(), nullptr, extension_name)) { 4778 if (DeviceExtensionSupported(gpu(), nullptr, extension_name)) { 8375 if (DeviceExtensionSupported(gpu(), nullptr, VK_KHX_DEVICE_GROUP_EXTENSION_NAME)) { 8488 mp_extensions = mp_extensions && DeviceExtensionSupported(gpu(), nullptr, VK_KHR_MAINTENANCE1_EXTENSION_NAME); 8489 mp_extensions = mp_extensions && DeviceExtensionSupported(gpu(), nullptr, VK_KHR_GET_MEMORY_REQUIREMENTS_2_EXTENSION_NAME); 8490 mp_extensions = mp_extensions && DeviceExtensionSupported(gp [all...] |
H A D | vkrenderframework.h | 104 bool DeviceExtensionSupported(VkPhysicalDevice dev, const char *layer, const char *name, uint32_t specVersion = 0);
|
Completed in 80 milliseconds