Lines Matching defs:batch
103 struct zink_batch *batch = &ctx->batch;
104 assert(batch->in_rp);
105 VKCTX(CmdClearAttachments)(batch->state->cmdbuf, num_attachments, attachments, 1, &cr);
189 struct zink_batch *batch = &ctx->batch;
239 if (batch->in_rp) {
319 assert(!ctx->batch.in_rp);
354 /* compare all the clears to determine if we can batch these buffers together */
380 /* compare all the clears to determine if we can batch these buffers together */
521 struct zink_batch *batch = &ctx->batch;
523 zink_batch_reference_resource_rw(batch, res, true);
527 VKCTX(CmdFillBuffer)(batch->state->cmdbuf, res->obj->buffer, offset, size, *(uint32_t*)clear_value);
619 if (ctx->batch.in_rp)