Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.h133 LogicalResult createDescriptorSetLayout();
H A DVulkanRuntime.cpp173 if (failed(createDescriptorSetLayout()) || failed(createPipelineLayout()) || in run()
599 LogicalResult VulkanRuntime::createDescriptorSetLayout() { in createDescriptorSetLayout() function in VulkanRuntime