Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp100 struct RequiredLayer struct
108 explicit RequiredLayer (const std::string& name_, in RequiredLayer() function
122 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& re…
131 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& r…
132 …sLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required);
350 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported()
DvkQueryUtil.cpp466 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& required) in isCompatible()
505 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required) in isLayerSupported()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktCustomInstancesDevices.cpp74 if (vk::isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers()
80 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp74 if (vk::isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers()
80 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()