Searched refs:expand_writemask (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dhelpers.h303 expand_writemask(unsigned mask, unsigned log2_channels) function in typeref:typename:unsigned
H A Dmidgard_emit.c230 alu->mask = expand_writemask(effective, 2);
232 alu->mask = expand_writemask(effective, 1);
H A Ddisassemble.c868 rep ? expand_writemask(mask_of(rep), log2(128 / bits_for_mode(mode))) : mask;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c1007 expand_writemask(unsigned mask) function in typeref:typename:unsigned
1428 .mask = expand_writemask((1 << nr_components) - 1),
1437 alu.mask &= expand_writemask(instr->dest.write_mask);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst452 - pan/mdg: Eliminate expand_writemask division

Completed in 20 milliseconds