Home
last modified time | relevance | path

Searched refs:getVulkan11Properties (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp106 …const VkPhysicalDeviceVulkan11Properties& getVulkan11Properties (void) const { return m_vulkan11P… in getVulkan11Properties() function in vk::DeviceProperties
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp323 …etDeviceVulkan11Properties (void) const { return m_deviceProperties.getVulkan11Properties(); } in getDeviceVulkan11Properties()