Searched defs:intel_batchbuffer (Results 1 – 4 of 4) sorted by relevance
14 struct intel_batchbuffer { struct26 struct intel_batchbuffer *intel_batchbuffer_alloc(drm_intel_bufmgr *bufmgr, argument
63 struct intel_batchbuffer { struct70 struct intel_batchbuffer *intel_batchbuffer_create(void); argument
487 struct intel_batchbuffer { struct489 struct brw_growing_bo batch;491 struct brw_growing_bo state;494 struct brw_bo *last_bo;497 uint16_t emit, total;499 uint32_t *map_next;500 uint32_t state_used;502 bool use_shadow_copy;503 bool use_batch_first;504 bool needs_sol_reset;[all …]
98 struct intel_batchbuffer { struct100 drm_intel_bo *bo;102 drm_intel_bo *last_bo;104 uint16_t emit, total;105 uint16_t used, reserved_space;106 uint32_t *map;107 uint32_t *cpu_map;