Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.cpp35 m_coreProperties2 = initVulkanStructure(); in DeviceProperties()
42 void** nextPtr = &m_coreProperties2.pNext; in DeviceProperties()
104 vki.getPhysicalDeviceProperties2(physicalDevice, &m_coreProperties2); in DeviceProperties()
124 m_coreProperties2.properties = getPhysicalDeviceProperties(vki, physicalDevice); in DeviceProperties()
DvkDeviceProperties.hpp105 …const VkPhysicalDeviceProperties2& getCoreProperties2 (void) const { return m_coreProperties2;… in getCoreProperties2()
119 VkPhysicalDeviceProperties2 m_coreProperties2; member in vk::DeviceProperties