Searched defs:dstMod (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | atifragshader.c | 117 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op() 576 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI() 719 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp1ATI() 728 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp2ATI() 739 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp3ATI() 750 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp1ATI() 758 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp2ATI() 768 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp3ATI()
|
D | atifragshader.h | 37 GLuint dstMod; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 256 struct ureg_dst dst, GLuint dstMod) in emit_dstmod()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_shaderdefs.h | 381 uint32 dstMod : 4; member
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 3427 GLuint dstMod; member 3440 const GLuint dstMod = cmd->dstMod; in _mesa_unmarshal_AlphaFragmentOp2ATI() local 3450 _mesa_marshal_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep… in _mesa_marshal_AlphaFragmentOp2ATI() 6316 GLuint dstMod; member 6327 const GLuint dstMod = cmd->dstMod; in _mesa_unmarshal_ColorFragmentOp1ATI() local 6334 _mesa_marshal_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, GLuint dstMod, GLuint arg1… in _mesa_marshal_ColorFragmentOp1ATI() 8193 GLuint dstMod; member 8203 const GLuint dstMod = cmd->dstMod; in _mesa_unmarshal_AlphaFragmentOp1ATI() local 8210 _mesa_marshal_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, GLuint arg1Rep… in _mesa_marshal_AlphaFragmentOp1ATI() 11105 GLuint dstMod; member [all …]
|