Searched refs:opnum (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_fragshader.c | 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, argument 108 SET_INST(opnum, optype) |= reg0; 109 SET_INST_2(opnum, optype) |= reg2; 141 GLuint opnum = 0; local in function:r200UpdateFSArith 147 SET_INST(opnum, 0) = 0; 148 SET_INST_2(opnum, 0) = 0; 149 SET_INST(opnum, 1) = 0; 150 SET_INST_2(opnum, 1) = 0; 166 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C; 169 r200SetFragShaderArg(afs_cmd, opnum, optyp [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_fragshader.c | 41 static void r200SetFragShaderArg( GLuint *afs_cmd, GLuint opnum, GLuint optype, argument 108 SET_INST(opnum, optype) |= reg0; 109 SET_INST_2(opnum, optype) |= reg2; 143 GLuint opnum = 0; local in function:r200UpdateFSArith 149 SET_INST(opnum, 0) = 0; 150 SET_INST_2(opnum, 0) = 0; 151 SET_INST(opnum, 1) = 0; 152 SET_INST_2(opnum, 1) = 0; 168 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C; 171 r200SetFragShaderArg(afs_cmd, opnum, optyp [all...] |
Completed in 3 milliseconds