Searched refs:last_cbuf (Results 1 – 4 of 4) sorted by relevance
442 unsigned last_cbuf:3; member
3747 if (ctx->shader->key.part.ps.epilog.last_cbuf > 0) { in si_export_mrt_color()3752 for (c = 0; c <= ctx->shader->key.part.ps.epilog.last_cbuf; c++) { in si_export_mrt_color()3760 for (c = 0; c <= ctx->shader->key.part.ps.epilog.last_cbuf; c++) { in si_export_mrt_color()5864 fprintf(f, " part.ps.epilog.last_cbuf = %u\n", key->part.ps.epilog.last_cbuf); in si_dump_shader_key()7764 if (colors_written == 0x1 && key->ps_epilog.states.last_cbuf > 0) { in si_build_ps_epilog_function()7767 ((1ull << (4 * (key->ps_epilog.states.last_cbuf + 1))) - 1)) in si_build_ps_epilog_function()
1310 key->part.ps.epilog.last_cbuf = MAX2(sctx->framebuffer.state.nr_cbufs, 1) - 1; in si_shader_selector_key()1353 if (!key->part.ps.epilog.last_cbuf) { in si_shader_selector_key()
374 vc5_rcl_emit_generic_per_tile_list(struct vc5_job *job, int last_cbuf) in vc5_rcl_emit_generic_per_tile_list() argument