Home
last modified time | relevance | path

Searched refs:vram_size (Results 1 - 14 of 14) sorted by relevance

/third_party/mesa3d/src/amd/drm-shim/
H A Dradeon_noop_drm_shim.c82 info->vram_size = 256 * 1024 * 1024; in radeon_ioctl_gem_info()
83 info->vram_visible = info->vram_size; in radeon_ioctl_gem_info()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c246 const int vram_shift = util_logbase2_ceil64(dev->vram_size); in nouveau_screen_init()
290 if (dev->vram_size > 0) in nouveau_screen_init()
/third_party/libdrm/nouveau/
H A Dnouveau.h68 uint64_t vram_size; member
H A Dnouveau.c438 nvdev->base.vram_size = v; in nouveau_device_new()
452 (nvdev->base.vram_size * nvdev->vram_limit_percent) / 100; in nouveau_device_new()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c435 return dev->vram_size >> 20; in nv50_screen_get_param()
1172 screen->max_tls_space = dev->vram_size / size_of_one_temp * ONE_TEMP_SIZE; in nv50_screen_create()
1186 screen->TPs, screen->MPsInTP, dev->vram_size >> 20, tls_size >> 10); in nv50_screen_create()
/third_party/libdrm/amdgpu/
H A Damdgpu_gpu_info.c263 info->heap_size = vram_gtt_info.vram_size; in amdgpu_query_heap_info()
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.c341 int64_t vram_size; member
490 chunk->vram_size = (uint64_t)rad_info->vram_size_kb * 1024; in ac_sqtt_fill_asic_info()
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h939 __u64 vram_size; member
/third_party/libdrm/include/drm/
H A Dradeon_drm.h801 __u64 vram_size; member
H A Damdgpu_drm.h931 __u64 vram_size; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c277 return dev->vram_size >> 20; in nv30_screen_get_param()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c359 ws->info.vram_size_kb = DIV_ROUND_UP(gem_info.vram_size, 1024); in do_winsys_init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device.c195 uint64_t vram_size = radv_get_vram_size(device); in radv_physical_device_init_mem_types() local
210 vram_size = 0; in radv_physical_device_init_mem_types()
215 if (vram_size > 0 && vram_size * 9 >= visible_vram_size) { in radv_physical_device_init_mem_types()
219 .size = vram_size, in radv_physical_device_init_mem_types()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c456 return dev->vram_size >> 20; in nvc0_screen_get_param()

Completed in 28 milliseconds