Searched defs:hwtnl (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw.c | 51 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl); in svga_hwtnl_create() local 67 svga_hwtnl_destroy(struct svga_hwtnl *hwtnl) in svga_hwtnl_destroy() 88 svga_hwtnl_set_flatshade(struct svga_hwtnl *hwtnl, in svga_hwtnl_set_flatshade() 109 svga_hwtnl_set_fillmode(struct svga_hwtnl *hwtnl, unsigned mode) in svga_hwtnl_set_fillmode() 116 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl, in svga_hwtnl_vertex_decls() 135 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl, in svga_hwtnl_vertex_buffers() 161 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtnl, in svga_hwtnl_is_buffer_referred() 191 draw_vgpu9(struct svga_hwtnl *hwtnl) in draw_vgpu9() 511 draw_vgpu10(struct svga_hwtnl *hwtnl, in draw_vgpu10() 837 svga_hwtnl_flush(struct svga_hwtnl *hwtnl) in svga_hwtnl_flush() [all …]
|
D | svga_draw_arrays.c | 43 generate_indices(struct svga_hwtnl *hwtnl, in generate_indices() 92 retrieve_or_generate_indices(struct svga_hwtnl *hwtnl, in retrieve_or_generate_indices() 176 simple_draw_arrays(struct svga_hwtnl *hwtnl, in simple_draw_arrays() 208 svga_hwtnl_draw_arrays(struct svga_hwtnl *hwtnl, in svga_hwtnl_draw_arrays()
|
D | svga_draw_elements.c | 62 translate_indices(struct svga_hwtnl *hwtnl, struct pipe_resource *src, in translate_indices() 150 svga_hwtnl_simple_draw_range_elements(struct svga_hwtnl *hwtnl, in svga_hwtnl_simple_draw_range_elements() 182 svga_hwtnl_draw_range_elements(struct svga_hwtnl *hwtnl, in svga_hwtnl_draw_range_elements()
|
D | svga_draw_private.h | 191 svga_need_unfilled_fallback(const struct svga_hwtnl *hwtnl, in svga_need_unfilled_fallback()
|
D | svga_context.h | 528 struct svga_hwtnl *hwtnl; member
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 464 nv30_state_validate(struct nv30_context *nv30, uint32_t mask, bool hwtnl) in nv30_state_validate()
|