HomeSort by: relevance | last modified time | path
    Searched refs:ati_fragment_shader (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atifs_to_nir.h 36 struct ati_fragment_shader;
40 st_translate_atifs_program(struct ati_fragment_shader *atifs,
st_cb_program.c 141 st_new_ati_fs(struct gl_context *ctx, struct ati_fragment_shader *curProg)
st_atifs_to_nir.c 43 struct ati_fragment_shader *atifs;
425 /* Creates the uniform variable referencing the ATI_fragment_shader constants
443 st_translate_atifs_program(struct ati_fragment_shader *atifs,
533 * gl_program attached to the ati_fragment_shader
540 struct ati_fragment_shader *atifs = stfp->ati_fs;
585 /* note: ATI_fragment_shader.txt never specifies what
st_atom_constbuf.c 89 struct ati_fragment_shader *ati_fs = st->fp->ati_fs;
st_program.h 157 /** needed for ATI_fragment_shader */
170 /** needed for ATI_fragment_shader */
267 struct ati_fragment_shader *ati_fs;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atifs_to_tgsi.h 37 struct ati_fragment_shader;
43 struct ati_fragment_shader *atifs,
st_atom_constbuf.c 71 struct ati_fragment_shader *ati_fs = st->fp->ati_fs;
st_cb_program.c 261 st_new_ati_fs(struct gl_context *ctx, struct ati_fragment_shader *curProg)
st_program.h 105 /** needed for ATI_fragment_shader */
108 /** needed for ATI_fragment_shader */
146 struct ati_fragment_shader *ati_fs;
st_atifs_to_tgsi.c 40 struct ati_fragment_shader *atifs;
424 struct ati_fragment_shader *atifs,
538 * gl_program attached to the ati_fragment_shader
545 struct ati_fragment_shader *atifs = stfp->ati_fs;
590 /* note: ATI_fragment_shader.txt never specifies what
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
atifragshader.h 65 extern struct ati_fragment_shader *
70 struct ati_fragment_shader *s);
atifragshader.c 38 static struct ati_fragment_shader DummyShader;
44 struct ati_fragment_shader *
47 struct ati_fragment_shader *s = CALLOC_STRUCT(ati_fragment_shader);
61 _mesa_delete_ati_fragment_shader(struct gl_context *ctx, struct ati_fragment_shader *s)
77 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
160 /* The ATI_fragment_shader spec says:
221 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
222 struct ati_fragment_shader *newProg;
249 newProg = (struct ati_fragment_shader *)
    [all...]
shared.c 206 struct ati_fragment_shader *shader = (struct ati_fragment_shader *) data;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
atifragshader.h 65 extern struct ati_fragment_shader *
70 struct ati_fragment_shader *s);
atifragshader.c 36 static struct ati_fragment_shader DummyShader;
42 struct ati_fragment_shader *
45 struct ati_fragment_shader *s = CALLOC_STRUCT(ati_fragment_shader);
59 _mesa_delete_ati_fragment_shader(struct gl_context *ctx, struct ati_fragment_shader *s)
75 static void match_pair_inst(struct ati_fragment_shader *curProg, GLuint optype)
158 /* The ATI_fragment_shader spec says:
219 struct ati_fragment_shader *curProg = ctx->ATIFragmentShader.Current;
220 struct ati_fragment_shader *newProg;
246 newProg = (struct ati_fragment_shader *)
    [all...]
shared.c 208 struct ati_fragment_shader *shader = (struct ati_fragment_shader *) data;
dd.h 54 struct ati_fragment_shader;
461 struct ati_fragment_shader *curProg);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_fragshader.c 130 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
329 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
507 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
r200_context.h 210 /* ATI_FRAGMENT_SHADER */
616 struct ati_fragment_shader *afs_loaded;
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_atifragshader.c 302 execute_shader(struct gl_context *ctx, const struct ati_fragment_shader *shader,
547 const struct ati_fragment_shader *shader,
570 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_fragshader.c 128 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;
r200_context.h 210 /* ATI_FRAGMENT_SHADER */
616 struct ati_fragment_shader *afs_loaded;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_atifragshader.c 302 execute_shader(struct gl_context *ctx, const struct ati_fragment_shader *shader,
547 const struct ati_fragment_shader *shader,
570 const struct ati_fragment_shader *shader = ctx->ATIFragmentShader.Current;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program.c 159 ctx->ATIFragmentShader.Current = (struct ati_fragment_shader *) ctx->Shared->DefaultFragmentShader;
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
program.c 160 ctx->ATIFragmentShader.Current = (struct ati_fragment_shader *) ctx->Shared->DefaultFragmentShader;

Completed in 25 milliseconds

1 2