Lines Matching defs:batch
22 #define batch_debug(batch, fmt, ...) \ argument
31 agx_batch_is_active(struct agx_batch *batch) in agx_batch_is_active()
37 agx_batch_is_submitted(struct agx_batch *batch) in agx_batch_is_submitted()
43 agx_batch_mark_active(struct agx_batch *batch) in agx_batch_mark_active()
55 agx_batch_mark_submitted(struct agx_batch *batch) in agx_batch_mark_submitted()
68 agx_batch_mark_complete(struct agx_batch *batch) in agx_batch_mark_complete()
80 agx_encoder_allocate(struct agx_batch *batch, struct agx_device *dev) in agx_encoder_allocate()
90 struct agx_batch *batch) in agx_batch_init()
296 agx_batch_print_stats(struct agx_device *dev, struct agx_batch *batch) in agx_batch_print_stats()
315 agx_batch_cleanup(struct agx_context *ctx, struct agx_batch *batch, bool reset) in agx_batch_cleanup()
435 struct agx_batch *batch = &ctx->batches.slots[i]; in agx_get_batch_for_framebuffer() local
444 struct agx_batch *batch = &ctx->batches.slots[freed]; in agx_get_batch_for_framebuffer() local
450 struct agx_batch *batch = NULL; in agx_get_batch_for_framebuffer() local
509 agx_flush_batch_for_reason(struct agx_context *ctx, struct agx_batch *batch, in agx_flush_batch_for_reason()
528 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_flush_readers_except() local
542 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_flush_readers_except() local
581 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_any_batch_uses_resource() local
588 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_any_batch_uses_resource() local
626 agx_batch_reads(struct agx_batch *batch, struct agx_resource *rsrc) in agx_batch_reads()
643 agx_batch_writes_internal(struct agx_batch *batch, struct agx_resource *rsrc, in agx_batch_writes_internal()
678 agx_batch_writes(struct agx_batch *batch, struct agx_resource *rsrc, in agx_batch_writes()
691 agx_batch_writes_range(struct agx_batch *batch, struct agx_resource *rsrc, in agx_batch_writes_range()
732 agx_batch_submit(struct agx_context *ctx, struct agx_batch *batch, in agx_batch_submit()
1097 agx_sync_batch(struct agx_context *ctx, struct agx_batch *batch) in agx_sync_batch()
1115 agx_sync_batch_for_reason(struct agx_context *ctx, struct agx_batch *batch, in agx_sync_batch_for_reason()
1141 agx_batch_reset(struct agx_context *ctx, struct agx_batch *batch) in agx_batch_reset()
1186 struct agx_batch *batch = &ctx->batches.slots[i]; in agx_memory_barrier() local