Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_array.c64 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()
Dst_atom.h40 struct st_vertex_program;
64 const struct st_vertex_program *vp,
72 const struct st_vertex_program *vp,
Dst_shader_cache.c100 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()
Dst_cb_rasterpos.c143 struct st_vertex_program *stvp = (struct st_vertex_program *)st->vp; in rastpos_point()
Dst_cb_feedback.c87 struct st_vertex_program *stvp = (struct st_vertex_program *)st->vp; in feedback_vertex()
Dst_cb_program.c65 prog = (struct st_program*)rzalloc(NULL, struct st_vertex_program); in st_new_program()
Dst_program.h252 struct st_vertex_program struct
Dst_program.c410 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()
Dst_draw_feedback.c111 const struct st_vertex_program *vp; in st_feedback_draw_vbo()
146 vp = (struct st_vertex_program *)st->vp; in st_feedback_draw_vbo()
/external/mesa3d/docs/relnotes/
D20.0.0.rst2213 - st/mesa: trivially merge st_vertex_program into st_common_program
2218 - st/mesa: subclass st_vertex_program for VP-specific members