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

  /external/mesa3d/src/mesa/main/
atifragshader.h 40 GLuint dstMod;
99 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
104 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
110 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
116 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
120 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
125 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1,
atifragshader.c 151 GLuint dstMask, GLuint dstMod, GLuint arg1,
165 fprintf(stderr, ", %s", create_dst_mod_str(dstMod));
589 GLuint dstMask, GLuint dstMod, GLuint arg1,
598 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI;
637 _mesa_error(ctx, GL_INVALID_ENUM, "C/AFragmentOpATI(dstMod)%x", modtemp);
702 curI->DstReg[optype].dstMod = dstMod;
706 debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2Mod, arg3, arg3Rep, arg3Mod);
713 GLuint dstMod, GLuint arg1, GLuint arg1Rep,
717 dstMod, arg1, arg1Rep, arg1Mod, 0, 0, 0, 0, 0, 0)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 382 uint32 dstMod : 4;
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 249 (dstmod is ignored, though, so dot2/dot3 should be safe)
273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI;
274 GLuint dstmod = inst->DstReg[optype].dstMod; local
276 dstmod &= ~GL_SATURATE_BIT_ATI;
291 switch(dstmod) {
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 544 write_dst_addr(optype, inst->DstReg[optype].dstMod,
548 write_dst_addr(1, inst->DstReg[0].dstMod, 0, dst[1], dstp);
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 281 dest.dstMod = 0;
svga_tgsi_insn.c 115 dest.dstMod = SVGA3DDSTMOD_SATURATE;
    [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]

Completed in 225 milliseconds