HomeSort by relevance Sort by last modified time
    Searched refs:st_vertex_program (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_program.h 197 /** similar to that in st_vertex_program, but with edgeflags info too */
205 struct st_vertex_program struct
309 static inline struct st_vertex_program *
310 st_vertex_program( struct gl_program *vp ) function
312 return (struct st_vertex_program *)vp;
329 struct st_vertex_program **ptr,
330 struct st_vertex_program *prog)
382 struct st_vertex_program *stvp,
403 struct st_vertex_program *stvp );
423 struct st_vertex_program *stvp)
    [all...]
st_cb_program.c 62 struct st_vertex_program *prog = rzalloc(NULL,
63 struct st_vertex_program);
101 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
187 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
st_shader_cache.c 67 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
168 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
st_atom.c 67 struct st_vertex_program *old_vp = st->vp;
88 dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(new_vp));
156 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(vp));
st_atom_array.c 318 is_interleaved_arrays(const struct st_vertex_program *vp,
381 static void init_velement_lowered(const struct st_vertex_program *vp,
456 const struct st_vertex_program *vp,
575 const struct st_vertex_program *vp,
690 const struct st_vertex_program *vp;
st_atom_shader.c 157 struct st_vertex_program *stvp;
164 stvp = st_vertex_program(st->ctx->VertexProgram._Current);
st_program.c 106 states = &((struct st_vertex_program*)prog)->affected_states;
233 struct st_vertex_program *stvp )
385 struct st_vertex_program *stvp)
550 struct st_vertex_program *stvp,
615 struct st_vertex_program *stvp,
    [all...]
st_cb_feedback.c 304 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(vp));
st_context.h 181 struct st_vertex_program *vp; /**< Currently bound vertex program */
st_draw_feedback.c 127 const struct st_vertex_program *vp;
st_context.c 136 struct st_vertex_program *vp =
137 st_vertex_program(ctx->VertexProgram._Current);
st_glsl_to_nir.cpp 421 struct st_vertex_program *stvp;
428 stvp = (struct st_vertex_program *)prog;
st_glsl_to_tgsi.cpp     [all...]

Completed in 506 milliseconds