Searched refs:SET_INST_2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_fragshader.c | 39 #define SET_INST_2(inst, type) afs_cmd[((inst<<2) + (type<<1) + 2)] macro 109 SET_INST_2(opnum, optype) |= reg2; in r200SetFragShaderArg() 148 SET_INST_2(opnum, 0) = 0; in r200UpdateFSArith() 150 SET_INST_2(opnum, 1) = 0; in r200UpdateFSArith() 225 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA; in r200UpdateFSArith() 238 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA; in r200UpdateFSArith() 253 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA; in r200UpdateFSArith() 278 SET_INST_2(opnum, optype) |= (dstreg + 1) << R200_TXC_OUTPUT_REG_SHIFT; in r200UpdateFSArith() 279 SET_INST_2(opnum, optype) |= dstmask_table[dstmask]; in r200UpdateFSArith() 286 SET_INST_2(opnum, optype) |= R200_TXC_CLAMP_0_1; in r200UpdateFSArith() [all …]
|