Home
last modified time | relevance | path

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

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