Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp107 …const VkPhysicalDeviceVulkan12Properties& getVulkan12Properties (void) const { return m_vulkan12P… in getVulkan12Properties() function in vk::DeviceProperties
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp324 …etDeviceVulkan12Properties (void) const { return m_deviceProperties.getVulkan12Properties(); } in getDeviceVulkan12Properties()