Searched refs:phys_mem_props2 (Results 1 – 1 of 1) sorted by relevance
7184 …VkPhysicalDeviceMemoryProperties2 phys_mem_props2 = {VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROP… in TEST_F() local7185 vkGetPhysicalDeviceMemoryProperties2Function(gpu(), &phys_mem_props2); in TEST_F()7200 … for (mem_type = 0; mem_type < phys_mem_props2.memoryProperties.memoryTypeCount; mem_type++) { in TEST_F()7202 …((phys_mem_props2.memoryProperties.memoryTypes[mem_type].propertyFlags & mem_props) == mem_props))… in TEST_F()