Home
last modified time | relevance | path

Searched refs:svga_hwtnl (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.h33 struct svga_hwtnl;
40 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga,
44 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl );
46 void svga_hwtnl_set_flatshade( struct svga_hwtnl *hwtnl,
50 void svga_hwtnl_set_unfilled( struct svga_hwtnl *hwtnl,
53 void svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl,
58 void svga_hwtnl_reset_vdecl( struct svga_hwtnl *hwtnl,
63 svga_hwtnl_draw_arrays( struct svga_hwtnl *hwtnl,
69 svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl,
80 svga_hwtnl_is_buffer_referred( struct svga_hwtnl *hwtnl,
[all …]
Dsvga_draw.c45 struct svga_hwtnl *svga_hwtnl_create( struct svga_context *svga, in svga_hwtnl_create()
49 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl); in svga_hwtnl_create()
64 void svga_hwtnl_destroy( struct svga_hwtnl *hwtnl ) in svga_hwtnl_destroy()
86 void svga_hwtnl_set_flatshade( struct svga_hwtnl *hwtnl, in svga_hwtnl_set_flatshade()
94 void svga_hwtnl_set_unfilled( struct svga_hwtnl *hwtnl, in svga_hwtnl_set_unfilled()
100 void svga_hwtnl_reset_vdecl( struct svga_hwtnl *hwtnl, in svga_hwtnl_reset_vdecl()
116 void svga_hwtnl_vdecl( struct svga_hwtnl *hwtnl, in svga_hwtnl_vdecl()
136 svga_hwtnl_is_buffer_referred( struct svga_hwtnl *hwtnl, in svga_hwtnl_is_buffer_referred()
166 svga_hwtnl_flush( struct svga_hwtnl *hwtnl ) in svga_hwtnl_flush()
278 void svga_hwtnl_set_index_bias( struct svga_hwtnl *hwtnl, in svga_hwtnl_set_index_bias()
[all …]
Dsvga_draw_private.h116 struct svga_hwtnl { struct
149 svga_hwtnl_prim( struct svga_hwtnl *hwtnl, argument
156 svga_hwtnl_simple_draw_range_elements( struct svga_hwtnl *hwtnl,
Dsvga_draw_arrays.c42 static enum pipe_error generate_indices( struct svga_hwtnl *hwtnl, in generate_indices()
94 static enum pipe_error retrieve_or_generate_indices( struct svga_hwtnl *hwtnl, in retrieve_or_generate_indices()
188 simple_draw_arrays( struct svga_hwtnl *hwtnl, in simple_draw_arrays()
225 svga_hwtnl_draw_arrays( struct svga_hwtnl *hwtnl, in svga_hwtnl_draw_arrays()
Dsvga_draw_elements.c41 translate_indices( struct svga_hwtnl *hwtnl, in translate_indices()
100 svga_hwtnl_simple_draw_range_elements( struct svga_hwtnl *hwtnl, in svga_hwtnl_simple_draw_range_elements()
165 svga_hwtnl_draw_range_elements( struct svga_hwtnl *hwtnl, in svga_hwtnl_draw_range_elements()
Dsvga_context.h366 struct svga_hwtnl *hwtnl;