Searched refs:RequiredLayer (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.hpp | 100 struct RequiredLayer struct 108 explicit RequiredLayer (const std::string& name_, in RequiredLayer() function 122 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& re… 131 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& r… 132 …sLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required); 350 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported()
|
D | vkQueryUtil.cpp | 466 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& required) in isCompatible() 505 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required) in isLayerSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
D | vktCustomInstancesDevices.cpp | 74 if (vk::isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers() 80 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 74 if (vk::isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers() 80 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
|