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

  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 619 #define emit_op3(p, op, dst, mask, src0, src1, src2) \ macro
675 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
676 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
677 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
907 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient,
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c 379 emit_op3(struct svga_shader_emitter *emit, function
626 if (!emit_op3( emit, inst, dest, src0, src1, src2 ))
    [all...]

Completed in 65 milliseconds