Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp77 struct RequiredLayer struct
85 explicit RequiredLayer (const std::string& name_, in RequiredLayer() function
99 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& re…
106 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& r…
107 …sLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required);
197 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported()
DvkQueryUtil.cpp291 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& required) in isCompatible()
316 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required) in isLayerSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp68 if (isLayerSupported(supportedLayers, RequiredLayer(s_magicLayer))) in getValidationLayers()
74 if (isLayerSupported(supportedLayers, RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()