Searched defs:batch_window (Results 1 – 2 of 2) sorted by relevance
294 struct batch_window { struct295 struct window base;297 struct aub_mem mem;298 struct aub_read read;300 bool uses_ppgtt;302 bool collapsed;303 int exec_idx;305 struct aub_viewer_decode_cfg decode_cfg;306 struct aub_viewer_decode_ctx decode_ctx;308 struct pml4_window pml4_window;[all …]
365 class batch_window : public window { class367 batch_window(const struct hang_bo &bo) in batch_window() function in batch_window