Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDebug.h47 AssertFail(const char *expr, const char *file, unsigned line, const char *function);
51 #define ASSERT(expr) ((expr) ? (void)0 : AssertFail(#expr, __FILE__, __LINE__, __FUNCTION__))
DDebug.cpp68 AssertFail(const char *expr, in AssertFail() function