Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp216 …if (renderFramework->DeviceExtensionSupported(renderFramework->gpu(), nullptr, VK_KHR_CREATE_RENDE… in CheckCreateRenderPass2Support()
1439 if (DeviceExtensionSupported(gpu(), nullptr, device_extension)) { in TEST_F()
1506 …if (DeviceExtensionSupported(gpu(), "VK_LAYER_LUNARG_core_validation", VK_EXT_DEBUG_MARKER_EXTENSI… in TEST_F()
1801 …if (DeviceExtensionSupported(gpu(), nullptr, VK_KHR_SAMPLER_MIRROR_CLAMP_TO_EDGE_EXTENSION_NAME)) { in TEST_F()
1880 if (DeviceExtensionSupported(gpu(), nullptr, "VK_IMG_filter_cubic")) { in TEST_F()
4079 if (DeviceExtensionSupported(gpu(), nullptr, "VK_IMG_filter_cubic")) { in TEST_F()
5359 if (DeviceExtensionSupported(gpu(), nullptr, extension_name)) { in TEST_F()
5486 if (DeviceExtensionSupported(gpu(), nullptr, extension_name)) { in TEST_F()
5755 …if (!rp2Supported && DeviceExtensionSupported(gpu(), nullptr, VK_KHR_MAINTENANCE2_EXTENSION_NAME))… in TEST_F()
6118 if (DeviceExtensionSupported(gpu(), nullptr, VK_KHR_MULTIVIEW_EXTENSION_NAME)) { in TEST_F()
[all …]
Dvkrenderframework.cpp144 bool VkRenderFramework::DeviceExtensionSupported(VkPhysicalDevice dev, const char *layer, const cha… in DeviceExtensionSupported() function in VkRenderFramework
400 if (!DeviceExtensionSupported(objs[0], nullptr, *ext)) { in InitState()
403 if (DeviceExtensionSupported(objs[0], *layer, *ext)) { in InitState()
Dvkrenderframework.h111 …bool DeviceExtensionSupported(VkPhysicalDevice dev, const char *layer, const char *name, uint32_t …