Home
last modified time | relevance | path

Searched defs:layerProperties (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp280 static auto layerProperties = vk::enumerateInstanceLayerProperties(); in initialize() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp553 bool isCompatible (const VkLayerProperties& layerProperties, const RequiredLayer& required) in isCompatible()