Searched refs:call_no (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c63 static long unsigned call_no = 0; variable in typeref:typename:long unsigned
188 call_no = 0;
318 ++call_no;
321 trace_dump_writef("%lu", call_no);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_dump.c68 static long unsigned call_no = 0; variable in typeref:typename:long unsigned
232 call_no = 0;
370 ++call_no;
373 trace_dump_writef("%lu", call_no);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Ddump_state.py548 if self.interpreter.call_no < self.interpreter.options.call and \
670 return self.interpreter.call_no
729 self.call_no = None
753 self.call_no = call.no
780 self.call_no = None
/xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/
H A Ddump_state.py549 if self.interpreter.call_no < self.interpreter.options.call and \
671 return self.interpreter.call_no
731 self.call_no = None
755 self.call_no = call.no
782 self.call_no = None

Completed in 6 milliseconds