Searched refs:has_dcc_constant_encode (Results 1 – 7 of 7) sorted by relevance
67 bool has_dcc_constant_encode; member
854 info->has_dcc_constant_encode = in ac_query_gpu_info()1159 fprintf(f, " has_dcc_constant_encode = %u\n", info->has_dcc_constant_encode); in ac_print_gpu_info()
275 AMD_FMT_MOD_SET(DCC_CONSTANT_ENCODE, info->has_dcc_constant_encode) | in ac_get_supported_modifiers()
621 if ((eliminate_needed || !sctx->screen->info.has_dcc_constant_encode) && in si_fast_clear()633 if (level > 0 && (eliminate_needed || !sctx->screen->info.has_dcc_constant_encode)) in si_fast_clear()752 if (sctx->screen->info.has_dcc_constant_encode && !eliminate_needed) in si_fast_clear()
120 S_028424_DISABLE_CONSTANT_ENCODE_REG(sctx->screen->info.has_dcc_constant_encode)); in si_emit_cb_render_state()
2562 cmd_buffer->device->physical_device->rad_info.has_dcc_constant_encode; in radv_emit_framebuffer_state()
3055 - ac: add has_dcc_constant_encode to ac_gpu_info