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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogramopt.c448 GLbitfield tempsOutput = 0x0; local
457 (tempsOutput & (1 << inst->SrcReg[0].Index))) ||
463 tempsOutput = 0x0;
478 tempsOutput |= (1 << inst->DstReg.Index);
/external/mesa3d/src/mesa/program/
H A Dprogramopt.c448 GLbitfield tempsOutput = 0x0; local
457 (tempsOutput & (1 << inst->SrcReg[0].Index))) ||
463 tempsOutput = 0x0;
478 tempsOutput |= (1 << inst->DstReg.Index);

Completed in 170 milliseconds