Searched refs:update_batch_window (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp687 update_batch_window(struct batch_window *window, bool reset, int exec_idx) function in typeref:typename:void
754 update_batch_window(window, true, window->exec_idx);
757 update_batch_window(window, true, window->exec_idx - 1);
759 update_batch_window(window, true, window->exec_idx + 1);
830 update_batch_window(window, false, exec_idx);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp685 update_batch_window(struct batch_window *window, bool reset, int exec_idx) function in typeref:typename:void
752 update_batch_window(window, true, window->exec_idx);
755 update_batch_window(window, true, window->exec_idx - 1);
757 update_batch_window(window, true, window->exec_idx + 1);
828 update_batch_window(window, false, exec_idx);

Completed in 5 milliseconds