Searched defs:batch_window (Results 1 – 2 of 2) sorted by relevance
285 struct batch_window { struct286 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 …]
353 class batch_window : public window { class355 batch_window(const struct hang_bo &bo) in batch_window() function in batch_window