Searched refs:SET_INST (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 38 #define SET_INST(inst, type) afs_cmd[((inst<<2) + (type<<1) + 1)] macro 108 SET_INST(opnum, optype) |= reg0; in r200SetFragShaderArg() 147 SET_INST(opnum, 0) = 0; in r200UpdateFSArith() 149 SET_INST(opnum, 1) = 0; in r200UpdateFSArith() 166 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C; in r200UpdateFSArith() 174 SET_INST(opnum, optype) |= R200_TXC_COMP_ARG_A; in r200UpdateFSArith() 175 SET_INST(opnum, optype) |= R200_TXC_OP_MADD; in r200UpdateFSArith() 181 SET_INST(opnum, optype) |= R200_TXC_OP_MADD; in r200UpdateFSArith() 192 SET_INST(opnum, optype) |= R200_TXC_OP_MADD; in r200UpdateFSArith() 202 SET_INST(opnum, optype) |= R200_TXC_OP_LERP; in r200UpdateFSArith() [all …]
|