Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c197 int vram_index = -1, visible_vram_index = -1, gart_index = -1; in radv_physical_device_init_mem_types() local
216 vram_index = device->memory_properties.memoryHeapCount++; in radv_physical_device_init_mem_types()
218 device->memory_properties.memoryHeaps[vram_index] = (VkMemoryHeap){ in radv_physical_device_init_mem_types()
244 if (vram_index >= 0 || visible_vram_index >= 0) { in radv_physical_device_init_mem_types()
249 .heapIndex = vram_index >= 0 ? vram_index : visible_vram_index, in radv_physical_device_init_mem_types()
256 .heapIndex = vram_index >= 0 ? vram_index : visible_vram_index, in radv_physical_device_init_mem_types()