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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 73 struct draw_vs_variant;
76 struct draw_vs_variant { struct
81 void (*set_buffer)( struct draw_vs_variant *,
87 void (PIPE_CDECL *run_linear)( struct draw_vs_variant *shader,
92 void (PIPE_CDECL *run_elts)( struct draw_vs_variant *shader,
97 void (*destroy)( struct draw_vs_variant * );
122 struct draw_vs_variant *variant[16];
125 struct draw_vs_variant *(*create_variant)( struct draw_vertex_shader *shader,
149 struct draw_vs_variant *
191 struct draw_vs_variant *
    [all...]
draw_vs_variant.c 45 struct draw_vs_variant base;
66 static void vsvg_set_buffer( struct draw_vs_variant *variant,
129 static void PIPE_CDECL vsvg_run_elts( struct draw_vs_variant *variant,
196 static void PIPE_CDECL vsvg_run_linear( struct draw_vs_variant *variant,
262 static void vsvg_destroy( struct draw_vs_variant *variant )
268 struct draw_vs_variant *
draw_vs.c 232 struct draw_vs_variant *
236 struct draw_vs_variant *variant;
draw_pt_fetch_shade_emit.c 61 struct draw_vs_variant *active;

Completed in 370 milliseconds