Home
last modified time | relevance | path

Searched refs:last_cbuf (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_ps.c431 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()
Dsi_shader.h570 unsigned last_cbuf : 3; member
Dsi_state_shaders.c1945 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()
Dsi_shader.c1235 fprintf(f, " part.ps.epilog.last_cbuf = %u\n", key->part.ps.epilog.last_cbuf); in si_dump_shader_key()