Searched refs:commandBufferAllocateInfo (Results 1 – 1 of 1) sorted by relevance
504 VkCommandBufferAllocateInfo commandBufferAllocateInfo = { in copyResource() local513 &commandBufferAllocateInfo, in copyResource()803 VkCommandBufferAllocateInfo commandBufferAllocateInfo = {}; in createComputeCommandBuffer() local804 commandBufferAllocateInfo.sType = in createComputeCommandBuffer()806 commandBufferAllocateInfo.pNext = nullptr; in createComputeCommandBuffer()807 commandBufferAllocateInfo.commandPool = commandPool; in createComputeCommandBuffer()808 commandBufferAllocateInfo.level = VK_COMMAND_BUFFER_LEVEL_PRIMARY; in createComputeCommandBuffer()809 commandBufferAllocateInfo.commandBufferCount = 1; in createComputeCommandBuffer()813 &commandBufferAllocateInfo, in createComputeCommandBuffer()