Searched refs:oldMemoryTypeCount (Results 1 – 1 of 1) sorted by relevance
492 unsigned oldMemoryTypeCount = mem->memoryTypeCount; in dzn_physical_device_init_memory() local495 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()