Searched refs:draw_vs_variant (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/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 * );
123 struct draw_vs_variant *variant[16];
126 struct draw_vs_variant *(*create_variant)( struct draw_vertex_shader *shader,
151 struct draw_vs_variant *
188 struct draw_vs_variant *
[all...]
H A Ddraw_vs_variant.c45 struct draw_vs_variant base;
66 static void vsvg_set_buffer( struct draw_vs_variant *variant,
154 static void PIPE_CDECL vsvg_run_elts( struct draw_vs_variant *variant,
223 static void PIPE_CDECL vsvg_run_linear( struct draw_vs_variant *variant,
291 static void vsvg_destroy( struct draw_vs_variant *variant )
297 struct draw_vs_variant *
H A Ddraw_vs.c183 struct draw_vs_variant *
187 struct draw_vs_variant *variant;
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active;
/xsrc/external/mit/MesaLib/dist/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 * );
123 struct draw_vs_variant *variant[16];
126 struct draw_vs_variant *(*create_variant)( struct draw_vertex_shader *shader,
151 struct draw_vs_variant *
188 struct draw_vs_variant *
[all...]
H A Ddraw_vs_variant.c45 struct draw_vs_variant base;
66 static void vsvg_set_buffer( struct draw_vs_variant *variant,
154 static void PIPE_CDECL vsvg_run_elts( struct draw_vs_variant *variant,
224 static void PIPE_CDECL vsvg_run_linear( struct draw_vs_variant *variant,
293 static void vsvg_destroy( struct draw_vs_variant *variant )
299 struct draw_vs_variant *
H A Ddraw_vs.c198 struct draw_vs_variant *
202 struct draw_vs_variant *variant;
H A Ddraw_pt_fetch_shade_emit.c61 struct draw_vs_variant *active;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/
H A DMakefile.sources59 draw/draw_vs_variant.c \

Completed in 8 milliseconds