Searched defs:stfp (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_shader.c76 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);
H A Dst_cb_program.c156 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)
H A Dst_program.c123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) argument
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
469 st_translate_fragment_program(struct st_context *st, struct st_fragment_program *stfp, const struct st_fp_variant_key *key) argument
773 st_get_fp_variant(struct st_context *st, struct st_fragment_program *stfp, const struct st_fp_variant_key *key) argument
1177 struct st_fragment_program *stfp = local
[all...]
H A Dst_cb_bitmap.c122 struct st_fragment_program *stfp; local
169 stfp = (struct st_fragment_program *) p;
170 stfp->Base.UsesKill = GL_TRUE;
172 return stfp;
H A Dst_cb_drawpixels.c154 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);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c76 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);
H A Dst_cb_program.c156 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)
H A Dst_program.c123 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) argument
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
469 st_translate_fragment_program(struct st_context *st, struct st_fragment_program *stfp, const struct st_fp_variant_key *key) argument
773 st_get_fp_variant(struct st_context *st, struct st_fragment_program *stfp, const struct st_fp_variant_key *key) argument
1177 struct st_fragment_program *stfp = local
[all...]
H A Dst_cb_bitmap.c122 struct st_fragment_program *stfp; local
169 stfp = (struct st_fragment_program *) p;
170 stfp->Base.UsesKill = GL_TRUE;
172 return stfp;
H A Dst_cb_drawpixels.c154 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);

Completed in 169 milliseconds