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

  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 622 #define emit_op2(p, op, dst, mask, src0, src1) \ macro
651 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]);
652 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]);
653 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]);
654 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]);
674 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]);
689 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_X, src, mat[0]);
690 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]);
691 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]);
700 emit_op2(p, OPCODE_DP3, tmp, WRITEMASK_X, src, src)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 364 emit_op2(struct svga_shader_emitter *emit, function
555 if (!emit_op2( emit, inst, dest, src0, src1 ))
    [all...]

Completed in 378 milliseconds