Searched refs:clc_log (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc_helpers.h | 91 #define clc_log(logger, level, fmt, ...) do { \ macro 100 #define clc_error(logger, fmt, ...) clc_log(logger, error, fmt, ##__VA_ARGS__) 101 #define clc_warning(logger, fmt, ...) clc_log(logger, warning, fmt, ##__VA_ARGS__)
|
Completed in 1 milliseconds