Searched refs:commandBuffer (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/ |
| H A D | VulkanRuntime.cpp | 511 VkCommandBuffer commandBuffer; in copyResource() local 533 vkCmdCopyBuffer(commandBuffer, memBuffer.deviceBuffer, in copyResource() 536 vkCmdCopyBuffer(commandBuffer, memBuffer.hostBuffer, in copyResource() 541 RETURN_ON_VULKAN_ERROR(vkEndCommandBuffer(commandBuffer), in copyResource() 550 &commandBuffer, in copyResource() 554 submitInfo.pCommandBuffers = &commandBuffer; in copyResource() 559 vkFreeCommandBuffers(device, commandPool, 1, &commandBuffer); in copyResource() 811 VkCommandBuffer commandBuffer; in createComputeCommandBuffer() local 829 vkCmdResetQueryPool(commandBuffer, queryPool, 0, 2); in createComputeCommandBuffer() 847 RETURN_ON_VULKAN_ERROR(vkEndCommandBuffer(commandBuffer), in createComputeCommandBuffer() [all …]
|