Home
last modified time | relevance | path

Searched refs:cbbi (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c319 VkCommandBufferBeginInfo cbbi = {0}; in zink_start_batch() local
320 cbbi.sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO; in zink_start_batch()
321 cbbi.flags = VK_COMMAND_BUFFER_USAGE_ONE_TIME_SUBMIT_BIT; in zink_start_batch()
323 VkResult result = VKCTX(BeginCommandBuffer)(batch->state->cmdbuf, &cbbi); in zink_start_batch()
327 result = VKCTX(BeginCommandBuffer)(batch->state->barrier_cmdbuf, &cbbi); in zink_start_batch()