Home
last modified time | relevance | path

Searched defs:_func (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h1043 #define SVGA_TRY(_func) \ argument
1047 #define SVGA_TRY_PTR(_func) \ argument
1054 #define SVGA_TRY_MAP(_func, _retry) \ argument
1058 #define SVGA_TRY(_func) (_func) argument
1060 #define SVGA_TRY_PTR(_func) (_func) argument
1062 #define SVGA_TRY_MAP(_func, _retry) (_func) argument
1094 #define SVGA_RETRY_CHECK(_svga, _func, _retried) \ argument
1113 #define SVGA_RETRY(_svga, _func) \ argument
1124 #define SVGA_RETRY_OOM(_svga, _ret, _func) \ argument
/third_party/vulkan-loader/tests/framework/shim/
Dunix_shim.cpp252 #define VOIDP_CAST(_func) reinterpret_cast<const void*>(&_func) argument