Searched refs:has_graphics (Results 1 – 19 of 19) sorted by relevance
43 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()118 info->has_graphics = true; in init_navi14()132 info->has_graphics = true; in init_gfx103()148 info->has_graphics = true; in init_gfx11()
544 if (info->has_graphics) { in set_custom_cu_en_mask()946 info->has_graphics = info->ip[AMD_IP_GFX].num_queues > 0; in ac_query_gpu_info()971 if (!info->has_graphics && info->family >= CHIP_ALDEBARAN) in ac_query_gpu_info()1225 } else if (info->gfx_level >= GFX9 && info->has_graphics) { in ac_query_gpu_info()1289 info->has_3d_cube_border_color_mipmap = info->has_graphics || info->family == CHIP_ARCTURUS; in ac_query_gpu_info()1305 if (!info->has_graphics && info->family >= CHIP_ALDEBARAN) { in ac_query_gpu_info()1461 fprintf(f, " has_graphics = %i\n", info->has_graphics); in ac_print_gpu_info()
89 bool has_graphics; /* false if the chip is compute-only */ member
236 if (!info->has_graphics) in ac_is_modifier_supported()1130 info->gfx_level >= GFX8 && info->has_graphics && /* disable DCC on compute-only chips */ in gfx6_compute_surface()1304 if (config->info.samples >= 2 && AddrSurfInfoIn.flags.color && info->has_graphics && in gfx6_compute_surface()1887 use_dcc = info->has_graphics && !(surf->flags & RADEON_SURF_DISABLE_DCC) && !compressed && in gfx9_compute_miptree()2024 if (info->gfx_level <= GFX10_3 && info->has_graphics && in gfx9_compute_miptree()2080 if (info->gfx_level <= GFX10_3 && info->has_graphics && in gfx9_compute_miptree()2402 if (info->has_graphics && !compressed && !config->is_3d && config->info.levels == 1 && in gfx9_compute_surface()
457 if (!i.info->has_graphics && i.info->family >= CHIP_ALDEBARAN) in ac_rtld_open()
204 if (sctx->gfx_level >= GFX10 && sctx->has_graphics) in si_destroy_context()462 if (!sscreen->info.has_graphics && !(flags & PIPE_CONTEXT_COMPUTE_ONLY)) { in si_create_context()478 sctx->has_graphics = sscreen->info.gfx_level == GFX6 || !(flags & PIPE_CONTEXT_COMPUTE_ONLY); in si_create_context()531 ws->cs_create(&sctx->gfx_cs, sctx->ctx, sctx->has_graphics ? AMD_IP_GFX : AMD_IP_COMPUTE, in si_create_context()627 if (sctx->has_graphics) { in si_create_context()714 unsigned start_shader = sctx->has_graphics ? 0 : PIPE_SHADER_COMPUTE; in si_create_context()747 if (sctx->has_graphics) { in si_create_context()815 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in si_create_context()1131 sscreen->info.has_graphics = false; in radeonsi_screen_create_impl()1421 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in radeonsi_screen_create_impl()
93 if (ctx->has_graphics) { in si_flush_gfx_cs()423 if (!ctx->has_graphics) { in si_begin_new_gfx_cs()581 bool compute_ib = !sctx->has_graphics; in si_emit_surface_sync()649 if (!ctx->has_graphics) { in gfx10_emit_cache_flush()906 if (!sctx->has_graphics) { in si_emit_cache_flush()
407 if (cs != &sctx->gfx_cs || !sctx->screen->info.has_graphics) { in si_emit_initial_compute_regs()427 (cs != &sctx->gfx_cs || !sctx->screen->info.has_graphics)) { in si_emit_initial_compute_regs()432 if (!info->has_graphics && info->family >= CHIP_ARCTURUS) { in si_emit_initial_compute_regs()948 if (sctx->has_graphics) { in si_launch_grid()1024 if (sctx->has_graphics && si_is_atom_dirty(sctx, &sctx->atoms.s.render_cond)) { in si_launch_grid()
127 if (sctx->has_graphics && flags & CP_DMA_PFP_SYNC_ME) { in si_emit_cp_dma()
76 bool compute_ib = !ctx->has_graphics; in si_cp_release_mem()
1230 sctx->has_graphics) { in si_try_normal_clear()1357 if (sctx->has_graphics) { in si_init_clear_functions()
1315 if (!tex->surface.meta_offset || !sctx->has_graphics) in si_decompress_dcc()1326 if (sctx->has_graphics) { in si_init_blit_functions()
195 return sscreen->info.has_graphics; in si_get_param()
2703 unsigned first_shader = sctx->has_graphics ? 0 : PIPE_SHADER_COMPUTE; in si_init_all_descriptors()2796 if (!sctx->has_graphics) in si_init_all_descriptors()
999 bool has_graphics:1; member
1947 if (sctx->has_graphics) { in si_init_query_functions()
414 if (!sctx->has_graphics) in si_texture_disable_dcc()
793 (!ctx->screen->info.has_graphics && ctx->screen->info.family >= CHIP_ALDEBARAN)) in si_init_shader_args()
572 ws->info.has_graphics = true; in do_winsys_init()