Searched defs:hwtnl (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw.c | 49 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()
|
D | svga_draw_arrays.c | 42 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()
|
D | svga_draw_elements.c | 41 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()
|
D | svga_context.h | 366 struct svga_hwtnl *hwtnl; member
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state_validate.c | 459 nv30_state_validate(struct nv30_context *nv30, boolean hwtnl) in nv30_state_validate()
|