Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp504 VkCommandBufferAllocateInfo commandBufferAllocateInfo = { in copyResource() local
513 &commandBufferAllocateInfo, in copyResource()
803 VkCommandBufferAllocateInfo commandBufferAllocateInfo = {}; in createComputeCommandBuffer() local
804 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()