Lines Matching refs:GLuint

66 _mesa_new_ati_fragment_shader(struct gl_context *ctx, GLuint id)  in _mesa_new_ati_fragment_shader()
84 GLuint i; in _mesa_delete_ati_fragment_shader()
110 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype) in match_pair_inst()
119 create_dst_mod_str(GLuint mod) in create_dst_mod_str()
150 static void debug_op(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in debug_op()
151 GLuint dstMask, GLuint dstMod, GLuint arg1, in debug_op()
152 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, in debug_op()
153 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in debug_op()
154 GLuint arg3Rep, GLuint arg3Mod) in debug_op()
182 GLuint optype, GLuint arg, GLuint argRep) in check_arith_arg()
210 GLuint GLAPIENTRY
211 _mesa_GenFragmentShadersATI(GLuint range) in _mesa_GenFragmentShadersATI()
213 GLuint first; in _mesa_GenFragmentShadersATI()
214 GLuint i; in _mesa_GenFragmentShadersATI()
236 _mesa_BindFragmentShaderATI(GLuint id) in _mesa_BindFragmentShaderATI()
292 _mesa_DeleteFragmentShaderATI(GLuint id) in _mesa_DeleteFragmentShaderATI()
414 GLuint op = curProg->SetupInst[j][i].Opcode; in _mesa_EndFragmentShaderATI()
416 GLuint src = curProg->SetupInst[j][i].src; in _mesa_EndFragmentShaderATI()
417 GLuint swizzle = curProg->SetupInst[j][i].swizzle; in _mesa_EndFragmentShaderATI()
422 GLuint op0 = curProg->Instructions[j][i].Opcode[0]; in _mesa_EndFragmentShaderATI()
423 GLuint op1 = curProg->Instructions[j][i].Opcode[1]; in _mesa_EndFragmentShaderATI()
426 GLuint count0 = curProg->Instructions[j][i].ArgCount[0]; in _mesa_EndFragmentShaderATI()
427 GLuint count1 = curProg->Instructions[j][i].ArgCount[1]; in _mesa_EndFragmentShaderATI()
443 _mesa_PassTexCoordATI(GLuint dst, GLuint coord, GLenum swizzle) in _mesa_PassTexCoordATI()
487 GLuint tmp = coord - GL_TEXTURE0_ARB; in _mesa_PassTexCoordATI()
515 _mesa_SampleMapATI(GLuint dst, GLuint interp, GLenum swizzle) in _mesa_SampleMapATI()
560 GLuint tmp = interp - GL_TEXTURE0_ARB; in _mesa_SampleMapATI()
588 _mesa_FragmentOpXATI(GLint optype, GLuint arg_count, GLenum op, GLuint dst, in _mesa_FragmentOpXATI()
589 GLuint dstMask, GLuint dstMod, GLuint arg1, in _mesa_FragmentOpXATI()
590 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, in _mesa_FragmentOpXATI()
591 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in _mesa_FragmentOpXATI()
592 GLuint arg3Rep, GLuint arg3Mod) in _mesa_FragmentOpXATI()
598 GLuint modtemp = dstMod & ~GL_SATURATE_BIT_ATI; in _mesa_FragmentOpXATI()
712 _mesa_ColorFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp1ATI()
713 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp1ATI()
714 GLuint arg1Mod) in _mesa_ColorFragmentOp1ATI()
721 _mesa_ColorFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp2ATI()
722 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp2ATI()
723 GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, in _mesa_ColorFragmentOp2ATI()
724 GLuint arg2Mod) in _mesa_ColorFragmentOp2ATI()
732 _mesa_ColorFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMask, in _mesa_ColorFragmentOp3ATI()
733 GLuint dstMod, GLuint arg1, GLuint arg1Rep, in _mesa_ColorFragmentOp3ATI()
734 GLuint arg1Mod, GLuint arg2, GLuint arg2Rep, in _mesa_ColorFragmentOp3ATI()
735 GLuint arg2Mod, GLuint arg3, GLuint arg3Rep, in _mesa_ColorFragmentOp3ATI()
736 GLuint arg3Mod) in _mesa_ColorFragmentOp3ATI()
744 _mesa_AlphaFragmentOp1ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp1ATI()
745 GLuint arg1Rep, GLuint arg1Mod) in _mesa_AlphaFragmentOp1ATI()
752 _mesa_AlphaFragmentOp2ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp2ATI()
753 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, in _mesa_AlphaFragmentOp2ATI()
754 GLuint arg2Rep, GLuint arg2Mod) in _mesa_AlphaFragmentOp2ATI()
762 _mesa_AlphaFragmentOp3ATI(GLenum op, GLuint dst, GLuint dstMod, GLuint arg1, in _mesa_AlphaFragmentOp3ATI()
763 GLuint arg1Rep, GLuint arg1Mod, GLuint arg2, in _mesa_AlphaFragmentOp3ATI()
764 GLuint arg2Rep, GLuint arg2Mod, GLuint arg3, in _mesa_AlphaFragmentOp3ATI()
765 GLuint arg3Rep, GLuint arg3Mod) in _mesa_AlphaFragmentOp3ATI()
773 _mesa_SetFragmentShaderConstantATI(GLuint dst, const GLfloat * value) in _mesa_SetFragmentShaderConstantATI()
775 GLuint dstindex; in _mesa_SetFragmentShaderConstantATI()