Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp351 uint32_t queueFamilyPropertiesCount = 0; in getBestComputeQueue() local
353 physicalDevice, &queueFamilyPropertiesCount, nullptr); in getBestComputeQueue()
356 queueFamilyPropertiesCount); in getBestComputeQueue()
358 physicalDevice, &queueFamilyPropertiesCount, familyProperties.data()); in getBestComputeQueue()
362 for (uint32_t i = 0; i < queueFamilyPropertiesCount; ++i) { in getBestComputeQueue()
372 for (uint32_t i = 0; i < queueFamilyPropertiesCount; ++i) { in getBestComputeQueue()