Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp645 VkPipelineLayoutCreateInfo pipelineLayoutCreateInfo = {}; in createPipelineLayout() local
646 pipelineLayoutCreateInfo.sType = in createPipelineLayout()
648 pipelineLayoutCreateInfo.pNext = nullptr; in createPipelineLayout()
649 pipelineLayoutCreateInfo.flags = 0; in createPipelineLayout()
650 pipelineLayoutCreateInfo.setLayoutCount = descriptorSetLayouts.size(); in createPipelineLayout()
651 pipelineLayoutCreateInfo.pSetLayouts = descriptorSetLayouts.data(); in createPipelineLayout()
652 pipelineLayoutCreateInfo.pushConstantRangeCount = 0; in createPipelineLayout()
653 pipelineLayoutCreateInfo.pPushConstantRanges = nullptr; in createPipelineLayout()
655 &pipelineLayoutCreateInfo, in createPipelineLayout()