Home
last modified time | relevance | path

Searched refs:has_graphics (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface_test_common.h43 info->has_graphics = true; in init_vega10()
58 info->has_graphics = true; in init_vega20()
74 info->has_graphics = true; in init_raven()
89 info->has_graphics = true; in init_raven2()
104 info->has_graphics = true; in init_navi10()
119 info->has_graphics = true; in init_navi14()
134 info->has_graphics = true; in init_sienna_cichlid()
151 info->has_graphics = true; in init_navy_flounder()
Dac_gpu_info.c726 info->has_graphics = gfx.available_rings > 0; in ac_query_gpu_info()
759 if (!info->has_graphics && info->family >= CHIP_ALDEBARAN) in ac_query_gpu_info()
1019 if (info->chip_class >= GFX9 && info->has_graphics) { in ac_query_gpu_info()
1082 info->has_3d_cube_border_color_mipmap = info->has_graphics || info->family == CHIP_ARCTURUS; in ac_query_gpu_info()
1085 if (!info->has_graphics && info->family >= CHIP_ALDEBARAN) { in ac_query_gpu_info()
1147 fprintf(f, " has_graphics = %i\n", info->has_graphics); in ac_print_gpu_info()
Dac_gpu_info.h62 bool has_graphics; /* false if the chip is compute-only */ member
Dac_surface.c232 if (!info->has_graphics) in ac_is_modifier_supported()
1068 info->chip_class >= GFX8 && info->has_graphics && /* disable DCC on compute-only chips */ in gfx6_compute_surface()
1242 if (config->info.samples >= 2 && AddrSurfInfoIn.flags.color && info->has_graphics && in gfx6_compute_surface()
1804 if (info->has_graphics && !(surf->flags & RADEON_SURF_DISABLE_DCC) && !compressed && in gfx9_compute_miptree()
1929 if (in->numSamples > 1 && info->has_graphics && !(surf->flags & RADEON_SURF_NO_FMASK)) { in gfx9_compute_miptree()
2300 if (info->has_graphics && !compressed && !config->is_3d && config->info.levels == 1 && in gfx9_compute_surface()
Dac_rtld.c456 if (!i.info->has_graphics && i.info->family >= CHIP_ALDEBARAN) in ac_rtld_open()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c197 if (sctx->chip_class >= GFX10 && sctx->has_graphics) in si_destroy_context()
454 if (!sscreen->info.has_graphics && !(flags & PIPE_CONTEXT_COMPUTE_ONLY)) in si_create_context()
465 sctx->has_graphics = sscreen->info.chip_class == GFX6 || !(flags & PIPE_CONTEXT_COMPUTE_ONLY); in si_create_context()
501 ws->cs_create(&sctx->gfx_cs, sctx->ctx, sctx->has_graphics ? RING_GFX : RING_COMPUTE, in si_create_context()
585 if (sctx->has_graphics) { in si_create_context()
685 unsigned start_shader = sctx->has_graphics ? 0 : PIPE_SHADER_COMPUTE; in si_create_context()
735 if (sctx->has_graphics) { in si_create_context()
796 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in si_create_context()
1097 sscreen->info.has_graphics = false; in radeonsi_screen_create_impl()
1407 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in radeonsi_screen_create_impl()
Dsi_gfx_cs.c95 if (ctx->has_graphics) { in si_flush_gfx_cs()
405 if (!ctx->has_graphics) { in si_begin_new_gfx_cs()
563 bool compute_ib = !sctx->has_graphics; in si_emit_surface_sync()
604 if (!ctx->has_graphics) { in gfx10_emit_cache_flush()
798 if (!sctx->has_graphics) { in si_emit_cache_flush()
Dsi_compute.c403 if (cs != &sctx->gfx_cs || !sctx->screen->info.has_graphics) { in si_emit_initial_compute_regs()
423 (cs != &sctx->gfx_cs || !sctx->screen->info.has_graphics)) { in si_emit_initial_compute_regs()
911 if (sctx->has_graphics) { in si_launch_grid()
987 if (sctx->has_graphics && si_is_atom_dirty(sctx, &sctx->atoms.s.render_cond)) { in si_launch_grid()
Dsi_fence.c76 bool compute_ib = !ctx->has_graphics; in si_cp_release_mem()
Dsi_cp_dma.c126 if (sctx->has_graphics && flags & CP_DMA_PFP_SYNC_ME) { in si_emit_cp_dma()
Dsi_get.c186 return sscreen->info.has_graphics; in si_get_param()
Dsi_blit.c1365 if (!tex->surface.meta_offset || !sctx->has_graphics) in si_decompress_dcc()
1415 if (sctx->has_graphics) { in si_init_blit_functions()
Dsi_clear.c1164 if (sctx->has_graphics) { in si_init_clear_functions()
Dsi_pipe.h961 bool has_graphics:1; member
Dsi_descriptors.c2591 unsigned first_shader = sctx->has_graphics ? 0 : PIPE_SHADER_COMPUTE; in si_init_all_descriptors()
2675 if (!sctx->has_graphics) in si_init_all_descriptors()
Dsi_query.c1848 if (sctx->has_graphics) { in si_init_query_functions()
Dsi_texture.c390 if (!sctx->has_graphics) in si_texture_disable_dcc()
Dsi_shader.c741 if (!ctx->screen->info.has_graphics && ctx->screen->info.family >= CHIP_ALDEBARAN) in si_init_shader_args()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c605 ws->info.has_graphics = true; in do_winsys_init()