Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_program.h205 struct st_vertex_program struct
309 static inline struct st_vertex_program *
310 st_vertex_program( struct gl_program *vp ) in st_vertex_program() function
312 return (struct st_vertex_program *)vp; in st_vertex_program()
329 struct st_vertex_program **ptr, in st_reference_vertprog()
330 struct st_vertex_program *prog) in st_reference_vertprog()
382 struct st_vertex_program *stvp,
403 struct st_vertex_program *stvp );
423 struct st_vertex_program *stvp);
Dst_cb_program.c62 struct st_vertex_program *prog = rzalloc(NULL, in st_new_program()
63 struct st_vertex_program); in st_new_program()
101 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; in st_delete_program()
187 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; in st_program_string_notify()
Dst_shader_cache.c67 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; in st_serialise_tgsi_program()
168 struct st_vertex_program *stvp = (struct st_vertex_program *) prog; in st_deserialise_tgsi_program()
Dst_atom.c67 struct st_vertex_program *old_vp = st->vp; in check_program_state()
88 dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(new_vp)); in check_program_state()
156 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(vp)); in check_attrib_edgeflag()
Dst_atom_array.c318 is_interleaved_arrays(const struct st_vertex_program *vp, in is_interleaved_arrays()
381 static void init_velement_lowered(const struct st_vertex_program *vp, in init_velement_lowered()
456 const struct st_vertex_program *vp, in setup_interleaved_attribs()
575 const struct st_vertex_program *vp, in setup_non_interleaved_attribs()
690 const struct st_vertex_program *vp; in st_update_array()
Dst_program.c106 states = &((struct st_vertex_program*)prog)->affected_states; in st_set_prog_affected_state_flags()
233 struct st_vertex_program *stvp ) in st_release_vp_variants()
385 struct st_vertex_program *stvp) in st_translate_vertex_program()
550 struct st_vertex_program *stvp, in st_create_vp_variant()
615 struct st_vertex_program *stvp, in st_get_vp_variant()
1733 struct st_vertex_program *stvp = (struct st_vertex_program *) target; in destroy_program_variants()
1887 struct st_vertex_program *stvp = in st_print_current_vertex_program()
1888 (struct st_vertex_program *) ctx->VertexProgram._Current; in st_print_current_vertex_program()
1910 struct st_vertex_program *p = (struct st_vertex_program *)prog; in st_precompile_shader_variant()
Dst_atom_shader.c157 struct st_vertex_program *stvp; in st_update_vp()
164 stvp = st_vertex_program(st->ctx->VertexProgram._Current); in st_update_vp()
Dst_context.h181 struct st_vertex_program *vp; /**< Currently bound vertex program */
Dst_glsl_to_nir.cpp421 struct st_vertex_program *stvp; in set_st_program()
428 stvp = (struct st_vertex_program *)prog; in set_st_program()
Dst_cb_feedback.c304 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(vp)); in st_RenderMode()
Dst_draw_feedback.c127 const struct st_vertex_program *vp; in st_feedback_draw_vbo()
Dst_context.c136 struct st_vertex_program *vp = in st_get_active_states()
137 st_vertex_program(ctx->VertexProgram._Current); in st_get_active_states()
Dst_glsl_to_tgsi.cpp6827 struct st_vertex_program *stvp; in get_mesa_program_tgsi()
6834 stvp = (struct st_vertex_program *)prog; in get_mesa_program_tgsi()