Searched refs:cbbi (Results 1 – 1 of 1) sorted by relevance
319 VkCommandBufferBeginInfo cbbi = {0}; in zink_start_batch() local320 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()