Searched refs:SVGA_TRY (Results 1 – 2 of 2) sorted by relevance
1043 #define SVGA_TRY(_func) \ macro1058 #define SVGA_TRY(_func) (_func) macro1098 ret = SVGA_TRY(_func); \1126 (_ret) = SVGA_TRY(_func); \
383 if (SVGA_TRY(SVGA3D_InvalidateGBSurface(svga->swc, entry->handle)) in svga_screen_cache_flush()