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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
dd_screen.c 587 dscreen->dump_mode = mode;
593 switch (dscreen->dump_mode) {
dd_pipe.h 53 enum dd_dump_mode dump_mode; member in struct:dd_screen
dd_draw.c 970 if (dscreen->dump_mode == DD_DUMP_ONLY_HANGS ||
971 (dscreen->dump_mode == DD_DUMP_APITRACE_CALL &&
1233 if (dscreen->dump_mode == DD_DUMP_APITRACE_CALL &&
dd_context.c 630 if (dd_screen(dctx->base.screen)->dump_mode == DD_DUMP_ALL_CALLS) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
dd_pipe.h 53 enum dd_dump_mode dump_mode; member in struct:dd_screen
dd_screen.c 617 dscreen->dump_mode = mode;
623 switch (dscreen->dump_mode) {
dd_draw.c 981 if (dscreen->dump_mode == DD_DUMP_ONLY_HANGS ||
982 (dscreen->dump_mode == DD_DUMP_APITRACE_CALL &&
1244 if (dscreen->dump_mode == DD_DUMP_APITRACE_CALL &&
dd_context.c 656 if (dd_screen(dctx->base.screen)->dump_mode == DD_DUMP_ALL_CALLS) {
  /xsrc/external/mit/xf86-video-openchrome/dist/tools/
registers.c 989 static void dump_mode(const char *pfx, struct mode *m) function
1201 dump_mode(" ", &m);
1205 dump_mode(" ", &m);
  /xsrc/external/mit/libdrm/dist/tests/modetest/
modetest.c 231 static void dump_mode(drmModeModeInfo *mode, int index) function
453 dump_mode(&connector->modes[j], j);
485 dump_mode(&crtc->mode, 0);

Completed in 19 milliseconds