Searched refs:st_vertex_program (Results 1 – 9 of 9) sorted by relevance
144 struct st_vertex_program struct228 static INLINE struct st_vertex_program *229 st_vertex_program( struct gl_vertex_program *vp ) in st_vertex_program() function231 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 );
98 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()
125 struct st_vertex_program *stvp; in update_vp()132 stvp = st_vertex_program(st->ctx->VertexProgram._Current); in update_vp()
310 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()
87 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()
118 struct st_vertex_program *vp = st->vp; in update_vs_constants()
131 struct st_vertex_program *vp; /**< Currently bound vertex program */
105 const struct st_vertex_program *vp; in st_feedback_draw_vbo()
4953 struct st_vertex_program *stvp; in get_mesa_program()4959 stvp = (struct st_vertex_program *)prog; in get_mesa_program()