HomeSort by relevance Sort by last modified time
    Searched refs:svga_hwtnl (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.h 33 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 *hwtnl
    [all...]
svga_draw_private.h 154 struct svga_hwtnl { struct
192 svga_need_unfilled_fallback(const struct svga_hwtnl *hwtnl,
224 svga_hwtnl_prim( struct svga_hwtnl *hwtnl,
233 svga_hwtnl_simple_draw_range_elements( struct svga_hwtnl *hwtnl,
svga_draw_arrays.c 43 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,
svga_draw.c 47 struct svga_hwtnl *
50 struct svga_hwtnl *hwtnl = CALLOC_STRUCT(svga_hwtnl);
66 svga_hwtnl_destroy(struct svga_hwtnl *hwtnl)
87 svga_hwtnl_set_flatshade(struct svga_hwtnl *hwtnl,
108 svga_hwtnl_set_fillmode(struct svga_hwtnl *hwtnl, unsigned mode)
115 svga_hwtnl_vertex_decls(struct svga_hwtnl *hwtnl,
134 svga_hwtnl_vertex_buffers(struct svga_hwtnl *hwtnl,
147 svga_hwtnl_is_buffer_referred(struct svga_hwtnl *hwtnl,
177 draw_vgpu9(struct svga_hwtnl *hwtnl
    [all...]
svga_draw_elements.c 62 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,
svga_context.h 520 struct svga_hwtnl *hwtnl;

Completed in 121 milliseconds