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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A 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__))
H A DDebug.cpp68 AssertFail(const char *expr, function in typeref:typename:void

Completed in 3 milliseconds