Searched refs:bb_item (Results 1 – 3 of 3) sorted by relevance
52 struct bb_item { struct59 struct bb_item item[MAX_ITEMS]; argument89 struct bb_item *intel_batch_state_get(struct intel_batchbuffer *batch, unsigned i);92 struct bb_item *intel_batch_cmd_get(struct intel_batchbuffer *batch, unsigned i);97 const char *intel_batch_type_as_str(const struct bb_item *item);
41 struct bb_item *item; in bb_area_emit()57 struct bb_item *item; in bb_area_emit_offset()69 static struct bb_item *bb_area_get(struct bb_area *a, unsigned i) in bb_area_get()172 struct bb_item *intel_batch_cmd_get(struct intel_batchbuffer *batch, unsigned i) in intel_batch_cmd_get()177 struct bb_item *intel_batch_state_get(struct intel_batchbuffer *batch, unsigned i) in intel_batch_state_get()244 const struct bb_item *s = bb_area_get(batch->state, i); in intel_batch_relocate_state()250 struct bb_item *s = bb_area_get(batch->cmds, i); in intel_batch_relocate_state()257 const char *intel_batch_type_as_str(const struct bb_item *item) in intel_batch_type_as_str()
75 const struct bb_item *cmd = intel_batch_cmd_get(batch, i); in print_state()