Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_device.c176 int vram_index = -1, visible_vram_index = -1, gart_index = -1; in radv_physical_device_init_mem_types() local
192 gart_index = device->memory_properties.memoryHeapCount++; in radv_physical_device_init_mem_types()
194 device->memory_properties.memoryHeaps[gart_index] = (VkMemoryHeap) { in radv_physical_device_init_mem_types()
220 if (gart_index >= 0) { in radv_physical_device_init_mem_types()
226 .heapIndex = gart_index, in radv_physical_device_init_mem_types()
240 if (gart_index >= 0) { in radv_physical_device_init_mem_types()
247 .heapIndex = gart_index, in radv_physical_device_init_mem_types()