Searched defs:intel_batchbuffer (Results 1 – 1 of 1) sorted by relevance
119 struct intel_batchbuffer { struct121 drm_intel_bo *bo;123 drm_intel_bo *last_bo;125 drm_intel_bo *workaround_bo;126 bool need_workaround_flush;128 struct cached_batch_item *cached_items;130 uint16_t emit, total;131 uint16_t used, reserved_space;132 uint32_t map[8192];135 uint32_t state_batch_offset;[all …]