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.h1043 #define SVGA_TRY(_func) \ macro
1058 #define SVGA_TRY(_func) (_func) macro
1098 ret = SVGA_TRY(_func); \
1126 (_ret) = SVGA_TRY(_func); \
Dsvga_screen_cache.c383 if (SVGA_TRY(SVGA3D_InvalidateGBSurface(svga->swc, entry->handle)) in svga_screen_cache_flush()