Searched refs:has_dcc_constant_encode (Results 1 – 7 of 7) sorted by relevance
87 bool has_dcc_constant_encode; member
1229 info->has_dcc_constant_encode = in ac_query_gpu_info()1865 fprintf(f, " has_dcc_constant_encode = %u\n", info->has_dcc_constant_encode); in ac_print_gpu_info()
336 AMD_FMT_MOD_SET(DCC_CONSTANT_ENCODE, info->has_dcc_constant_encode) | in ac_get_supported_modifiers()
758 if ((eliminate_needed || !sctx->screen->info.has_dcc_constant_encode) && in si_fast_clear()770 if (level > 0 && (eliminate_needed || !sctx->screen->info.has_dcc_constant_encode)) in si_fast_clear()912 if (sctx->screen->info.has_dcc_constant_encode && !eliminate_needed) in si_fast_clear()
89 sctx->screen->info.has_dcc_constant_encode); in si_emit_cb_render_state()
3050 - ac: add has_dcc_constant_encode to ac_gpu_info
4864 bool disable_constant_encode = pdev->info.has_dcc_constant_encode; in radv_emit_framebuffer_state()