Home
last modified time | relevance | path

Searched refs:SET_INST (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c38 #define SET_INST(inst, type) afs_cmd[((inst<<2) + (type<<1) + 1)] macro
108 SET_INST(opnum, optype) |= reg0; in r200SetFragShaderArg()
149 SET_INST(opnum, 0) = 0; in r200UpdateFSArith()
151 SET_INST(opnum, 1) = 0; in r200UpdateFSArith()
168 SET_INST(opnum, optype) |= R200_TXC_NEG_ARG_C; in r200UpdateFSArith()
176 SET_INST(opnum, optype) |= R200_TXC_COMP_ARG_A; in r200UpdateFSArith()
177 SET_INST(opnum, optype) |= R200_TXC_OP_MADD; in r200UpdateFSArith()
183 SET_INST(opnum, optype) |= R200_TXC_OP_MADD; in r200UpdateFSArith()
194 SET_INST(opnum, optype) |= R200_TXC_OP_MADD; in r200UpdateFSArith()
204 SET_INST(opnum, optype) |= R200_TXC_OP_LERP; in r200UpdateFSArith()
[all …]