Lines Matching full:ati_fragment_shader
39 static struct ati_fragment_shader DummyShader;
65 struct ati_fragment_shader *
68 struct ati_fragment_shader *s = CALLOC_STRUCT(ati_fragment_shader);
82 _mesa_delete_ati_fragment_shader(struct gl_context *ctx, struct ati_fragment_shader *s)
97 new_arith_inst(struct ati_fragment_shader *prog)
106 new_tex_inst(struct ati_fragment_shader *prog)
110 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
181 static int check_arith_arg(struct ati_fragment_shader *curProg,
239 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
240 struct ati_fragment_shader *newProg;
266 newProg = (struct ati_fragment_shader *)
302 struct ati_fragment_shader *prog = (struct ati_fragment_shader *)
383 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
446 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
518 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
595 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
786 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;