Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp123 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& r…
124 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLa…
332 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported() function
DvkQueryUtil.cpp479 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required) in isLayerSupported() function
481 return isLayerSupported(layers.begin(), layers.end(), required); in isLayerSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp64 if (vk::isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers()
70 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()