Home
last modified time | relevance | path

Searched defs:hwtnl (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.c49 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl); in svga_hwtnl_create() local
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()
290 enum pipe_error svga_hwtnl_prim( struct svga_hwtnl *hwtnl, in svga_hwtnl_prim()
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; member
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state_validate.c459 nv30_state_validate(struct nv30_context *nv30, boolean hwtnl) in nv30_state_validate()