Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp106 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& r…
107 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLa…
197 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported() function
DvkQueryUtil.cpp316 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required) in isLayerSupported() function
318 return isLayerSupported(layers.begin(), layers.end(), 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()