Searched refs:has_dedicated_vram (Results 1 – 23 of 23) sorted by relevance
38 bool has_dedicated_vram; member138 info->has_dedicated_vram = gpu_info[info->family].has_dedicated_vram; in radv_null_winsys_query_info()
300 ws->info.has_dedicated_vram = false; in do_winsys_init()304 ws->info.has_dedicated_vram = true; in do_winsys_init()364 if (ws->info.has_dedicated_vram) in do_winsys_init()
382 if (!cs->ws->info.has_dedicated_vram) in radeon_drm_cs_add_buffer()
643 if (!rws->info.has_dedicated_vram) in radeon_create_bo()
144 !sscreen->info.has_dedicated_vram && sscreen->info.gfx_level <= GFX8; in si_init_compiler()552 bool is_apu = !sscreen->info.has_dedicated_vram; in si_create_context()1330 !sscreen->info.has_dedicated_vram)); in radeonsi_screen_create_impl()1335 … (sscreen->info.gfx_level == GFX9 && !sscreen->info.has_dedicated_vram) || in radeonsi_screen_create_impl()1339 if (sscreen->info.has_dedicated_vram) { in radeonsi_screen_create_impl()
161 sscreen->info.has_dedicated_vram && in si_init_resource_fields()
521 if (sctx->screen->info.has_dedicated_vram && si_resource(dst)->domains & RADEON_DOMAIN_VRAM && in si_copy_buffer()
1853 if (!sctx->screen->info.has_dedicated_vram && real_level == 0 && box->width >= 4 && in si_texture_transfer_map()1873 (tex->buffer.domains & RADEON_DOMAIN_VRAM && sctx->screen->info.has_dedicated_vram && in si_texture_transfer_map()
1132 assert(!sel->screen->info.has_dedicated_vram && sel->screen->info.gfx_level <= GFX8); in si_should_optimize_less()
1524 if (sctx->screen->info.has_dedicated_vram) { in si_emit_db_render_state()2626 if (!sctx->screen->info.has_dedicated_vram) in si_initialize_color_surface()
136 bool has_dedicated_vram; member
883 info->has_dedicated_vram = !(device_info.ids_flags & AMDGPU_IDS_FLAGS_FUSION); in ac_query_gpu_info()888 if (info->has_dedicated_vram) in ac_query_gpu_info()1322 info->has_dedicated_vram && in ac_query_gpu_info()1337 if (info->gfx_level >= GFX10_3 && info->has_dedicated_vram) { in ac_query_gpu_info()1496 fprintf(f, " has_dedicated_vram = %u\n", info->has_dedicated_vram); in ac_print_gpu_info()
480 rad_info->has_dedicated_vram ? SQTT_GPU_TYPE_DISCRETE : SQTT_GPU_TYPE_INTEGRATED; in ac_sqtt_fill_asic_info()
414 if (!info->has_dedicated_vram && swizzle_r_x == AMD_FMT_MOD_TILE_GFX11_256K_R_X) in ac_get_supported_modifiers()1437 if (!info->has_dedicated_vram) { in gfx9_get_preferred_swizzle_mode()
237 device->physical_device->rad_info.has_dedicated_vram) { in radv_prefer_compute_dma()
202 if (!device->rad_info.has_dedicated_vram) { in radv_physical_device_init_mem_types()2029 if (pdevice->rad_info.has_dedicated_vram) { in radv_GetPhysicalDeviceProperties()2699 if (!device->rad_info.has_dedicated_vram) { in radv_get_memory_budget_properties()6171 if (!device->physical_device->rad_info.has_dedicated_vram) { in get_dcc_min_compressed_block_size()
2240 if (pdevice->rad_info.has_dedicated_vram) { in radv_pipeline_init_depth_stencil_state()5464 if (pdev->rad_info.has_dedicated_vram) { in radv_get_binning_settings()
102 if (ws->info.has_dedicated_vram) in do_winsys_init()
515 if (!ws->info.has_dedicated_vram) in amdgpu_create_bo()
1295 printf("has_dedicated_vram = %u\n", rscreen->info.has_dedicated_vram); in r600_common_screen_init()
1307 if (!rctx->screen->info.has_dedicated_vram && in r600_texture_transfer_map()
218 (enough_vram && ws->info.has_dedicated_vram && !(ws->perftest & RADV_PERFTEST_NO_SAM)) || in radv_amdgpu_cs_domain()
2676 - radv/winsys: set has_dedicated_vram in the null winsys