Searched refs:NINST (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c157 * NINST() - new instruction
164 #define NINST(nargs) (1 + 2 + 2 * (nargs)) macro
192 #define DST_GROW (NINST(1) + NINST(1) + NINST(2) + NINST(1) + \
193 NINST(1) + NINST(1) - OINST(2))
274 #define LRP_GROW (NINST(3) + NINST(
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c158 * NINST() - new instruction
165 #define NINST(nargs) (1 + 2 + 2 * (nargs)) macro
193 #define DST_GROW (NINST(1) + NINST(1) + NINST(2) + NINST(1) + \
194 NINST(1) + NINST(1) - OINST(2))
275 #define LRP_GROW (NINST(3) + NINST(
[all...]

Completed in 3 milliseconds