Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1522 [open,refpage='VK_MAX_GLOBAL_PRIORITY_SIZE_KHR',desc='Length of an array of global queue priorities…
1524 ename:VK_MAX_GLOBAL_PRIORITY_SIZE_KHR is the length of an array of
1529 include::{generated}/api/enums/VK_MAX_GLOBAL_PRIORITY_SIZE_KHR.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9607 #define VK_MAX_GLOBAL_PRIORITY_SIZE_KHR 16U macro
9638 VkQueueGlobalPriorityKHR priorities[VK_MAX_GLOBAL_PRIORITY_SIZE_KHR];
15930 #define VK_MAX_GLOBAL_PRIORITY_SIZE_EXT VK_MAX_GLOBAL_PRIORITY_SIZE_KHR
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp6217 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxGlobalPrioritySizeKHR = VK_MAX_GLOBAL_PRIORITY_SIZE_KHR;
Dvulkan_hash.hpp11778 for ( size_t i = 0; i < VK_MAX_GLOBAL_PRIORITY_SIZE_KHR; ++i ) in operator ()()