Home
last modified time | relevance | path

Searched refs:frame_no (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_flush.c60 static unsigned frame_no = 1; in llvmpipe_flush() local
65 snprintf(filename, sizeof(filename), "cbuf%u_%u", i, frame_no); in llvmpipe_flush()
70 snprintf(filename, sizeof(filename), "zsbuf_%u", frame_no); in llvmpipe_flush()
74 ++frame_no; in llvmpipe_flush()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_flush.c58 static unsigned frame_no = 1; in svga_flush() local
63 snprintf(filename, sizeof(filename), "cbuf%u_%04u.bmp", i, frame_no); in svga_flush()
68 snprintf(filename, sizeof(filename), "zsbuf_%04u.bmp", frame_no); in svga_flush()
72 ++frame_no; in svga_flush()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_flush.c83 static unsigned frame_no = 1; in softpipe_flush()
85 snprintf(filename, sizeof(filename), "cbuf_%u.bmp", frame_no); in softpipe_flush()
87 snprintf(filename, sizeof(filename), "zsbuf_%u.bmp", frame_no); in softpipe_flush()
89 ++frame_no; in softpipe_flush()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSignals.cpp148 int frame_no = 0; in printSymbolizedStackTrace() local
151 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << '\n'; in printSymbolizedStackTrace()
162 OS << '#' << frame_no++ << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
/third_party/weston/clients/
Dpresentation-shm.c83 unsigned frame_no; member
311 printf("clean up feedback %u\n", f->frame_no); in destroy_window()
474 "seq %" PRIu64 "\n", feedback->frame_no, c2p, in feedback_presented()
481 "t2p %6d, [%s], seq %" PRIu64 "\n", feedback->frame_no, in feedback_presented()
497 printf("discarded %u\n", feedback->frame_no); in feedback_discarded()
546 feedback->frame_no = seq; in window_create_feedback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSignals.cpp182 int frame_no = 0; in printSymbolizedStackTrace() local
185 OS << right_justify(formatv("#{0}", frame_no++).str(), in printSymbolizedStackTrace()
/third_party/boost/boost/stacktrace/
Dstacktrace.hpp226 const_reference operator[](std::size_t frame_no) const BOOST_NOEXCEPT { in operator []()
227 return impl_[frame_no]; in operator []()
/third_party/weston/tests/
Dweston-test-client-helper.h137 int frame_no; member
Dweston-test-client-helper.c390 ++touch->frame_no; in touch_handle_frame()
392 testlog("test-client: got touch frame (%d)\n", touch->frame_no); in touch_handle_frame()