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

  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 629 #define emit_op2(p, op, dst, mask, src0, src1) \ macro
658 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]);
659 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]);
660 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]);
661 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]);
681 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]);
696 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_X, src, mat[0]);
697 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]);
698 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]);
711 emit_op2(p, OPCODE_DP3, tmp, WRITEMASK_X, src, src)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 190 static INLINE boolean emit_op2( struct svga_shader_emitter *emit, function
svga_tgsi_insn.c 379 if (!emit_op2( emit, inst, dest, src0, src1 ))
    [all...]

Completed in 48 milliseconds