Searched refs:last_cbuf (Results 1 – 4 of 4) sorted by relevance
431 if (ctx->shader->key.part.ps.epilog.last_cbuf > 0) { in si_export_mrt_color()438 for (c = 0; c <= ctx->shader->key.part.ps.epilog.last_cbuf; c++) { in si_export_mrt_color()450 for (c = 0; c <= ctx->shader->key.part.ps.epilog.last_cbuf; c++) { in si_export_mrt_color()908 if (colors_written == 0x1 && key->ps_epilog.states.last_cbuf > 0) { in si_llvm_build_ps_epilog()910 if (spi_format & ((1ull << (4 * (key->ps_epilog.states.last_cbuf + 1))) - 1)) in si_llvm_build_ps_epilog()
570 unsigned last_cbuf : 3; member
1945 key->part.ps.epilog.last_cbuf = MAX2(sctx->framebuffer.state.nr_cbufs, 1) - 1; in si_ps_key_update_framebuffer()1947 key->part.ps.epilog.last_cbuf = 0; in si_ps_key_update_framebuffer()2017 if (!key->part.ps.epilog.last_cbuf) { in si_ps_key_update_framebuffer_blend()
1235 fprintf(f, " part.ps.epilog.last_cbuf = %u\n", key->part.ps.epilog.last_cbuf); in si_dump_shader_key()