Searched refs:SVGA_TRY (Results 1 – 2 of 2) sorted by relevance
850 #define SVGA_TRY(_func) \ macro865 #define SVGA_TRY(_func) (_func) macro905 ret = SVGA_TRY(_func); \933 (_ret) = SVGA_TRY(_func); \
376 if (SVGA_TRY(SVGA3D_InvalidateGBSurface(svga->swc, entry->handle)) in svga_screen_cache_flush()