Home
last modified time | relevance | path

Searched refs:smart_access_memory (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h111 bool smart_access_memory; member
Dac_gpu_info.c652 info->smart_access_memory = info->all_vram_visible && in ac_query_gpu_info()
1191 fprintf(f, " smart_access_memory = %u\n", info->smart_access_memory); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c196 ws->info.smart_access_memory = false; in amdgpu_winsys_query_info()
198 ws->info.smart_access_memory = true; in amdgpu_winsys_query_info()
Damdgpu_cs.c735 domain = ws->info.smart_access_memory ? RADEON_DOMAIN_VRAM : RADEON_DOMAIN_GTT; in amdgpu_ib_new_buffer()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c519 bool smart_access_memory = sscreen->info.smart_access_memory; in si_create_context() local
523 smart_access_memory && !is_apu ? PIPE_USAGE_DEFAULT : PIPE_USAGE_STREAM, in si_create_context()
528 if (smart_access_memory || is_apu) { in si_create_context()
Dsi_buffer.c59 if (sscreen->info.smart_access_memory) in si_init_resource_fields()
158 if (!sscreen->info.smart_access_memory && in si_init_resource_fields()
Dsi_texture.c1785 !sctx->screen->info.smart_access_memory)) in si_texture_transfer_map()