Home
last modified time | relevance | path

Searched refs:dstMod (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/main/
Datifragshader.h40 GLuint dstMod; member
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,
Datifragshader.c151 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op() argument
165 fprintf(stderr, ", %s", create_dst_mod_str(dstMod)); in debug_op()
589 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI() argument
598 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI; in _mesa_FragmentOpXATI()
702 curI->DstReg[optype].dstMod = dstMod; in _mesa_FragmentOpXATI()
706 …debug_op(optype, arg_count, op, dst, dstMask, dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, arg2M… in _mesa_FragmentOpXATI()
713 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp1ATI() argument
717 dstMod, arg1, arg1Rep, arg1Mod, 0, 0, 0, 0, 0, 0); in _mesa_ColorFragmentOp1ATI()
722 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp2ATI() argument
727 dstMod, arg1, arg1Rep, arg1Mod, arg2, arg2Rep, in _mesa_ColorFragmentOp2ATI()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_atifragshader.c544 write_dst_addr(optype, inst->DstReg[optype].dstMod, in execute_shader()
548 write_dst_addr(1, inst->DstReg[0].dstMod, 0, dst[1], dstp); in execute_shader()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_shaderdefs.h382 uint32 dstMod : 4; member
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_fragshader.c273 GLuint sat = inst->DstReg[optype].dstMod & GL_SATURATE_BIT_ATI; in r200UpdateFSArith()
274 GLuint dstmod = inst->DstReg[optype].dstMod; in r200UpdateFSArith()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h281 dest.dstMod = 0; in dst_register()
Dsvga_tgsi_insn.c115 dest.dstMod = SVGA3DDSTMOD_SATURATE; in translate_dst_register()
/external/mesa3d/include/GL/
Dglext.h10405 GLAPI void APIENTRY glColorFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10406 GLAPI void APIENTRY glColorFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10407 GLAPI void APIENTRY glColorFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GL…
10408 GLAPI void APIENTRY glAlphaFragmentOp1ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuin…
10409 GLAPI void APIENTRY glAlphaFragmentOp2ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuin…
10410 GLAPI void APIENTRY glAlphaFragmentOp3ATI (GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuin…
10420 …LCOLORFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLui…
10421 …LCOLORFRAGMENTOP2ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLui…
10422 …LCOLORFRAGMENTOP3ATIPROC) (GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1, GLui…
10423 typedef void (APIENTRYP PFNGLALPHAFRAGMENTOP1ATIPROC) (GLenum op, GLuint dst, GLuint dstMod, GLuint…
[all …]