/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_shader.c | 76 struct st_fragment_program *stfp; local 80 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); 81 assert(stfp->Base.Base.Target == GL_FRAGMENT_PROGRAM_ARB); 91 st->fp_variant = st_get_fp_variant(st, stfp, &key); 93 st_reference_fragprog(st, &st->fp, stfp);
|
st_cb_program.c | 156 struct st_fragment_program *stfp = local 159 st_release_fp_variants(st, stfp); 161 if (stfp->glsl_to_tgsi) 162 free_glsl_to_tgsi_visitor(stfp->glsl_to_tgsi); 199 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; local 201 st_release_fp_variants(st, stfp); 203 if (st->fp == stfp)
|
st_program.c | 123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) 127 for (fpv = stfp->variants; fpv; ) { 133 stfp->variants = NULL; 470 struct st_fragment_program *stfp, 505 st_make_bitmap_fragment_program(st, &stfp->Base, 509 stfp = st_fragment_program(fp); 522 st_make_drawpix_fragment_program(st, &stfp->Base, &fp); 526 stfp = st_fragment_program(fp); 530 if (!stfp->glsl_to_tgsi) 531 _mesa_remove_output_reads(&stfp->Base.Base, PROGRAM_OUTPUT) 1177 struct st_fragment_program *stfp = local [all...] |
st_program.h | 279 struct st_fragment_program *stfp, 295 struct st_fragment_program *stfp); 304 struct st_fragment_program *stfp );
|
st_cb_bitmap.c | 122 struct st_fragment_program *stfp; local 169 stfp = (struct st_fragment_program *) p; 170 stfp->Base.UsesKill = GL_TRUE; 172 return stfp;
|
st_cb_drawpixels.c | 154 struct st_fragment_program *stfp = (struct st_fragment_program *) fpIn; local 160 else if (stfp->glsl_to_tgsi != NULL) { 161 newProg = (struct gl_program *) get_glsl_pixel_transfer_program(st, stfp); [all...] |
st_glsl_to_tgsi.cpp | [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_shader.c | 76 struct st_fragment_program *stfp; local 80 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); 81 assert(stfp->Base.Base.Target == GL_FRAGMENT_PROGRAM_ARB); 91 st->fp_variant = st_get_fp_variant(st, stfp, &key); 93 st_reference_fragprog(st, &st->fp, stfp);
|
st_cb_program.c | 156 struct st_fragment_program *stfp = local 159 st_release_fp_variants(st, stfp); 161 if (stfp->glsl_to_tgsi) 162 free_glsl_to_tgsi_visitor(stfp->glsl_to_tgsi); 199 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; local 201 st_release_fp_variants(st, stfp); 203 if (st->fp == stfp)
|
st_program.c | 123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) 127 for (fpv = stfp->variants; fpv; ) { 133 stfp->variants = NULL; 470 struct st_fragment_program *stfp, 505 st_make_bitmap_fragment_program(st, &stfp->Base, 509 stfp = st_fragment_program(fp); 522 st_make_drawpix_fragment_program(st, &stfp->Base, &fp); 526 stfp = st_fragment_program(fp); 530 if (!stfp->glsl_to_tgsi) 531 _mesa_remove_output_reads(&stfp->Base.Base, PROGRAM_OUTPUT) 1177 struct st_fragment_program *stfp = local [all...] |
st_program.h | 279 struct st_fragment_program *stfp, 295 struct st_fragment_program *stfp); 304 struct st_fragment_program *stfp );
|
st_cb_bitmap.c | 122 struct st_fragment_program *stfp; local 169 stfp = (struct st_fragment_program *) p; 170 stfp->Base.UsesKill = GL_TRUE; 172 return stfp;
|
st_cb_drawpixels.c | 154 struct st_fragment_program *stfp = (struct st_fragment_program *) fpIn; local 160 else if (stfp->glsl_to_tgsi != NULL) { 161 newProg = (struct gl_program *) get_glsl_pixel_transfer_program(st, stfp); [all...] |
st_glsl_to_tgsi.cpp | [all...] |