Searched defs:edit_window (Results 1 – 1 of 1) sorted by relevance
248 struct edit_window { struct249 struct window base;251 struct aub_mem *mem;252 uint64_t address;253 uint32_t len;255 struct intel_batch_decode_bo aub_bo;256 uint64_t aub_offset;258 struct intel_batch_decode_bo gtt_bo;259 uint64_t gtt_offset;261 struct MemoryEditor editor;[all …]