Searched refs:uses_demote (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_discard_or_demote.c151 /* Validate that if uses_demote is set, uses_discard is also be set. */
152 assert(!shader->info.fs.uses_demote || shader->info.fs.uses_discard);
172 shader->info.fs.uses_demote = true;
175 shader->info.fs.uses_demote) {
182 shader->info.fs.uses_demote = false;
183 } else if (shader->info.fs.uses_demote &&
198 /* Validate again that if uses_demote is set, uses_discard is also be set. */
199 assert(!shader->info.fs.uses_demote || shader->info.fs.uses_discard);
H A Dnir_gather_info.c459 shader->info.fs.uses_demote = true;
886 shader->info.fs.uses_demote = false;
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_info.h332 bool uses_demote:1; member in struct:shader_info::__anon04aa5a9e010a::__anon04aa5a9e0408
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_shader.c252 s->info.fs.uses_demote;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1313 info_out->prop.fp.usesDiscard = nir->info.fs.uses_discard || nir->info.fs.uses_demote;
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c5373 if (nir->info.stage == MESA_SHADER_FRAGMENT && nir->info.fs.uses_demote &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst3398 - nir: update uses_demote flag in discard_to_demote pass

Completed in 22 milliseconds