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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c249 (dstmod is ignored, though, so dot2/dot3 should be safe)
274 GLuint dstmod = inst->DstReg[optype].dstMod; local in function:r200UpdateFSArith
276 dstmod &= ~GL_SATURATE_BIT_ATI;
291 switch(dstmod) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c251 (dstmod is ignored, though, so dot2/dot3 should be safe)
276 GLuint dstmod = inst->DstReg[optype].dstMod; local in function:r200UpdateFSArith
278 dstmod &= ~GL_SATURATE_BIT_ATI;
293 switch(dstmod) {

Completed in 4 milliseconds