Searched defs:dump_printf (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddebug.c36 int dump_printf(const char *fmt, ...) function
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member in struct:dump_ctx
72 ctx->dump_printf( ctx, "%u", e );
74 ctx->dump_printf( ctx, "%s", enums[e] );
77 #define EOL() ctx->dump_printf( ctx, "\n" )
78 #define TXT(S) ctx->dump_printf( ctx, "%s", S )
79 #define CHR(C) ctx->dump_printf( ctx, "%c", C )
80 #define UIX(I) ctx->dump_printf( ctx, "0x%x", I )
81 #define UID(I) ctx->dump_printf( ctx, "%u", I )
82 #define INSTID(I) ctx->dump_printf( ctx, "% 3u", I )
83 #define SID(I) ctx->dump_printf( ct
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c51 void (*dump_printf)(struct dump_ctx *ctx, const char *format, ...); member in struct:dump_ctx
72 ctx->dump_printf( ctx, "%u", e );
74 ctx->dump_printf( ctx, "%s", enums[e] );
77 #define EOL() ctx->dump_printf( ctx, "\n" )
78 #define TXT(S) ctx->dump_printf( ctx, "%s", S )
79 #define CHR(C) ctx->dump_printf( ctx, "%c", C )
80 #define UIX(I) ctx->dump_printf( ctx, "0x%x", I )
81 #define UID(I) ctx->dump_printf( ctx, "%u", I )
82 #define INSTID(I) ctx->dump_printf( ctx, "% 3u", I )
83 #define SID(I) ctx->dump_printf( ct
[all...]

Completed in 524 milliseconds