Searched refs:stgp (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_program.c140 struct st_geometry_program *stgp = local
143 st_release_gp_variants(st, stgp);
145 if (stgp->glsl_to_tgsi)
146 free_glsl_to_tgsi_visitor(stgp->glsl_to_tgsi);
148 if (stgp->tgsi.tokens) {
149 st_free_tokens((void *) stgp->tgsi.tokens);
150 stgp->tgsi.tokens = NULL;
207 struct st_geometry_program *stgp = (struct st_geometry_program *) prog; local
209 st_release_gp_variants(st, stgp);
211 if (stgp
[all...]
H A Dst_program.c155 st_release_gp_variants(struct st_context *st, struct st_geometry_program *stgp) argument
159 for (gpv = stgp->variants; gpv; ) {
165 stgp->variants = NULL;
805 struct st_geometry_program *stgp,
834 _mesa_remove_output_reads(&stgp->Base.Base, PROGRAM_OUTPUT);
835 _mesa_remove_output_reads(&stgp->Base.Base, PROGRAM_VARYING);
852 inputsRead = stgp->Base.Base.InputsRead;
861 stgp->input_map[slot + gs_array_offset] = vslot - gs_builtin_inputs;
862 stgp->input_to_index[attr] = vslot;
863 stgp
804 st_translate_geometry_program(struct st_context *st, struct st_geometry_program *stgp, const struct st_gp_variant_key *key) argument
1068 st_get_gp_variant(struct st_context *st, struct st_geometry_program *stgp, const struct st_gp_variant_key *key) argument
1198 struct st_geometry_program *stgp = local
[all...]
H A Dst_atom_shader.c177 struct st_geometry_program *stgp; local
185 stgp = st_geometry_program(st->ctx->GeometryProgram._Current);
186 assert(stgp->Base.Base.Target == MESA_GEOMETRY_PROGRAM);
191 st->gp_variant = st_get_gp_variant(st, stgp, &key);
193 st_reference_geomprog(st, &st->gp, stgp);
H A Dst_program.h285 struct st_geometry_program *stgp,
308 struct st_geometry_program *stgp);
H A Dst_glsl_to_tgsi.cpp4955 struct st_geometry_program *stgp;
4967 stgp = (struct st_geometry_program *)prog;
4968 stgp->glsl_to_tgsi = v;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_program.c140 struct st_geometry_program *stgp = local
143 st_release_gp_variants(st, stgp);
145 if (stgp->glsl_to_tgsi)
146 free_glsl_to_tgsi_visitor(stgp->glsl_to_tgsi);
148 if (stgp->tgsi.tokens) {
149 st_free_tokens((void *) stgp->tgsi.tokens);
150 stgp->tgsi.tokens = NULL;
207 struct st_geometry_program *stgp = (struct st_geometry_program *) prog; local
209 st_release_gp_variants(st, stgp);
211 if (stgp
[all...]
H A Dst_program.c155 st_release_gp_variants(struct st_context *st, struct st_geometry_program *stgp) argument
159 for (gpv = stgp->variants; gpv; ) {
165 stgp->variants = NULL;
805 struct st_geometry_program *stgp,
834 _mesa_remove_output_reads(&stgp->Base.Base, PROGRAM_OUTPUT);
835 _mesa_remove_output_reads(&stgp->Base.Base, PROGRAM_VARYING);
852 inputsRead = stgp->Base.Base.InputsRead;
861 stgp->input_map[slot + gs_array_offset] = vslot - gs_builtin_inputs;
862 stgp->input_to_index[attr] = vslot;
863 stgp
804 st_translate_geometry_program(struct st_context *st, struct st_geometry_program *stgp, const struct st_gp_variant_key *key) argument
1068 st_get_gp_variant(struct st_context *st, struct st_geometry_program *stgp, const struct st_gp_variant_key *key) argument
1198 struct st_geometry_program *stgp = local
[all...]
H A Dst_atom_shader.c177 struct st_geometry_program *stgp; local
185 stgp = st_geometry_program(st->ctx->GeometryProgram._Current);
186 assert(stgp->Base.Base.Target == MESA_GEOMETRY_PROGRAM);
191 st->gp_variant = st_get_gp_variant(st, stgp, &key);
193 st_reference_geomprog(st, &st->gp, stgp);
H A Dst_program.h285 struct st_geometry_program *stgp,
308 struct st_geometry_program *stgp);
H A Dst_glsl_to_tgsi.cpp4955 struct st_geometry_program *stgp;
4967 stgp = (struct st_geometry_program *)prog;
4968 stgp->glsl_to_tgsi = v;

Completed in 519 milliseconds