Searched refs:st_vertex_program (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom.h40 struct st_vertex_program;
63 const struct st_vertex_program *vp,
70 const struct st_vertex_program *vp,
77 const struct st_vertex_program *vp,
H A Dst_program.h197 /** similar to that in st_vertex_program, but with edgeflags info too */
208 struct st_vertex_program struct
314 static inline struct st_vertex_program *
315 st_vertex_program( struct gl_program *vp ) function in typeref:struct:st_vertex_program *
317 return (struct st_vertex_program *)vp;
334 struct st_vertex_program **ptr,
335 struct st_vertex_program *prog)
387 struct st_vertex_program *stvp,
408 struct st_vertex_program *stvp );
428 struct st_vertex_program *stv
[all...]
H A Dst_cb_program.c63 struct st_vertex_program *prog = rzalloc(NULL,
64 struct st_vertex_program);
102 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
188 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
297 if (st_vertex_program(linked->Program)->variants)
298 sh = st_vertex_program(linked->Program)->variants->driver_shader;
H A Dst_atom_array.c321 static void init_velement_lowered(const struct st_vertex_program *vp,
388 const struct st_vertex_program *vp,
446 const struct st_vertex_program *vp,
458 const struct st_vertex_program *vp = st->vp;
508 const struct st_vertex_program *vp,
541 const struct st_vertex_program *vp = st->vp;
H A Dst_atom.c70 struct st_vertex_program *old_vp = st->vp;
91 dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(new_vp));
156 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(vp));
H A Dst_shader_cache.c86 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
208 struct st_vertex_program *stvp = (struct st_vertex_program *) prog;
H A Dst_atom_shader.c160 struct st_vertex_program *stvp;
166 stvp = st_vertex_program(st->ctx->VertexProgram._Current);
H A Dst_program.c108 states = &((struct st_vertex_program*)prog)->affected_states;
256 struct st_vertex_program *stvp )
460 struct st_vertex_program *stvp)
638 struct st_vertex_program *stvp,
709 struct st_vertex_program *stvp,
1872 struct st_vertex_program *stvp = (struct st_vertex_program *) target;
2026 struct st_vertex_program *stvp =
2027 (struct st_vertex_program *) ctx->VertexProgram._Current;
2049 struct st_vertex_program *
[all...]
H A Dst_cb_feedback.c306 st->dirty |= ST_NEW_VERTEX_PROGRAM(st, st_vertex_program(vp));
H A Dst_context.h224 struct st_vertex_program *vp; /**< Currently bound vertex program */
H A Dst_draw_feedback.c109 const struct st_vertex_program *vp;
H A Dst_context.c140 struct st_vertex_program *vp =
141 st_vertex_program(ctx->VertexProgram._Current);
H A Dst_glsl_to_nir.cpp555 struct st_vertex_program *stvp;
562 stvp = (struct st_vertex_program *)prog;
H A Dst_glsl_to_tgsi.cpp7257 struct st_vertex_program *stvp;
7264 stvp = (struct st_vertex_program *)prog;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom.h40 struct st_vertex_program;
65 const struct st_vertex_program *vp,
73 const struct st_vertex_program *vp,
H A Dst_shader_cache.c100 struct st_vertex_program *stvp = (struct st_vertex_program *)stp;
196 struct st_vertex_program *stvp = (struct st_vertex_program *)stp;
H A Dst_atom_array.c171 const struct st_vertex_program *vp,
194 const struct st_vertex_program *vp,
255 const struct st_vertex_program *vp,
290 const struct st_vertex_program *vp = (struct st_vertex_program *)st->vp;
H A Dst_cb_program.c64 prog = (struct st_program*)rzalloc(NULL, struct st_vertex_program);
H A Dst_cb_feedback.c87 struct st_vertex_program *stvp = (struct st_vertex_program *)st->vp;
H A Dst_cb_rasterpos.c143 struct st_vertex_program *stvp = (struct st_vertex_program *)st->vp;
H A Dst_program.h280 struct st_vertex_program struct
H A Dst_program.c420 * Prepare st_vertex_program info.
428 struct st_vertex_program *stvp = (struct st_vertex_program *)stp;
656 struct st_vertex_program *stvp = (struct st_vertex_program *)stp;
991 struct st_vertex_program *stvp = (struct st_vertex_program *)stp;
H A Dst_draw_feedback.c111 const struct st_vertex_program *vp;
148 vp = (struct st_vertex_program *)st->vp;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A 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
H A D21.3.0.rst2571 - st/mesa: remove st_vertex_program::index_to_input
2572 - st/mesa: remove st_vertex_program::input_to_index

Completed in 46 milliseconds

12