Searched refs:r200_vertex_program (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c103 static GLboolean r200VertexProgUpdateParams(struct gl_context *ctx, struct r200_vertex_program *vp)
239 static void vp_dump_inputs(struct r200_vertex_program *vp, char *caller)
256 static unsigned long t_src_index(struct r200_vertex_program *vp, struct prog_src_register *src)
284 static unsigned long t_src(struct r200_vertex_program *vp, struct prog_src_register *src)
296 static unsigned long t_src_scalar(struct r200_vertex_program *vp, struct prog_src_register *src)
399 static GLboolean r200_translate_vertex_program(struct gl_context *ctx, struct r200_vertex_program *vp)
1119 struct r200_vertex_program *vp = (struct r200_vertex_program *)ctx->VertexProgram.Current;
1214 struct r200_vertex_program *vp;
1218 vp = CALLOC_STRUCT(r200_vertex_program);
[all...]
H A Dr200_context.h62 struct r200_vertex_program { struct
590 struct r200_vertex_program *curr_vp_hw;

Completed in 67 milliseconds