Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/common/
Dv3d_debug.h86 #define dbg_printf(...) ALOGW(__VA_ARGS__) macro
88 #define dbg_printf(...) fprintf(stderr, __VA_ARGS__) macro
/third_party/mesa3d/src/intel/dev/
Dintel_debug.h116 #define dbg_printf(...) ALOGW(__VA_ARGS__) macro
118 #define dbg_printf(...) fprintf(stderr, __VA_ARGS__) macro