HomeSort by relevance Sort by last modified time
    Searched refs:SET_INST_2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_fragshader.c 39 #define SET_INST_2(inst, type) afs_cmd[((inst<<2) + (type<<1) + 2)]
109 SET_INST_2(opnum, optype) |= reg2;
148 SET_INST_2(opnum, 0) = 0;
150 SET_INST_2(opnum, 1) = 0;
225 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA;
238 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA;
253 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA;
278 SET_INST_2(opnum, optype) |= (dstreg + 1) << R200_TXC_OUTPUT_REG_SHIFT;
279 SET_INST_2(opnum, optype) |= dstmask_table[dstmask];
286 SET_INST_2(opnum, optype) |= R200_TXC_CLAMP_0_1
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 39 #define SET_INST_2(inst, type) afs_cmd[((inst<<2) + (type<<1) + 2)]
109 SET_INST_2(opnum, optype) |= reg2;
148 SET_INST_2(opnum, 0) = 0;
150 SET_INST_2(opnum, 1) = 0;
225 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA;
238 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA;
253 SET_INST_2(opnum, 1) |= R200_TXA_DOT_ALPHA;
278 SET_INST_2(opnum, optype) |= (dstreg + 1) << R200_TXC_OUTPUT_REG_SHIFT;
279 SET_INST_2(opnum, optype) |= dstmask_table[dstmask];
286 SET_INST_2(opnum, optype) |= R200_TXC_CLAMP_0_1
    [all...]

Completed in 120 milliseconds