Lines Matching defs:batch
78 iris_batch_num_fences(struct iris_batch *batch) in iris_batch_num_fences()
88 iris_dump_fence_list(struct iris_batch *batch) in iris_dump_fence_list()
106 iris_dump_bo_list(struct iris_batch *batch) in iris_dump_bo_list()
138 struct iris_batch *batch = v_batch; in decode_get_bo() local
167 struct iris_batch *batch = v_batch; in decode_get_state_size() local
178 iris_batch_decode_batch(struct iris_batch *batch) in iris_batch_decode_batch()
189 struct iris_batch *batch = &ice->batches[name]; in iris_init_batch() local
292 find_exec_index(struct iris_batch *batch, struct iris_bo *bo) in find_exec_index()
312 ensure_exec_obj_space(struct iris_batch *batch, uint32_t count) in ensure_exec_obj_space()
329 add_bo_to_batch(struct iris_batch *batch, struct iris_bo *bo, bool writable) in add_bo_to_batch()
349 flush_for_cross_batch_dependencies(struct iris_batch *batch, in flush_for_cross_batch_dependencies()
391 iris_use_pinned_bo(struct iris_batch *batch, in iris_use_pinned_bo()
427 create_batch(struct iris_batch *batch) in create_batch()
445 iris_batch_maybe_noop(struct iris_batch *batch) in iris_batch_maybe_noop()
463 iris_batch_reset(struct iris_batch *batch) in iris_batch_reset()
507 iris_batch_free(const struct iris_context *ice, struct iris_batch *batch) in iris_batch_free()
564 void iris_batch_maybe_begin_frame(struct iris_batch *batch) in iris_batch_maybe_begin_frame()
579 iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate) in iris_batch_maybe_flush()
588 record_batch_sizes(struct iris_batch *batch) in record_batch_sizes()
601 iris_chain_to_new_batch(struct iris_batch *batch) in iris_chain_to_new_batch()
619 add_aux_map_bos_to_batch(struct iris_batch *batch) in add_aux_map_bos_to_batch()
636 add_pixel_hash_table_bo_to_batch(struct iris_batch *batch) in add_pixel_hash_table_bo_to_batch()
649 finish_seqno(struct iris_batch *batch) in finish_seqno()
663 iris_finish_batch(struct iris_batch *batch) in iris_finish_batch()
706 replace_kernel_ctx(struct iris_batch *batch) in replace_kernel_ctx()
726 iris_batch_check_for_reset(struct iris_batch *batch) in iris_batch_check_for_reset()
748 move_syncobj_to_batch(struct iris_batch *batch, in move_syncobj_to_batch()
772 update_bo_syncobjs(struct iris_batch *batch, struct iris_bo *bo, bool write) in update_bo_syncobjs()
839 iris_batch_update_syncobjs(struct iris_batch *batch) in iris_batch_update_syncobjs()
857 iris_batch_syncobj_to_sync_file_fd(struct iris_batch *batch, int *out_fd) in iris_batch_syncobj_to_sync_file_fd()
914 _iris_batch_flush(struct iris_batch *batch, const char *file, int line) in _iris_batch_flush()
1022 iris_batch_references(struct iris_batch *batch, struct iris_bo *bo) in iris_batch_references()
1032 iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable) in iris_batch_prepare_noop()