Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c492 unsigned oldMemoryTypeCount = mem->memoryTypeCount; in dzn_physical_device_init_memory() local
495 memcpy(oldMemoryTypes, mem->memoryTypes, oldMemoryTypeCount * sizeof(VkMemoryType)); in dzn_physical_device_init_memory()
498 … for (unsigned oldMemoryTypeIdx = 0; oldMemoryTypeIdx < oldMemoryTypeCount; ++oldMemoryTypeIdx) { in dzn_physical_device_init_memory()