Lines Matching refs:heapIndex
460 .heapIndex = 0, in anv_physical_device_init_heaps()
466 .heapIndex = 1, in anv_physical_device_init_heaps()
476 .heapIndex = device->vram_non_mappable.size > 0 ? 2 : 0, in anv_physical_device_init_heaps()
495 .heapIndex = 0, in anv_physical_device_init_heaps()
515 .heapIndex = 0, in anv_physical_device_init_heaps()
521 .heapIndex = 0, in anv_physical_device_init_heaps()
2741 .heapIndex = physical_device->memory.types[i].heapIndex, in anv_GetPhysicalDeviceMemoryProperties()
2849 uint32_t heapIndex, in anv_GetDeviceGroupPeerMemoryFeatures() argument
3798 assert(mem_type->heapIndex < pdevice->memory.heap_count); in anv_AllocateMemory()
3800 &pdevice->memory.heaps[mem_type->heapIndex]; in anv_AllocateMemory()
4128 p_atomic_add(&device->physical->memory.heaps[mem->type->heapIndex].used, in anv_FreeMemory()