Home
last modified time | relevance | path

Searched defs:VkPhysicalDeviceVulkan13Properties (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h6679 typedef struct VkPhysicalDeviceVulkan13Properties { struct
6680 VkStructureType sType;
6681 void* pNext;
6682 uint32_t minSubgroupSize;
6683 uint32_t maxSubgroupSize;
6684 uint32_t maxComputeWorkgroupSubgroups;
6685 VkShaderStageFlags requiredSubgroupSizeStages;
6686 uint32_t maxInlineUniformBlockSize;
6687 uint32_t maxPerStageDescriptorInlineUniformBlocks;
6688 uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
[all …]