Home | History | Annotate | Download | only in svga

Lines Matching refs:hwtnl

62 translate_indices(struct svga_hwtnl *hwtnl, struct pipe_resource *src,
69 struct pipe_context *pipe = &hwtnl->svga->pipe;
150 svga_hwtnl_simple_draw_range_elements(struct svga_hwtnl *hwtnl,
175 return svga_hwtnl_prim(hwtnl, &range, count,
182 svga_hwtnl_draw_range_elements(struct svga_hwtnl *hwtnl,
195 SVGA_STATS_TIME_PUSH(svga_sws(hwtnl->svga),
198 if (svga_need_unfilled_fallback(hwtnl, prim)) {
202 hwtnl->api_fillmode,
211 hwtnl->api_pv,
212 hwtnl->hw_pv,
220 ret = svga_hwtnl_simple_draw_range_elements(hwtnl, index_buffer,
239 ret = translate_indices(hwtnl,
248 ret = svga_hwtnl_simple_draw_range_elements(hwtnl,
262 SVGA_STATS_TIME_POP(svga_sws(hwtnl->svga));