Searched refs:isLayerSupported (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.hpp | 123 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
|
D | vkQueryUtil.cpp | 479 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/ |
D | vktCustomInstancesDevices.cpp | 64 if (vk::isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers() 70 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
|