• Home
  • Raw
  • Download

Lines Matching defs:batch

20 #define batch_debug(batch, fmt, ...)                                           \  argument
28 agx_batch_is_active(struct agx_batch *batch) in agx_batch_is_active()
34 agx_batch_is_submitted(struct agx_batch *batch) in agx_batch_is_submitted()
40 agx_batch_mark_active(struct agx_batch *batch) in agx_batch_mark_active()
52 agx_batch_mark_submitted(struct agx_batch *batch) in agx_batch_mark_submitted()
65 agx_batch_mark_complete(struct agx_batch *batch) in agx_batch_mark_complete()
77 agx_encoder_allocate(struct agx_batch *batch, struct agx_device *dev) in agx_encoder_allocate()
91 struct agx_batch *batch) in agx_batch_init()
158 agx_batch_print_stats(struct agx_device *dev, struct agx_batch *batch) in agx_batch_print_stats()
164 agx_batch_cleanup(struct agx_context *ctx, struct agx_batch *batch, bool reset) in agx_batch_cleanup()
266 struct agx_batch *batch = &ctx->batches.slots[i]; in agx_get_batch_for_framebuffer() local
275 struct agx_batch *batch = &ctx->batches.slots[freed]; in agx_get_batch_for_framebuffer() local
281 struct agx_batch *batch = NULL; in agx_get_batch_for_framebuffer() local
340 agx_flush_batch_for_reason(struct agx_context *ctx, struct agx_batch *batch, in agx_flush_batch_for_reason()
359 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_flush_readers_except() local
373 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_flush_readers_except() local
412 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_any_batch_uses_resource() local
419 struct agx_batch *batch = &ctx->batches.slots[idx]; in agx_any_batch_uses_resource() local
457 agx_batch_reads(struct agx_batch *batch, struct agx_resource *rsrc) in agx_batch_reads()
474 agx_batch_writes_internal(struct agx_batch *batch, struct agx_resource *rsrc, in agx_batch_writes_internal()
509 agx_batch_writes(struct agx_batch *batch, struct agx_resource *rsrc, in agx_batch_writes()
522 agx_batch_writes_range(struct agx_batch *batch, struct agx_resource *rsrc, in agx_batch_writes_range()
563 agx_batch_submit(struct agx_context *ctx, struct agx_batch *batch, in agx_batch_submit()
709 agx_sync_batch(struct agx_context *ctx, struct agx_batch *batch) in agx_sync_batch()
727 agx_sync_batch_for_reason(struct agx_context *ctx, struct agx_batch *batch, in agx_sync_batch_for_reason()
753 agx_batch_reset(struct agx_context *ctx, struct agx_batch *batch) in agx_batch_reset()
795 struct agx_batch *batch = &ctx->batches.slots[i]; in agx_memory_barrier() local