Home
last modified time | relevance | path

Searched defs:MALI_DEBUG_ASSERT (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_common.h156 #define MALI_DEBUG_ASSERT(condition) do {if( !(condition)) {MALI_PRINT_ERROR(("ASSERT failed: " #c… macro
167 #define MALI_DEBUG_ASSERT(condition) do {} while(0) macro