HomeSort by: relevance | last modified time | path
    Searched refs:Trace (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps_producer.cc 29 GpuDataSource::Trace(GpuDataSource::trace_callback);
pps_datasource.cc 121 Trace(close_callback);
235 void GpuDataSource::trace(TraceContext &ctx) function in class:pps::GpuDataSource
315 data_source->trace(ctx);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_perfetto.cc 86 Trace([](TuRenderpassDataSource::TraceContext ctx) {
145 * timestamps yet, then skip this trace, otherwise perfetto won't know
151 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) {
207 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) {
236 TuRenderpassDataSource::Trace([=](TuRenderpassDataSource::TraceContext tctx) {
256 * Trace callbacks, called from u_trace once the timestamps from GPU have been
  /xsrc/external/mit/freetype/dist/src/gzip/
zutil.h 190 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
197 # define Trace(x)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_perfetto.cc 82 Trace([](FdRenderpassDataSource::TraceContext ctx) {
141 * timestamps yet, then skip this trace, otherwise perfetto won't know
147 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) {
270 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) {
299 FdRenderpassDataSource::Trace([=](FdRenderpassDataSource::TraceContext tctx) {
319 * Trace callbacks, called from u_trace once the timestamps from GPU have been
  /xsrc/external/mit/xterm/dist/
trace.h 1 /* $XTermId: trace.h,v 1.97 2024/12/01 19:54:13 tom Exp $ */
46 extern void Trace ( const char *, ... ) GCC_PRINTFLIKE(1,2);
53 #undef TRACE
54 #define TRACE(p) Trace p
66 #define TRACE2(p) Trace p
172 #define TRACE(p) /*nothing*/
204 TRACE(("init " #name " = %s\n", \
207 TRACE(("init " #name " = %f\n", \
210 TRACE(("init " #name "[%d] = %f\n", i,
    [all...]
trace.c 1 /* $XTermId: trace.c,v 1.244 2024/12/01 20:23:01 tom Exp $ */
34 * debugging support via TRACE macro.
45 #include <trace.h>
97 * Put the trace-file in user's home-directory if the current
109 sprintf(name, "%s/Trace-%s.out-%d", home, trace_who, unique);
111 sprintf(name, "%s/Trace-%s.out", home, trace_who);
118 sprintf(name, "%s/Trace-%s.out", home, trace_who);
137 Trace(const char *fmt, ...)
181 Trace("process %d ", (int) getpid());
183 Trace("real (%u/%u) effective (%u/%u)"
    [all...]
charclass.c 68 #define Trace if (opt_v) printf
93 TRACE(("init_classtab " TRACE_L "\n"));
151 TRACE((TRACE_R " init_classtab\n"));
229 TRACE(("...SetCharacterClassRange (U+%04X .. U+%04X) = %s\n",
misc.c 183 TRACE(("selectwindow(%d) flag=%d\n", screen->select, flag));
215 TRACE(("unselectwindow(%d) flag=%d\n", screen->select, flag));
253 TRACE(("DoSpecialEnterNotify(%d)\n", screen->select));
266 TRACE(("DoSpecialLeaveNotify(%d)\n", screen->select));
314 TRACE(("Display text pointer (hidden)\n"));
317 TRACE(("Display text pointer (visible)\n"));
418 TRACE(("pending Expose...merged forward\n"));
422 TRACE(("pending Expose...merged backward\n"));
465 TRACE(("pending Configure...merged\n"));
469 TRACE(("pending Configure...skipped\n"))
    [all...]
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
72 trace into frames, in whatever way considered adequate.
85 encountered. Whether the resulting trace is available as a readable
89 additional information added to the trace (statistics, profiling/timing,
176 A trace is started with the command
182 is written to the trace as a sequence of GL commands.
184 <traceName> specifies a name or label for the trace. It is expected
187 A trace is ended by calling the command
222 be added to the trace as a comment. The error returns are cached and
231 immediately adds the <comment> string to the trace output, surrounde
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_trace.spec 67 (2) Should the Trace API explicitely support the notion of "frames?
72 trace into frames, in whatever way considered adequate.
85 encountered. Whether the resulting trace is available as a readable
89 additional information added to the trace (statistics, profiling/timing,
176 A trace is started with the command
182 is written to the trace as a sequence of GL commands.
184 <traceName> specifies a name or label for the trace. It is expected
187 A trace is ended by calling the command
222 be added to the trace as a comment. The error returns are cached and
231 immediately adds the <comment> string to the trace output, surrounde
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
model.py 30 '''Trace data model.'''
134 class Trace:
  /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
model.py 30 '''Trace data model.'''
161 class Trace:

Completed in 20 milliseconds