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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c142 int vram_index = -1, visible_vram_index = -1, gart_index = -1; local in function:radv_physical_device_init_mem_types
145 vram_index = device->memory_properties.memoryHeapCount++;
146 device->memory_properties.memoryHeaps[vram_index] = (VkMemoryHeap) {
168 if (vram_index >= 0) {
172 .heapIndex = vram_index,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c188 int vram_index = -1, visible_vram_index = -1, gart_index = -1; local in function:radv_physical_device_init_mem_types
207 vram_index = device->memory_properties.memoryHeapCount++;
209 device->memory_properties.memoryHeaps[vram_index] = (VkMemoryHeap){
235 if (vram_index >= 0 || visible_vram_index >= 0) {
240 .heapIndex = vram_index >= 0 ? vram_index : visible_vram_index,

Completed in 18 milliseconds