Home
last modified time | relevance | path

Searched refs:has_dedicated_vram (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c338 sctx->screen->info.has_dedicated_vram && in si_clear_buffer()
345 } else if (sctx->screen->info.has_dedicated_vram && in si_clear_buffer()
396 sctx->screen->info.has_dedicated_vram && in si_copy_buffer()
405 sctx->screen->info.has_dedicated_vram && in si_copy_buffer()
413 if (sctx->screen->info.has_dedicated_vram && si_resource(dst)->domains & RADEON_DOMAIN_VRAM && in si_copy_buffer()
Dsi_pipe.c144 !sscreen->info.has_dedicated_vram && sscreen->info.chip_class <= GFX8; in si_init_compiler()
521 bool use_sdma_upload = sscreen->info.has_dedicated_vram && sctx->sdma_cs; in si_create_context()
1193 sscreen->info.has_dedicated_vram; in radeonsi_screen_create_impl()
1202 sscreen->dpbb_allowed = !sscreen->info.has_dedicated_vram; in radeonsi_screen_create_impl()
1203 sscreen->dfsm_allowed = !sscreen->info.has_dedicated_vram; in radeonsi_screen_create_impl()
1222 if (sscreen->info.has_dedicated_vram) { in radeonsi_screen_create_impl()
Dcik_sdma.c537 (!sctx->screen->info.has_dedicated_vram && in cik_sdma_copy()
Dsi_buffer.c208 sscreen->info.has_dedicated_vram && size >= sscreen->info.vram_vis_size / 4 ? 1 : 0; in si_init_resource_fields()
Dsi_state_shaders.c2792 sscreen->info.has_dedicated_vram && in si_create_shader_selector()
2817 sscreen->info.has_dedicated_vram) || in si_create_shader_selector()
2825 sscreen->info.has_dedicated_vram)) in si_create_shader_selector()
Dsi_state.c2316 if (!sctx->screen->info.has_dedicated_vram) in si_initialize_color_surface()
2332 if (!sctx->screen->info.has_dedicated_vram) in si_initialize_color_surface()
Dsi_texture.c1655 if (!sctx->screen->info.has_dedicated_vram && level == 0 && box->width >= 4 && in si_texture_transfer_map()
Dsi_shader.c1586 assert(!sel->screen->info.has_dedicated_vram && sel->screen->info.chip_class <= GFX8); in si_should_optimize_less()
/external/mesa3d/src/amd/common/
Dac_gpu_info.h99 bool has_dedicated_vram; member
Dac_gpu_info.c476 info->has_dedicated_vram = !(amdinfo->ids_flags & AMDGPU_IDS_FLAGS_FUSION); in ac_query_gpu_info()
481 if (info->has_dedicated_vram) in ac_query_gpu_info()
911 fprintf(f, " has_dedicated_vram = %u\n", info->has_dedicated_vram); in ac_print_gpu_info()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c301 ws->info.has_dedicated_vram = false; in do_winsys_init()
305 ws->info.has_dedicated_vram = true; in do_winsys_init()
373 if (ws->info.has_dedicated_vram) in do_winsys_init()
Dradeon_drm_cs.c364 if (!cs->ws->info.has_dedicated_vram) in radeon_drm_cs_add_buffer()
Dradeon_drm_bo.c645 if (!rws->info.has_dedicated_vram) in radeon_create_bo()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c98 if (ws->info.has_dedicated_vram) in do_winsys_init()
Damdgpu_bo.c503 if (!ws->info.has_dedicated_vram) in amdgpu_create_bo()
/external/mesa3d/src/amd/vulkan/
Dradv_rgp.c375 chunk->gpu_type = rad_info->has_dedicated_vram ? SQTT_GPU_TYPE_DISCRETE : SQTT_GPU_TYPE_INTEGRATED; in radv_fill_sqtt_asic_info()
Dradv_device.c424 device->rad_info.has_dedicated_vram && in radv_physical_device_try_create()
1645 ….deviceType = pdevice->rad_info.has_dedicated_vram ? VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU : VK_PHY… in radv_GetPhysicalDeviceProperties()
6668 if (!device->physical_device->rad_info.has_dedicated_vram) { in radv_init_dcc_control_reg()
Dradv_pipeline.c3910 if (pdev->rad_info.has_dedicated_vram) { in radv_get_binning_settings()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c410 if (!ws->info.has_dedicated_vram) in radv_amdgpu_winsys_bo_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1324 printf("has_dedicated_vram = %u\n", rscreen->info.has_dedicated_vram); in r600_common_screen_init()
Dr600_texture.c1315 if (!rctx->screen->info.has_dedicated_vram && in r600_texture_transfer_map()