Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dswr_assert.h189 static bool SwrSizeofWorkaround(T) {return false;} in SwrSizeofWorkaround() function
192 #define SWR_ASSERT(e, ...) _SWR_MACRO_START (void)sizeof(SwrSizeofWorkaround(e)); _SWR…
198 #define SWR_REL_ASSERT(e, ...) _SWR_MACRO_START (void)sizeof(SwrSizeofWorkaround(e)); _SWR…