| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 619 #define emit_op1(p, op, dst, mask, src0) \ macro 630 emit_op1(p, OPCODE_MOV, temp, 0, reg); 695 emit_op1(p, OPCODE_RSQ, tmp, WRITEMASK_X, tmp); 706 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); 949 emit_op1(p, OPCODE_ABS, spot, 0, spot); 965 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); 973 emit_op1(p, OPCODE_RCP, dist, 0, dist); 979 emit_op1(p, OPCODE_RCP, att, 0, dist); 1046 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); 1063 emit_op1( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 616 #define emit_op1(p, op, dst, mask, src0) \ macro 627 emit_op1(p, OPCODE_MOV, temp, 0, reg); 692 emit_op1(p, OPCODE_RSQ, tmp, WRITEMASK_X, tmp); 703 emit_op1(p, OPCODE_MOV, out, 0, register_input(p, input)); 957 emit_op1(p, OPCODE_ABS, spot, 0, spot); 973 emit_op1(p, OPCODE_RCP, dist, WRITEMASK_YZ, dist); 981 emit_op1(p, OPCODE_RCP, dist, 0, dist); 987 emit_op1(p, OPCODE_RCP, att, 0, dist); 1054 emit_op1(p, OPCODE_MOV, dots, WRITEMASK_W, swizzle1(shininess,X)); 1071 emit_op1( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 350 emit_op1(struct svga_shader_emitter *emit, function in typeref:typename:boolean 476 if (!emit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, *src0 )) 508 return emit_op1( emit, inst, dest, src0 );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_insn.c | 348 emit_op1(struct svga_shader_emitter *emit, function in typeref:typename:boolean 474 if (!emit_op1( emit, inst_token( SVGA3DOP_MOV ), dst, *src0 )) 506 return emit_op1( emit, inst, dest, src0 );
|