Searched refs:color_is_dual_source (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h334 bool color_is_dual_source:1; member in struct:shader_info::__anon04aa5a9e010a::__anon04aa5a9e0408
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_gather_info.c158 shader->info.fs.color_is_dual_source = true;
580 shader->info.fs.color_is_dual_source = true;
887 shader->info.fs.color_is_dual_source = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c471 if (nir->info.fs.color_is_dual_source)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c512 !binning_pass && fs->shader->nir->info.fs.color_is_dual_source;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c1377 nir->info.fs.color_is_dual_source ? 1 : 8);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c3551 if (!ctx->s->info.fs.color_is_dual_source) {

Completed in 18 milliseconds