Home
last modified time | relevance | path

Searched refs:SVGA3D_InvalidateGBSurface (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c383 if (SVGA_TRY(SVGA3D_InvalidateGBSurface(svga->swc, entry->handle)) in svga_screen_cache_flush()
398 ret = SVGA3D_InvalidateGBSurface(svga->swc, entry->handle); in svga_screen_cache_flush()
Dsvga_cmd.h303 SVGA3D_InvalidateGBSurface(struct svga_winsys_context *swc,
Dsvga_surface.c593 SVGA_RETRY(svga, SVGA3D_InvalidateGBSurface(svga->swc, stex->handle)); in svga_validate_surface_view()
Dsvga_cmd.c1880 SVGA3D_InvalidateGBSurface(struct svga_winsys_context *swc, in SVGA3D_InvalidateGBSurface() function