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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c963 int i, ucps; variable in typeref:typename:int
1059 ucps = vp->enabled_ucps;
1060 while (ucps) {
1061 int i = ffs(ucps) - 1; ucps &= ~(1 << i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c964 int i, ucps; variable in typeref:typename:int
1060 ucps = vp->enabled_ucps;
1061 while (ucps) {
1062 int i = ffs(ucps) - 1; ucps &= ~(1 << i);

Completed in 4 milliseconds