| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 669 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); 670 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); 671 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); 902 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, 1200 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0); 1213 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); 1214 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1); 1261 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0); 1272 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); 1273 emit_op3(p, OPCODE_MAD, res [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); 667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); 668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); 911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient, 1263 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0); 1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0); 1277 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1); 1336 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0); 1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0); 1348 emit_op3(p, OPCODE_MAD, res [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | prog_instruction.c | 126 { OPCODE_MAD, "MAD", 3, 1 },
|
| H A D | prog_instruction.h | 147 OPCODE_MAD, /* X X X X X */ enumerator in enum:prog_opcode
|
| H A D | programopt.c | 154 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); 155 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); 156 * emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); 172 newInst[i].Opcode = OPCODE_MAD; 187 newInst[3].Opcode = OPCODE_MAD; 318 inst->Opcode = OPCODE_MAD;
|
| H A D | prog_optimize.c | 69 case OPCODE_MAD: 644 case OPCODE_MAD:
|
| H A D | prog_to_nir.c | 671 [OPCODE_MAD] = 0, 762 case OPCODE_MAD:
|
| H A D | ir_to_mesa.cpp | 761 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, c); 767 * Emit OPCODE_MAD(a, -b, a) instead of AND(a, NOT(b)) 801 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, a); 990 /* Quick peephole: Emit OPCODE_MAD(a, b, c) instead of ADD(MUL(a, b), c) 999 /* Quick peephole: Emit OPCODE_MAD(-a, -b, a) instead of AND(a, NOT(b))
|
| H A D | prog_execute.c | 794 case OPCODE_MAD:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_instruction.c | 128 { OPCODE_MAD, "MAD", 3, 1 },
|
| H A D | prog_instruction.h | 147 OPCODE_MAD, /* X X X X X */ enumerator in enum:prog_opcode
|
| H A D | programopt.c | 154 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp); 155 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp); 156 * emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp); 172 newInst[i].Opcode = OPCODE_MAD; 187 newInst[3].Opcode = OPCODE_MAD; 318 inst->Opcode = OPCODE_MAD;
|
| H A D | prog_optimize.c | 69 case OPCODE_MAD: 644 case OPCODE_MAD:
|
| H A D | prog_to_nir.c | 648 [OPCODE_MAD] = 0, 739 case OPCODE_MAD:
|
| H A D | ir_to_mesa.cpp | 688 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, c); 694 * Emit OPCODE_MAD(a, -b, a) instead of AND(a, NOT(b)) 728 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, a); 917 /* Quick peephole: Emit OPCODE_MAD(a, b, c) instead of ADD(MUL(a, b), c) 926 /* Quick peephole: Emit OPCODE_MAD(-a, -b, a) instead of AND(a, NOT(b))
|
| H A D | prog_execute.c | 794 case OPCODE_MAD:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 475 case OPCODE_MAD:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 753 case OPCODE_MAD:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 667 case OPCODE_MAD:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 667 case OPCODE_MAD:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 753 case OPCODE_MAD:
|