Searched refs:reordered_cmdbuf (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 289 if (bs->reordered_cmdbuf) in zink_batch_state_destroy() 290 VKSCR(FreeCommandBuffers)(screen->dev, bs->cmdpool, 1, &bs->reordered_cmdbuf); in zink_batch_state_destroy() 370 bs->reordered_cmdbuf = cmdbufs[1]; in create_batch_state() 522 VKSCR(CmdBindDescriptorBuffersEXT)(bs->reordered_cmdbuf, count, infos); in zink_batch_bind_db() 547 VKCTX(BeginCommandBuffer)(bs->reordered_cmdbuf, &cbbi), in zink_start_batch() 567 VKCTX(CmdInsertDebugUtilsLabelEXT)(bs->reordered_cmdbuf, &capture_label); in zink_start_batch() 584 VKCTX(CmdSetAttachmentFeedbackLoopEnableEXT)(ctx->bs->reordered_cmdbuf, 0); in zink_start_batch() 678 cmdbufs[c++] = bs->reordered_cmdbuf; in submit_queue() 724 VKSCR(CmdPipelineBarrier)(bs->reordered_cmdbuf, in submit_queue() 730 VKSCR(EndCommandBuffer)(bs->reordered_cmdbuf), in submit_queue()
|
D | zink_synchronization.cpp | 293 return ctx->bs->reordered_cmdbuf; in zink_get_cmdbuf() 501 if (cmdbuf != ctx->bs->reordered_cmdbuf) { in apply()
|
D | zink_blit.c | 421 zink_get_cmdbuf(ctx, src, dst) == ctx->bs->reordered_cmdbuf; in zink_blit() 432 ctx->bs->cmdbuf = ctx->bs->reordered_cmdbuf; in zink_blit()
|
D | zink_clear.c | 708 zink_get_cmdbuf(ctx, NULL, res) == ctx->bs->reordered_cmdbuf; in fb_clears_apply_internal() 715 ctx->bs->cmdbuf = ctx->bs->reordered_cmdbuf; in fb_clears_apply_internal()
|
D | zink_types.h | 593 VkCommandBuffer reordered_cmdbuf; member
|
D | zink_query.c | 157 VKCTX(CmdResetQueryPool)(ctx->bs->reordered_cmdbuf, vkq->pool->query_pool, vkq->query_id, 1); in reset_vk_query_pool()
|
D | zink_context.c | 3497 VKCTX(CmdSetColorWriteEnableEXT)(ctx->bs->reordered_cmdbuf, max_att, enables); in reapply_color_write() 3569 VKCTX(CmdSetPatchControlPointsEXT)(ctx->bs->reordered_cmdbuf, 1); in flush_batch() 4662 … VkCommandBuffer cmdbuf = can_unorder ? ctx->bs->reordered_cmdbuf : zink_get_cmdbuf(ctx, src, dst); in zink_copy_buffer() 5516 VKCTX(CmdSetPatchControlPointsEXT)(ctx->bs->reordered_cmdbuf, 1); in zink_context_create()
|
/external/mesa3d/docs/relnotes/ |
D | 24.0.0.rst | 3326 - zink: barrier_cmdbuf -> reordered_cmdbuf
|