| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 613 #define emit_op2(p, op, dst, mask, src0, src1) \ macro 642 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]); 643 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]); 644 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]); 645 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]); 665 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]); 680 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_X, src, mat[0]); 681 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]); 682 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]); 691 emit_op2( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 616 #define emit_op2(p, op, dst, mask, src0, src1) \ macro 645 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]); 646 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]); 647 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]); 648 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]); 668 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]); 683 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_X, src, mat[0]); 684 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]); 685 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]); 694 emit_op2( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 363 emit_op2(struct svga_shader_emitter *emit, function in typeref:typename:boolean 554 if (!emit_op2( emit, inst, dest, src0, src1 ))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 361 emit_op2(struct svga_shader_emitter *emit, function in typeref:typename:boolean 552 if (!emit_op2( emit, inst, dest, src0, src1 ))
|