Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp131 vkFreeCommandBuffers(device, commandPool, commandBuffers.size(), in destroy()
132 commandBuffers.data()); in destroy()
850 commandBuffers.push_back(commandBuffer); in createComputeCommandBuffer()
861 submitInfo.commandBufferCount = commandBuffers.size(); in submitCommandBuffersToQueue()
862 submitInfo.pCommandBuffers = commandBuffers.data(); in submitCommandBuffersToQueue()
H A DVulkanRuntime.h204 std::vector<VkCommandBuffer> commandBuffers; variable