Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h142 LogicalResult submitCommandBuffersToQueue();
H A DVulkanRuntime.cpp191 if (failed(submitCommandBuffersToQueue())) in run()
854 LogicalResult VulkanRuntime::submitCommandBuffersToQueue() { in submitCommandBuffersToQueue() function in VulkanRuntime