Searched refs:panfrost_batch_submit (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_job.c | 153 panfrost_batch_submit(struct panfrost_context *ctx, 181 panfrost_batch_submit(ctx, batch, 0, 0); in panfrost_get_batch() 229 panfrost_batch_submit(ctx, batch, 0, 0); in panfrost_get_fresh_batch_for_fbo() 269 panfrost_batch_submit(ctx, batch, 0, 0); in panfrost_batch_update_access() 731 panfrost_batch_submit(struct panfrost_context *ctx, in panfrost_batch_submit() function 793 panfrost_batch_submit(ctx, batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_all_batches() 800 panfrost_batch_submit(ctx, &ctx->batches.slots[i], in panfrost_flush_all_batches() 815 panfrost_batch_submit(ctx, entry->data, ctx->syncobj, ctx->syncobj); in panfrost_flush_writer() 832 panfrost_batch_submit(ctx, batch, ctx->syncobj, ctx->syncobj); in panfrost_flush_batches_accessing_rsrc()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 579 - panfrost: Move the batch submission logic to panfrost_batch_submit() 619 - panfrost: Kill the explicit serialization in panfrost_batch_submit()
|
D | 21.2.0.rst | 2751 - panfrost: Split panfrost_batch_submit to prevent stack overflows
|