Searched refs:st_vertex_program (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.h | 205 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);
|
D | st_cb_program.c | 62 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()
|
D | st_shader_cache.c | 67 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()
|
D | st_atom.c | 67 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()
|
D | st_atom_array.c | 318 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()
|
D | st_program.c | 106 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()
|
D | st_atom_shader.c | 157 struct st_vertex_program *stvp; in st_update_vp() 164 stvp = st_vertex_program(st->ctx->VertexProgram._Current); in st_update_vp()
|
D | st_context.h | 181 struct st_vertex_program *vp; /**< Currently bound vertex program */
|
D | st_glsl_to_nir.cpp | 421 struct st_vertex_program *stvp; in set_st_program() 428 stvp = (struct st_vertex_program *)prog; in set_st_program()
|
D | st_cb_feedback.c | 304 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(vp)); in st_RenderMode()
|
D | st_draw_feedback.c | 127 const struct st_vertex_program *vp; in st_feedback_draw_vbo()
|
D | st_context.c | 136 struct st_vertex_program *vp = in st_get_active_states() 137 st_vertex_program(ctx->VertexProgram._Current); in st_get_active_states()
|
D | st_glsl_to_tgsi.cpp | 6827 struct st_vertex_program *stvp; in get_mesa_program_tgsi() 6834 stvp = (struct st_vertex_program *)prog; in get_mesa_program_tgsi()
|