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

/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp130 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 Dlayer_validation_tests.cpp1326 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 Dvkrenderframework.h104 bool DeviceExtensionSupported(VkPhysicalDevice dev, const char *layer, const char *name, uint32_t specVersion = 0);

Completed in 80 milliseconds