Searched refs:KBASEP_DEBUG_ASSERT_OUT (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_debug.h | 61 * @def KBASEP_DEBUG_ASSERT_OUT(trace, function, ...)
70 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) \
macro 77 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP()
macro 101 * @brief Calls @see KBASEP_DEBUG_ASSERT_OUT and prints the given message if @a expr is false
111 KBASEP_DEBUG_ASSERT_OUT(KBASEP_DEBUG_PRINT_TRACE, KBASEP_DEBUG_PRINT_FUNCTION, __VA_ARGS__); \
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debug.h | 68 * @def KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) 77 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) \ macro 84 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP() macro 108 * @brief Calls @ref KBASEP_DEBUG_ASSERT_OUT and prints the given message if @a expr is false 118 KBASEP_DEBUG_ASSERT_OUT(KBASEP_DEBUG_PRINT_TRACE, KBASEP_DEBUG_PRINT_FUNCTION, __VA_ARGS__); \
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debug.h | 68 * KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) - (Private) system printing 78 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) \ macro 85 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP() macro 109 * KBASE_DEBUG_ASSERT_MSG() - Calls @ref KBASEP_DEBUG_ASSERT_OUT and prints the 120 KBASEP_DEBUG_ASSERT_OUT(KBASEP_DEBUG_PRINT_TRACE, KBASEP_DEBUG_PRINT_FUNCTION, __VA_ARGS__);\
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_debug.h | 66 * @def KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) 75 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...)\ macro 82 #define KBASEP_DEBUG_ASSERT_OUT(trace, function, ...) CSTD_NOP() macro 107 * @brief Calls @see KBASEP_DEBUG_ASSERT_OUT and prints the given message if @a expr is false 117 KBASEP_DEBUG_ASSERT_OUT(KBASEP_DEBUG_PRINT_TRACE, KBASEP_DEBUG_PRINT_FUNCTION, __VA_ARGS__);\
|
Completed in 2 milliseconds