Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h139 LogicalResult createCommandPool();
H A DVulkanRuntime.cpp178 failed(createCommandPool()) || failed(createQueryPool()) || in run()
764 LogicalResult VulkanRuntime::createCommandPool() { in createCommandPool() function in VulkanRuntime