Searched defs:draw_vs_variant (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_vs.h73 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...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs.h73 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...]

Completed in 83 milliseconds