Searched refs:tfactor (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 43 GLuint argPos, GLuint *tfactor ) in r200SetFragShaderArg() argument 78 if ((*tfactor == 0) || (index == *tfactor)) { in r200SetFragShaderArg() 81 *tfactor = index; in r200SetFragShaderArg() 153 GLuint tfactor = 0; in r200UpdateFSArith() local 170 inst->SrcReg[optype][0], 1, &tfactor); in r200UpdateFSArith() 172 inst->SrcReg[optype][1], 2, &tfactor); in r200UpdateFSArith() 180 inst->SrcReg[optype][0], 2, &tfactor); in r200UpdateFSArith() 185 inst->SrcReg[optype][2], 2, &tfactor); in r200UpdateFSArith() 189 inst->SrcReg[optype][0], 0, &tfactor); in r200UpdateFSArith() 191 inst->SrcReg[optype][1], 1, &tfactor); in r200UpdateFSArith() [all …]
|