Searched refs:_debug_assert_fail (Results 1 – 4 of 4) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 163 void _debug_assert_fail(const char *expr, 183 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNC…
|
D | u_debug.c | 302 void _debug_assert_fail(const char *expr, in _debug_assert_fail() function
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 169 void _debug_assert_fail(const char *expr, 189 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNC…
|
D | u_debug.c | 317 _debug_assert_fail(const char *expr, const char *file, unsigned line, in _debug_assert_fail() function
|