Searched refs:has_graphics (Results 1 – 17 of 17) sorted by relevance
186 if (sctx->chip_class >= GFX10 && sctx->has_graphics) in si_destroy_context()354 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in si_get_reset_status()440 if (!sscreen->info.has_graphics && !(flags & PIPE_CONTEXT_COMPUTE_ONLY)) in si_create_context()451 sctx->has_graphics = sscreen->info.chip_class == GFX6 || !(flags & PIPE_CONTEXT_COMPUTE_ONLY); in si_create_context()532 sctx->gfx_cs = ws->cs_create(sctx->ctx, sctx->has_graphics ? RING_GFX : RING_COMPUTE, in si_create_context()579 if (sctx->has_graphics) { in si_create_context()667 unsigned start_shader = sctx->has_graphics ? 0 : PIPE_SHADER_COMPUTE; in si_create_context()718 if (sctx->has_graphics) { in si_create_context()1009 sscreen->info.has_graphics = false; in radeonsi_screen_create_impl()1322 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in radeonsi_screen_create_impl()
379 if (cs != sctx->gfx_cs || !sctx->screen->info.has_graphics) { in si_emit_initial_compute_regs()394 (cs != sctx->gfx_cs || !sctx->screen->info.has_graphics)) { in si_emit_initial_compute_regs()820 if (sctx->has_graphics) { in si_launch_grid()891 if (sctx->has_graphics && si_is_atom_dirty(sctx, &sctx->atoms.s.render_cond)) { in si_launch_grid()
166 if (ctx->has_graphics) { in si_flush_gfx_cs()446 if (!ctx->has_graphics) { in si_begin_new_gfx_cs()
989 bool compute_ib = !sctx->has_graphics || cs == sctx->prim_discard_compute_cs; in si_emit_surface_sync()1049 if (!ctx->has_graphics) { in gfx10_emit_cache_flush()1226 if (!sctx->has_graphics) { in si_emit_cache_flush()1392 if (sctx->has_graphics && in si_emit_cache_flush()
77 bool compute_ib = !ctx->has_graphics || cs == ctx->prim_discard_compute_cs; in si_cp_release_mem()
129 if (sctx->has_graphics && flags & CP_DMA_PFP_SYNC_ME) { in si_emit_cp_dma()
178 return sscreen->info.has_graphics; in si_get_param()
1266 if (!tex->surface.dcc_offset || !sctx->has_graphics) in si_decompress_dcc()1298 if (sctx->has_graphics) { in si_init_blit_functions()
771 if (sctx->has_graphics) { in si_init_clear_functions()
959 bool has_graphics; member
2541 unsigned first_shader = sctx->has_graphics ? 0 : PIPE_SHADER_COMPUTE; in si_init_all_descriptors()2625 if (!sctx->has_graphics) in si_init_all_descriptors()
1868 if (sctx->has_graphics) { in si_init_query_functions()
424 if (!sctx->has_graphics) in si_texture_disable_dcc()
62 bool has_graphics; /* false if the chip is compute-only */ member
941 info->chip_class >= GFX8 && info->has_graphics && /* disable DCC on compute-only chips */ in gfx6_compute_surface()1117 if (config->info.samples >= 2 && AddrSurfInfoIn.flags.color && info->has_graphics && in gfx6_compute_surface()1496 if (info->has_graphics && !(surf->flags & RADEON_SURF_DISABLE_DCC) && !compressed && in gfx9_compute_miptree()1682 if (in->numSamples > 1 && info->has_graphics && !(surf->flags & RADEON_SURF_NO_FMASK)) { in gfx9_compute_miptree()2012 if (info->has_graphics && !compressed && !config->is_3d && config->info.levels == 1 && in gfx9_compute_surface()
591 info->has_graphics = gfx.available_rings > 0; in ac_query_gpu_info()871 fprintf(f, " has_graphics = %i\n", info->has_graphics); in ac_print_gpu_info()
600 ws->info.has_graphics = true; in do_winsys_init()