Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h135 LogicalResult createComputePipeline();
H A DVulkanRuntime.cpp175 failed(createComputePipeline()) || failed(createDescriptorPool()) || in run()
661 LogicalResult VulkanRuntime::createComputePipeline() { in createComputePipeline() function in VulkanRuntime