Searched defs:intel_batchbuffer (Results 1 – 2 of 2) sorted by relevance
97 struct intel_batchbuffer { struct99 drm_intel_bo *bo;101 drm_intel_bo *last_bo;103 uint16_t emit, total;104 uint16_t used, reserved_space;105 uint32_t *map;106 uint32_t *cpu_map;
481 struct intel_batchbuffer { struct483 struct brw_growing_bo batch;485 struct brw_growing_bo state;488 struct brw_bo *last_bo;491 uint16_t emit, total;493 uint32_t *map_next;494 uint32_t state_used;496 enum brw_gpu_ring ring;497 bool use_shadow_copy;498 bool use_batch_first;[all …]