Searched refs:ati_fragment_shader (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Datifragshader.h73 extern struct ati_fragment_shader *
78 struct ati_fragment_shader *s);
140 static inline struct ati_fragment_shader *
148 struct ati_fragment_shader *s)
H A Datifragshader.c39 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 *curPro
[all...]
H A Dshared.c188 struct ati_fragment_shader *shader = (struct ati_fragment_shader *) data;
H A Dmtypes.h2141 struct ati_fragment_shader struct
2168 struct ati_fragment_shader *Current;
2580 struct ati_fragment_shader *DefaultFragmentShader;
/external/mesa3d/src/mesa/main/
H A Datifragshader.h73 extern struct ati_fragment_shader *
78 struct ati_fragment_shader *s);
140 static inline struct ati_fragment_shader *
148 struct ati_fragment_shader *s)
H A Datifragshader.c39 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 *curPro
[all...]
H A Dshared.c188 struct ati_fragment_shader *shader = (struct ati_fragment_shader *) data;
H A Dmtypes.h2141 struct ati_fragment_shader struct
2168 struct ati_fragment_shader *Current;
2580 struct ati_fragment_shader *DefaultFragmentShader;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c128 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
327 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
505 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
H A Dr200_context.h623 struct ati_fragment_shader *afs_loaded;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_atifragshader.c316 execute_shader(struct gl_context *ctx, const struct ati_fragment_shader *shader,
561 const struct ati_fragment_shader *shader,
584 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_fragshader.c128 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
327 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
505 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
H A Dr200_context.h623 struct ati_fragment_shader *afs_loaded;
/external/mesa3d/src/mesa/swrast/
H A Ds_atifragshader.c316 execute_shader(struct gl_context *ctx, const struct ati_fragment_shader *shader,
561 const struct ati_fragment_shader *shader,
584 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprogram.c195 ctx->ATIFragmentShader.Current = (struct ati_fragment_shader *) ctx->Shared->DefaultFragmentShader;
/external/mesa3d/src/mesa/program/
H A Dprogram.c195 ctx->ATIFragmentShader.Current = (struct ati_fragment_shader *) ctx->Shared->DefaultFragmentShader;

Completed in 469 milliseconds