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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c552 unsigned minconst = index, maxconst = index; local in function:ureg_DECL_constant
578 maxconst = MAX2(maxconst, decl->constant_range[i].last);
594 decl->constant_range[0].last = maxconst;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c550 unsigned minconst = index, maxconst = index; local in function:ureg_DECL_constant
576 maxconst = MAX2(maxconst, decl->constant_range[i].last);
592 decl->constant_range[0].last = maxconst;

Completed in 8 milliseconds