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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogramopt.c445 GLbitfield aluTemps = 0x0; local in function:_mesa_count_texture_indirections
456 (aluTemps & (1 << inst->DstReg.Index))))
460 aluTemps = 0x0;
467 aluTemps |= (1 << inst->SrcReg[j].Index);
470 aluTemps |= (1 << inst->DstReg.Index);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogramopt.c445 GLbitfield aluTemps = 0x0; local in function:_mesa_count_texture_indirections
456 (aluTemps & (1 << inst->DstReg.Index))))
460 aluTemps = 0x0;
467 aluTemps |= (1 << inst->SrcReg[j].Index);
470 aluTemps |= (1 << inst->DstReg.Index);

Completed in 4 milliseconds