Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-vulkan-runner/
H A DVulkanRuntime.cpp783 VkPhysicalDeviceProperties deviceProperties = {}; in createQueryPool() local
784 vkGetPhysicalDeviceProperties(physicalDevice, &deviceProperties); in createQueryPool()
785 timestampPeriod = deviceProperties.limits.timestampPeriod; in createQueryPool()