Lines Matching defs:batch
76 iris_batch_num_fences(struct iris_batch *batch) in iris_batch_num_fences()
86 iris_dump_fence_list(struct iris_batch *batch) in iris_dump_fence_list()
104 iris_dump_bo_list(struct iris_batch *batch) in iris_dump_bo_list()
136 struct iris_batch *batch = v_batch; in decode_get_bo() local
165 struct iris_batch *batch = v_batch; in decode_get_state_size() local
176 iris_batch_decode_batch(struct iris_batch *batch) in iris_batch_decode_batch()
187 struct iris_batch *batch = &ice->batches[name]; in iris_init_batch() local
286 find_exec_index(struct iris_batch *batch, struct iris_bo *bo) in find_exec_index()
306 ensure_exec_obj_space(struct iris_batch *batch, uint32_t count) in ensure_exec_obj_space()
323 add_bo_to_batch(struct iris_batch *batch, struct iris_bo *bo, bool writable) in add_bo_to_batch()
343 flush_for_cross_batch_dependencies(struct iris_batch *batch, in flush_for_cross_batch_dependencies()
385 iris_use_pinned_bo(struct iris_batch *batch, in iris_use_pinned_bo()
421 create_batch(struct iris_batch *batch) in create_batch()
439 iris_batch_maybe_noop(struct iris_batch *batch) in iris_batch_maybe_noop()
457 iris_batch_reset(struct iris_batch *batch) in iris_batch_reset()
501 iris_batch_free(const struct iris_context *ice, struct iris_batch *batch) in iris_batch_free()
558 void iris_batch_maybe_begin_frame(struct iris_batch *batch) in iris_batch_maybe_begin_frame()
573 iris_batch_maybe_flush(struct iris_batch *batch, unsigned estimate) in iris_batch_maybe_flush()
582 record_batch_sizes(struct iris_batch *batch) in record_batch_sizes()
595 iris_chain_to_new_batch(struct iris_batch *batch) in iris_chain_to_new_batch()
613 add_aux_map_bos_to_batch(struct iris_batch *batch) in add_aux_map_bos_to_batch()
630 add_pixel_hash_table_bo_to_batch(struct iris_batch *batch) in add_pixel_hash_table_bo_to_batch()
643 finish_seqno(struct iris_batch *batch) in finish_seqno()
657 iris_finish_batch(struct iris_batch *batch) in iris_finish_batch()
700 replace_kernel_ctx(struct iris_batch *batch) in replace_kernel_ctx()
720 iris_batch_check_for_reset(struct iris_batch *batch) in iris_batch_check_for_reset()
742 move_syncobj_to_batch(struct iris_batch *batch, in move_syncobj_to_batch()
766 update_bo_syncobjs(struct iris_batch *batch, struct iris_bo *bo, bool write) in update_bo_syncobjs()
833 iris_batch_update_syncobjs(struct iris_batch *batch) in iris_batch_update_syncobjs()
851 iris_batch_syncobj_to_sync_file_fd(struct iris_batch *batch, int *out_fd) in iris_batch_syncobj_to_sync_file_fd()
908 _iris_batch_flush(struct iris_batch *batch, const char *file, int line) in _iris_batch_flush()
1016 iris_batch_references(struct iris_batch *batch, struct iris_bo *bo) in iris_batch_references()
1026 iris_batch_prepare_noop(struct iris_batch *batch, bool noop_enable) in iris_batch_prepare_noop()