Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp105 …const VkPhysicalDeviceProperties2& getCoreProperties2 (void) const { return m_coreProperties2;… in getCoreProperties2() function in vk::DeviceProperties
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.cpp321 … getDeviceProperties (void) const { return m_deviceProperties.getCoreProperties2().properties… in getDeviceProperties()
322 … getDeviceProperties2 (void) const { return m_deviceProperties.getCoreProperties2(); } in getDeviceProperties2()