Searched refs:heap_index (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.h51 unsigned heap_index; member in struct:mem_key::__anoned6862480108
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c1490 uint32_t heap_index = device->memory_properties.memoryTypes[i].heapIndex; local in function:radv_get_memory_budget_properties
1501 memoryBudget->heapBudget[heap_index] = heap_budget;
1502 memoryBudget->heapUsage[heap_index] = heap_usage;
1512 memoryBudget->heapBudget[heap_index] = heap_budget;
1513 memoryBudget->heapUsage[heap_index] = heap_usage;
1523 memoryBudget->heapBudget[heap_index] = heap_budget;
1524 memoryBudget->heapUsage[heap_index] = heap_usage;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c5226 device->allocated_memory_size[mem->heap_index] -= mem->alloc_size;
5372 uint32_t heap_index; local in function:radv_alloc_memory
5374 heap_index =
5393 device->physical_device->memory_properties.memoryHeaps[heap_index].size;
5396 if (device->allocated_memory_size[heap_index] + alloc_size > total_size) {
5401 device->allocated_memory_size[heap_index] += alloc_size;
5412 device->allocated_memory_size[heap_index] -= alloc_size;
5418 mem->heap_index = heap_index;
H A Dradv_private.h861 uint32_t heap_index; member in struct:radv_device_memory

Completed in 30 milliseconds