Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c206 ws->info.smart_access_memory = false; in amdgpu_winsys_query_info()
208 ws->info.smart_access_memory = true; in amdgpu_winsys_query_info()
H A Damdgpu_cs.c742 domain = ws->info.smart_access_memory ? RADEON_DOMAIN_VRAM : RADEON_DOMAIN_GTT; in amdgpu_ib_new_buffer()
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.h138 bool smart_access_memory; member
H A Dac_gpu_info.c869 info->smart_access_memory = info->all_vram_visible && in ac_query_gpu_info()
1498 fprintf(f, " smart_access_memory = %u\n", info->smart_access_memory); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c59 if (sscreen->info.smart_access_memory) in si_init_resource_fields()
160 if (!sscreen->info.smart_access_memory && in si_init_resource_fields()
H A Dsi_pipe.c551 bool smart_access_memory = sscreen->info.smart_access_memory; in si_create_context() local
555 smart_access_memory && !is_apu ? PIPE_USAGE_DEFAULT : PIPE_USAGE_STREAM, in si_create_context()
562 if (smart_access_memory || is_apu) { in si_create_context()
H A Dsi_texture.c1874 !sctx->screen->info.smart_access_memory)) in si_texture_transfer_map()

Completed in 14 milliseconds