Home
last modified time | relevance | path

Searched defs:batch_window (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daubinator_viewer.cpp285 struct batch_window { struct
286 struct window base;
288 struct aub_mem mem;
289 struct aub_read read;
291 bool uses_ppgtt;
293 bool collapsed;
294 int exec_idx;
296 struct aub_viewer_decode_cfg decode_cfg;
297 struct aub_viewer_decode_ctx decode_ctx;
299 struct pml4_window pml4_window;
[all …]
Dintel_hang_viewer.cpp353 class batch_window : public window { class
355 batch_window(const struct hang_bo &bo) in batch_window() function in batch_window