Searched refs:st_vertex_program (Results 1 – 10 of 10) sorted by relevance
64 static void init_velement_64bit(const struct st_vertex_program *vp, in init_velement_64bit()106 init_velement(const struct st_vertex_program *vp, in init_velement()133 const struct st_vertex_program *vp, in st_setup_arrays()234 const struct st_vertex_program *vp, in st_setup_current()296 const struct st_vertex_program *vp, in st_setup_current_user()329 const struct st_vertex_program *vp = (struct st_vertex_program *)st->vp; in st_update_array()
40 struct st_vertex_program;64 const struct st_vertex_program *vp,72 const struct st_vertex_program *vp,
100 struct st_vertex_program *stvp = (struct st_vertex_program *)stp; in st_serialise_ir_program()194 struct st_vertex_program *stvp = (struct st_vertex_program *)stp; in st_deserialise_ir_program()
143 struct st_vertex_program *stvp = (struct st_vertex_program *)st->vp; in rastpos_point()
87 struct st_vertex_program *stvp = (struct st_vertex_program *)st->vp; in feedback_vertex()
65 prog = (struct st_program*)rzalloc(NULL, struct st_vertex_program); in st_new_program()
252 struct st_vertex_program struct
410 struct st_vertex_program *stvp = (struct st_vertex_program *)stp; in st_prepare_vertex_program()573 struct st_vertex_program *stvp = (struct st_vertex_program *)stp; in st_translate_vertex_program()819 struct st_vertex_program *stvp = (struct st_vertex_program *)stp; in st_get_vp_variant()
111 const struct st_vertex_program *vp; in st_feedback_draw_vbo()146 vp = (struct st_vertex_program *)st->vp; in st_feedback_draw_vbo()
2213 - st/mesa: trivially merge st_vertex_program into st_common_program2218 - st/mesa: subclass st_vertex_program for VP-specific members