Home
last modified time | relevance | path

Searched refs:SVGA_TRY (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h851 #define SVGA_TRY(_func) \ macro
866 #define SVGA_TRY(_func) (_func) macro
906 ret = SVGA_TRY(_func); \
934 (_ret) = SVGA_TRY(_func); \
Dsvga_screen_cache.c376 if (SVGA_TRY(SVGA3D_InvalidateGBSurface(svga->swc, entry->handle)) in svga_screen_cache_flush()