Searched refs:svga_hwtnl (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_draw.h33 struct svga_hwtnl;
40 struct svga_hwtnl *svga_hwtnl_create(struct svga_context *svga);
42 void svga_hwtnl_destroy(struct svga_hwtnl *hwtnl);
44 void svga_hwtnl_set_flatshade(struct svga_hwtnl *hwtnl,
47 void svga_hwtnl_set_fillmode(struct svga_hwtnl *hwtnl, unsigned mode);
50 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl,
57 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl,
61 svga_hwtnl_draw_arrays(struct svga_hwtnl *hwtnl,
66 svga_hwtnl_draw_range_elements(struct svga_hwtnl *hwtnl,
76 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtn
[all...]
H A Dsvga_draw_private.h153 struct svga_hwtnl { struct
191 svga_need_unfilled_fallback(const struct svga_hwtnl *hwtnl,
215 svga_hwtnl_prim(struct svga_hwtnl *hwtnl,
224 svga_hwtnl_simple_draw_range_elements(struct svga_hwtnl *hwtnl,
H A Dsvga_draw.c48 struct svga_hwtnl *
51 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl);
67 svga_hwtnl_destroy(struct svga_hwtnl *hwtnl)
88 svga_hwtnl_set_flatshade(struct svga_hwtnl *hwtnl,
109 svga_hwtnl_set_fillmode(struct svga_hwtnl *hwtnl, unsigned mode)
116 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl,
135 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl,
161 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtnl,
191 draw_vgpu9(struct svga_hwtnl *hwtn
[all...]
H A Dsvga_draw_arrays.c43 generate_indices(struct svga_hwtnl *hwtnl,
92 retrieve_or_generate_indices(struct svga_hwtnl *hwtnl,
176 simple_draw_arrays(struct svga_hwtnl *hwtnl,
208 svga_hwtnl_draw_arrays(struct svga_hwtnl *hwtnl,
H A Dsvga_draw_elements.c62 translate_indices(struct svga_hwtnl *hwtnl, struct pipe_resource *src,
150 svga_hwtnl_simple_draw_range_elements(struct svga_hwtnl *hwtnl,
182 svga_hwtnl_draw_range_elements(struct svga_hwtnl *hwtnl,
H A Dsvga_context.h526 struct svga_hwtnl *hwtnl;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_draw.h33 struct svga_hwtnl;
40 struct svga_hwtnl *svga_hwtnl_create(struct svga_context *svga);
42 void svga_hwtnl_destroy(struct svga_hwtnl *hwtnl);
44 void svga_hwtnl_set_flatshade(struct svga_hwtnl *hwtnl,
47 void svga_hwtnl_set_fillmode(struct svga_hwtnl *hwtnl, unsigned mode);
50 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl,
57 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl,
61 svga_hwtnl_draw_arrays(struct svga_hwtnl *hwtnl,
67 svga_hwtnl_draw_range_elements(struct svga_hwtnl *hwtnl,
73 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtn
[all...]
H A Dsvga_draw_private.h162 struct svga_hwtnl { struct
200 svga_need_unfilled_fallback(const struct svga_hwtnl *hwtnl,
224 svga_hwtnl_prim(struct svga_hwtnl *hwtnl,
235 svga_hwtnl_simple_draw_range_elements(struct svga_hwtnl *hwtnl,
H A Dsvga_draw.c48 struct svga_hwtnl *
51 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl);
67 svga_hwtnl_destroy(struct svga_hwtnl *hwtnl)
88 svga_hwtnl_set_flatshade(struct svga_hwtnl *hwtnl,
109 svga_hwtnl_set_fillmode(struct svga_hwtnl *hwtnl, unsigned mode)
116 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl,
135 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl,
161 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtnl,
191 draw_vgpu9(struct svga_hwtnl *hwtn
[all...]
H A Dsvga_draw_arrays.c43 generate_indices(struct svga_hwtnl *hwtnl,
92 retrieve_or_generate_indices(struct svga_hwtnl *hwtnl,
176 simple_draw_arrays(struct svga_hwtnl *hwtnl,
210 svga_hwtnl_draw_arrays(struct svga_hwtnl *hwtnl,
H A Dsvga_draw_elements.c62 translate_indices(struct svga_hwtnl *hwtnl,
183 svga_hwtnl_simple_draw_range_elements(struct svga_hwtnl *hwtnl,
217 svga_hwtnl_draw_range_elements(struct svga_hwtnl *hwtnl,
H A Dsvga_context.h564 struct svga_hwtnl *hwtnl;
760 boolean svga_hwtnl_has_pending_prim(struct svga_hwtnl *);

Completed in 11 milliseconds