Searched refs:RequiredLayer (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.hpp | 92 struct RequiredLayer struct 100 explicit RequiredLayer (const std::string& name_, in RequiredLayer() argument 114 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& re… 123 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& r… 124 …sLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required); 332 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported()
|
D | vkQueryUtil.cpp | 440 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& required) in isCompatible() 479 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required) in isLayerSupported()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 69 if (vk::isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers() 75 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
|