Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp765 VkCommandPoolCreateInfo commandPoolCreateInfo = {}; in createCommandPool() local
766 commandPoolCreateInfo.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; in createCommandPool()
767 commandPoolCreateInfo.pNext = nullptr; in createCommandPool()
768 commandPoolCreateInfo.flags = 0; in createCommandPool()
769 commandPoolCreateInfo.queueFamilyIndex = queueFamilyIndex; in createCommandPool()
770 RETURN_ON_VULKAN_ERROR(vkCreateCommandPool(device, &commandPoolCreateInfo, in createCommandPool()