Searched refs:has_dedicated_vram (Results 1 – 21 of 21) sorted by relevance
338 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()
144 !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()
537 (!sctx->screen->info.has_dedicated_vram && in cik_sdma_copy()
208 sscreen->info.has_dedicated_vram && size >= sscreen->info.vram_vis_size / 4 ? 1 : 0; in si_init_resource_fields()
2792 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()
2316 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()
1655 if (!sctx->screen->info.has_dedicated_vram && level == 0 && box->width >= 4 && in si_texture_transfer_map()
1586 assert(!sel->screen->info.has_dedicated_vram && sel->screen->info.chip_class <= GFX8); in si_should_optimize_less()
99 bool has_dedicated_vram; member
476 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()
301 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()
364 if (!cs->ws->info.has_dedicated_vram) in radeon_drm_cs_add_buffer()
645 if (!rws->info.has_dedicated_vram) in radeon_create_bo()
98 if (ws->info.has_dedicated_vram) in do_winsys_init()
503 if (!ws->info.has_dedicated_vram) in amdgpu_create_bo()
375 chunk->gpu_type = rad_info->has_dedicated_vram ? SQTT_GPU_TYPE_DISCRETE : SQTT_GPU_TYPE_INTEGRATED; in radv_fill_sqtt_asic_info()
424 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()
3910 if (pdev->rad_info.has_dedicated_vram) { in radv_get_binning_settings()
410 if (!ws->info.has_dedicated_vram) in radv_amdgpu_winsys_bo_create()
1324 printf("has_dedicated_vram = %u\n", rscreen->info.has_dedicated_vram); in r600_common_screen_init()
1315 if (!rctx->screen->info.has_dedicated_vram && in r600_texture_transfer_map()