Searched refs:clc_log (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/compiler/clc/ |
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__)
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 3202 - microsoft: fixup clc_log() define
|