Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h163 void _debug_assert_fail(const char *expr,
183 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNC…
Du_debug.c302 void _debug_assert_fail(const char *expr, in _debug_assert_fail() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h169 void _debug_assert_fail(const char *expr,
189 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNC…
Du_debug.c317 _debug_assert_fail(const char *expr, const char *file, unsigned line, in _debug_assert_fail() function