Searched refs:gart_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
159 gart_index = device->memory_properties.memoryHeapCount++;
160 device->memory_properties.memoryHeaps[gart_index] = (VkMemoryHeap) {
175 if (gart_index >= 0) {
181 .heapIndex = gart_index,
193 if (gart_index >= 0) {
200 .heapIndex = gart_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
216 gart_index = device->memory_properties.memoryHeapCount++;
218 device->memory_properties.memoryHeaps[gart_index] = (VkMemoryHeap){
244 if (gart_index >= 0) {
250 .heapIndex = gart_index,
264 if (gart_index >= 0) {
270 .heapIndex = gart_index,

Completed in 25 milliseconds