| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | amdgpu_bo_helper.h | 85 * \param heap_size - \c [out] theoretical max available memory 94 uint64_t *heap_size,
|
| H A D | amdgpu_bo_helper.c | 360 uint64_t *heap_size, 369 *heap_size = 0; 372 *heap_size = heap_info.heap_size; 358 amdgpu_query_heap_size(amdgpu_device_handle pDev,uint32_t heap,uint64_t * heap_size,uint64_t * max_allocation) argument
|
| H A D | amdgpu_kms.c | 1556 uint64_t heap_size = 0; local in function:AMDGPUPreInit_KMS 1709 &heap_size, &max_allocation); 1710 info->gart_size = heap_size; 1712 &heap_size, &max_allocation); 1718 (unsigned long long)heap_size,
|
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| H A D | amdgpu_gpu_info.c | 261 info->heap_size = vram_gtt_info.vram_cpu_accessible_size; 263 info->heap_size = vram_gtt_info.vram_size; 279 info->heap_size = vram_gtt_info.gtt_size;
|
| H A D | amdgpu.h | 416 uint64_t heap_size; member in struct:amdgpu_heap_info 422 * heap_size.
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_gpu_info.c | 294 info->gart_size = gtt.heap_size; 295 info->vram_size = vram.heap_size; 296 info->vram_vis_size = vram_vis.heap_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 142 uint64_t heap_size = anv_compute_heap_size(fd, gtt_size); local in function:anv_physical_device_init_heaps 144 if (heap_size > (2ull << 30) && !device->supports_48bit_addresses) { 153 heap_size = 2ull << 30; 156 if (heap_size <= 3ull * (1ull << 30)) { 165 .size = heap_size, 178 const uint64_t heap_size_48bit = heap_size - heap_size_32bit; 1680 VkDeviceSize heap_size = device->memory.heaps[i].size; local in function:anv_get_memory_budget 1684 double heap_proportion = (double) heap_size / total_heaps_size; 1692 heap_budget = MIN2(heap_size, heap_used + heap_available); 1704 assert(0 < heap_budget && heap_budget <= heap_size); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_gpu_info.c | 114 uint64_t heap_size; member in struct:amdgpu_heap_info 528 info->gart_size = gtt.heap_size; 529 info->vram_size = fix_vram_size(vram.heap_size); 530 info->vram_vis_size = vram_vis.heap_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 935 u32 heap_size; member in struct:bifrost_tiler_heap_meta
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_device.c | 2584 VkDeviceSize heap_size = device->memory.heaps[i].size; local in function:anv_get_memory_budget 2597 double heap_proportion = (double) heap_size / total_heaps_size; 2605 heap_budget = MIN2(heap_size, heap_used + heap_available); 2617 assert(0 < heap_budget && heap_budget <= heap_size);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 1157 uint64_t heap_size = physical_device->heap.size; local in function:tu_get_budget_memory 1169 return MIN2(heap_size, heap_used + heap_available);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 1655 pandecode_prop("heap_size = 0x%x", h->heap_size);
|