Home
last modified time | relevance | path

Searched refs:has_clear_state (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c444 bool has_clear_state = ctx->screen->info.has_clear_state; in si_begin_new_gfx_cs() local
445 if (has_clear_state || ctx->shadowed_regs) { in si_begin_new_gfx_cs()
467 if (!has_clear_state || ctx->clip_state_any_nonzeros) in si_begin_new_gfx_cs()
473 if (!has_clear_state || ctx->sample_mask != 0xffff) in si_begin_new_gfx_cs()
477 if (!has_clear_state || ctx->blend_color_any_nonzeros) in si_begin_new_gfx_cs()
487 if (!has_clear_state || ctx->num_window_rectangles > 0) in si_begin_new_gfx_cs()
509 if (has_clear_state) { in si_begin_new_gfx_cs()
Dsi_state.c5342 bool has_clear_state = sscreen->info.has_clear_state; in si_init_cs_preamble_state() local
5353 if (has_clear_state) { in si_init_cs_preamble_state()
5365 if (!has_clear_state) in si_init_cs_preamble_state()
5368 if (!has_clear_state) { in si_init_cs_preamble_state()
5394 if (sctx->chip_class <= GFX7 || !has_clear_state) { in si_init_cs_preamble_state()
5596 if (!has_clear_state) { in si_init_cs_preamble_state()
/third_party/mesa3d/src/amd/vulkan/
Dsi_cmd_buffer.c186 bool has_clear_state = physical_device->rad_info.has_clear_state; in si_emit_graphics() local
193 if (has_clear_state) { in si_emit_graphics()
202 if (!has_clear_state) in si_emit_graphics()
211 if (!has_clear_state) { in si_emit_graphics()
219 if (!has_clear_state) in si_emit_graphics()
225 if (!has_clear_state) in si_emit_graphics()
231 if (physical_device->rad_info.chip_class <= GFX7 || !has_clear_state) { in si_emit_graphics()
244 if (!has_clear_state) { in si_emit_graphics()
251 if (!has_clear_state) { in si_emit_graphics()
460 } else if (!has_clear_state) { in si_emit_graphics()
[all …]
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h65 bool has_clear_state; member
Dac_gpu_info.c849 info->has_clear_state = info->chip_class >= GFX7; in ac_query_gpu_info()
1157 fprintf(f, " has_clear_state = %u\n", info->has_clear_state); in ac_print_gpu_info()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst3053 - ac: add has_clear_state to ac_gpu_info