Searched defs:stfp (Results 1 - 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_program.c | 130 struct st_fragment_program *stfp = local 133 st_release_fp_variants(st, stfp); 135 if (stfp->glsl_to_tgsi) 136 free_glsl_to_tgsi_visitor(stfp->glsl_to_tgsi); 197 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; local 199 st_release_fp_variants(st, stfp); 200 if (!st_translate_fragment_program(st, stfp)) 203 if (st->fp == stfp) 204 st->dirty |= stfp->affected_states; 265 struct st_fragment_program *stfp local 295 struct st_fragment_program *stfp = (struct st_fragment_program *)prog; local [all...] |
H A D | st_atom_shader.c | 112 struct st_fragment_program *stfp; local 116 stfp = st_fragment_program(st->ctx->FragmentProgram._Current); 117 assert(stfp->Base.Target == GL_FRAGMENT_PROGRAM_ARB); 134 if (stfp->ati_fs) { 146 key.external = st_get_external_sampler_key(st, &stfp->Base); 148 st->fp_variant = st_get_fp_variant(st, stfp, &key); 150 st_reference_fragprog(st, &st->fp, stfp);
|
H A D | st_atifs_to_tgsi.c | 542 struct st_fragment_program *stfp = (struct st_fragment_program *) prog; local 543 struct ati_fragment_shader *atifs = stfp->ati_fs;
|
H A D | st_program.c | 128 st_release_fp_variants(struct st_context *st, struct st_fragment_program *stfp) argument 132 for (fpv = stfp->variants; fpv; ) { 138 stfp->variants = NULL; 140 if ((stfp->tgsi.type == PIPE_SHADER_IR_TGSI) && stfp->tgsi.tokens) { 141 ureg_free_tokens(stfp->tgsi.tokens); 142 stfp->tgsi.tokens = NULL; 566 struct st_fragment_program *stfp) 589 if (!stfp->glsl_to_tgsi && !stfp 565 st_translate_fragment_program(struct st_context *st, struct st_fragment_program *stfp) argument 930 st_create_fp_variant(struct st_context *st, struct st_fragment_program *stfp, const struct st_fp_variant_key *key) argument 1157 st_get_fp_variant(struct st_context *st, struct st_fragment_program *stfp, const struct st_fp_variant_key *key) argument 1735 struct st_fragment_program *stfp = local [all...] |
H A D | st_glsl_to_tgsi.cpp | 6599 struct st_fragment_program *stfp; local 6611 stfp = (struct st_fragment_program *)prog; 6612 stfp->glsl_to_tgsi = v;
|
Completed in 1091 milliseconds