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

  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 682 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
683 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
684 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
919 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient,
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass1.c 189 case OPCODE_MAD:
brw_wm_fp.c 837 OPCODE_MAD,
847 OPCODE_MAD,
brw_wm_emit.c 83 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) {
    [all...]
brw_vs_emit.c 69 if (opcode == OPCODE_MAD || opcode == OPCODE_LRP) {
    [all...]
  /external/mesa3d/src/mesa/program/
programopt.c 156 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
157 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
158 * emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
174 newInst[i].Opcode = OPCODE_MAD;
189 newInst[3].Opcode = OPCODE_MAD;
321 inst->Opcode = OPCODE_MAD;
prog_instruction.c 197 { OPCODE_MAD, "MAD", 3, 1 },
prog_instruction.h 189 OPCODE_MAD, /* X X X X X */
prog_optimize.c 74 case OPCODE_MAD:
674 case OPCODE_MAD:
    [all...]
nvfragparse.c 102 { "MAD", OPCODE_MAD, INPUT_3V, OUTPUT_V, _R | _H | _X | _C | _S },
    [all...]
ir_to_mesa.cpp 865 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, c);
871 * Emit OPCODE_MAD(a, -b, a) instead of AND(a, NOT(b))
905 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, a);
1098 /* Quick peephole: Emit OPCODE_MAD(a, b, c) instead of ADD(MUL(a, b), c)
1107 /* Quick peephole: Emit OPCODE_MAD(-a, -b, a) instead of AND(a, NOT(b))
    [all...]
prog_execute.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_pixeltransfer.c 186 inst[ic].Opcode = OPCODE_MAD;
st_mesa_to_tgsi.c 604 case OPCODE_MAD:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 676 case OPCODE_MAD:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 764 case OPCODE_MAD:
    [all...]

Completed in 667 milliseconds