Home
last modified time | relevance | path

Searched refs:_util_printf_format (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/
Du_debug.h103 #define _util_printf_format(fmt, list) PRINTFLIKE(fmt, list) macro
129 debug_printf(const char *format, ...) _util_printf_format(1,2);
291 const char *fmt, ...) _util_printf_format(4, 5);
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h174 _util_printf_format(2, 3);
189 _util_printf_format(4, 5);
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_log.h86 u_log_printf(struct u_log_context *ctx, const char *fmt, ...) _util_printf_format(2,3);
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_batch_cache.h73 _util_printf_format(2, 3);
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h33 ... ) _util_printf_format(3,4);
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c196 static void decode_error(struct decode_state *state, const char *fmt, ...) _util_printf_format(2,3);
/third_party/mesa3d/src/freedreno/rnn/
Drnn.c60 static void rnn_err(struct rnndb *db, const char *format, ...) _util_printf_format(2, 3);