Searched defs:edit_window (Results 1 – 1 of 1) sorted by relevance
246 struct edit_window { struct247 struct window base;249 struct aub_mem *mem;250 uint64_t address;251 uint32_t len;253 struct gen_batch_decode_bo aub_bo;254 uint64_t aub_offset;256 struct gen_batch_decode_bo gtt_bo;257 uint64_t gtt_offset;259 struct MemoryEditor editor;[all …]