Home
last modified time | relevance | path

Searched refs:st_vertex_program (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_program.h144 struct st_vertex_program struct
228 static INLINE struct st_vertex_program *
229 st_vertex_program( struct gl_vertex_program *vp ) in st_vertex_program() function
231 return (struct st_vertex_program *)vp; in st_vertex_program()
242 struct st_vertex_program **ptr, in st_reference_vertprog()
243 struct st_vertex_program *prog) in st_reference_vertprog()
273 struct st_vertex_program *stvp,
291 struct st_vertex_program *stvp);
300 struct st_vertex_program *stvp );
Dst_cb_program.c98 struct st_vertex_program *prog = ST_CALLOC_STRUCT(st_vertex_program); in st_new_program()
131 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; in st_delete_program()
220 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; in st_program_string_notify()
Dst_atom_shader.c125 struct st_vertex_program *stvp; in update_vp()
132 stvp = st_vertex_program(st->ctx->VertexProgram._Current); in update_vp()
Dst_atom_array.c310 is_interleaved_arrays(const struct st_vertex_program *vp, in is_interleaved_arrays()
359 setup_interleaved_attribs(const struct st_vertex_program *vp, in setup_interleaved_attribs()
462 const struct st_vertex_program *vp, in setup_non_interleaved_attribs()
534 const struct st_vertex_program *vp; in update_array()
Dst_program.c87 struct st_vertex_program *stvp ) in st_release_vp_variants()
180 struct st_vertex_program *stvp) in st_prepare_vertex_program()
300 struct st_vertex_program *stvp, in st_translate_vertex_program()
416 struct st_vertex_program *stvp, in st_get_vp_variant()
1157 struct st_vertex_program *stvp = (struct st_vertex_program *) program; in destroy_program_variants()
1303 struct st_vertex_program *stvp = in st_print_current_vertex_program()
1304 (struct st_vertex_program *) ctx->VertexProgram._Current; in st_print_current_vertex_program()
Dst_atom_constbuf.c118 struct st_vertex_program *vp = st->vp; in update_vs_constants()
Dst_context.h131 struct st_vertex_program *vp; /**< Currently bound vertex program */
Dst_draw_feedback.c105 const struct st_vertex_program *vp; in st_feedback_draw_vbo()
Dst_glsl_to_tgsi.cpp4953 struct st_vertex_program *stvp; in get_mesa_program()
4959 stvp = (struct st_vertex_program *)prog; in get_mesa_program()