Searched refs:opt_undef_vecN (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_undef.c77 opt_undef_vecN(nir_builder *b, nir_alu_instr *alu) function in typeref:typename:bool
175 return opt_undef_csel(alu) || opt_undef_vecN(b, alu);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_undef.c78 opt_undef_vecN(nir_builder *b, nir_alu_instr *alu) function in typeref:typename:bool
149 progress = opt_undef_vecN(&b, alu) || progress;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst2424 - nir: Handle vec8/16 in opt_undef_vecN

Completed in 7 milliseconds