Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.hpp121 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& r…
122 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLa…
212 bool isLayerSupported (LayerIterator begin, LayerIterator end, const RequiredLayer& required) in isLayerSupported() function
DvkQueryUtil.cpp430 bool isLayerSupported (const std::vector<VkLayerProperties>& layers, const RequiredLayer& required) in isLayerSupported() function
432 return isLayerSupported(layers.begin(), layers.end(), required); in isLayerSupported()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.cpp78 if (isLayerSupported(supportedLayers, RequiredLayer(s_magicLayer))) in getValidationLayers()
84 if (isLayerSupported(supportedLayers, RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp69 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_magicLayer))) in getValidationLayers()
75 if (isLayerSupported(supportedLayers, vk::RequiredLayer(s_defaultLayers[ndx]))) in getValidationLayers()
/external/deqp/external/vulkancts/modules/vulkan/device_group/
DvktDeviceGroupRendering.cpp232 if (isLayerSupported(layerProperties, RequiredLayer(s_magicLayer))) in getDeviceLayers()
238 if (isLayerSupported(layerProperties, RequiredLayer(s_defaultLayers[ndx]))) in getDeviceLayers()