Home
last modified time | relevance | path

Searched refs:svga_hwtnl_flush (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.h75 enum pipe_error svga_hwtnl_flush(struct svga_hwtnl *hwtnl);
Dsvga_state.c194 ret = svga_hwtnl_flush( svga->hwtnl ); in update_state()
Dsvga_swtnl_backend.c233 SVGA_RETRY_CHECK(svga, svga_hwtnl_flush(svga->hwtnl), retried); in svga_vbuf_submit_state()
Dsvga_draw.c965 svga_hwtnl_flush(struct svga_hwtnl *hwtnl) in svga_hwtnl_flush() function
1178 ret = svga_hwtnl_flush(hwtnl); in svga_hwtnl_prim()
Dsvga_context.c473 SVGA_RETRY_OOM(svga, ret, svga_hwtnl_flush(svga->hwtnl)); in svga_hwtnl_flush_retry()