Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp7184 …VkPhysicalDeviceMemoryProperties2 phys_mem_props2 = {VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MEMORY_PROP… in TEST_F() local
7185 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()