Searched defs:stvp (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_shader.c125 struct st_vertex_program *stvp; local
132 stvp = st_vertex_program(st->ctx->VertexProgram._Current);
133 assert(stvp->Base.Base.Target == GL_VERTEX_PROGRAM_ARB);
152 st->vp_variant = st_get_vp_variant(st, stvp, &key);
154 st_reference_vertprog(st, &st->vp, stvp);
159 st->vertex_result_to_slot = stvp->result_to_output;
H A Dst_cb_program.c131 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; local
132 st_release_vp_variants( st, stvp );
134 if (stvp->glsl_to_tgsi)
135 free_glsl_to_tgsi_visitor(stvp->glsl_to_tgsi);
220 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; local
222 st_release_vp_variants( st, stvp );
224 if (st->vp == stvp)
H A Dst_program.c87 struct st_vertex_program *stvp )
91 for (vpv = stvp->variants; vpv; ) {
97 stvp->variants = NULL;
180 struct st_vertex_program *stvp)
184 stvp->num_inputs = 0;
185 stvp->num_outputs = 0;
187 if (stvp->Base.IsPositionInvariant)
188 _mesa_insert_mvp_code(ctx, &stvp->Base);
190 if (!stvp->glsl_to_tgsi)
191 assert(stvp
179 st_prepare_vertex_program(struct gl_context *ctx, struct st_vertex_program *stvp) argument
299 st_translate_vertex_program(struct st_context *st, struct st_vertex_program *stvp, const struct st_vp_variant_key *key) argument
415 st_get_vp_variant(struct st_context *st, struct st_vertex_program *stvp, const struct st_vp_variant_key *key) argument
1157 struct st_vertex_program *stvp = (struct st_vertex_program *) program; local
1303 struct st_vertex_program *stvp = local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_shader.c125 struct st_vertex_program *stvp; local
132 stvp = st_vertex_program(st->ctx->VertexProgram._Current);
133 assert(stvp->Base.Base.Target == GL_VERTEX_PROGRAM_ARB);
152 st->vp_variant = st_get_vp_variant(st, stvp, &key);
154 st_reference_vertprog(st, &st->vp, stvp);
159 st->vertex_result_to_slot = stvp->result_to_output;
H A Dst_cb_program.c131 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; local
132 st_release_vp_variants( st, stvp );
134 if (stvp->glsl_to_tgsi)
135 free_glsl_to_tgsi_visitor(stvp->glsl_to_tgsi);
220 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; local
222 st_release_vp_variants( st, stvp );
224 if (st->vp == stvp)
H A Dst_program.c87 struct st_vertex_program *stvp )
91 for (vpv = stvp->variants; vpv; ) {
97 stvp->variants = NULL;
180 struct st_vertex_program *stvp)
184 stvp->num_inputs = 0;
185 stvp->num_outputs = 0;
187 if (stvp->Base.IsPositionInvariant)
188 _mesa_insert_mvp_code(ctx, &stvp->Base);
190 if (!stvp->glsl_to_tgsi)
191 assert(stvp
179 st_prepare_vertex_program(struct gl_context *ctx, struct st_vertex_program *stvp) argument
299 st_translate_vertex_program(struct st_context *st, struct st_vertex_program *stvp, const struct st_vp_variant_key *key) argument
415 st_get_vp_variant(struct st_context *st, struct st_vertex_program *stvp, const struct st_vp_variant_key *key) argument
1157 struct st_vertex_program *stvp = (struct st_vertex_program *) program; local
1303 struct st_vertex_program *stvp = local
[all...]

Completed in 91 milliseconds