Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/profiles/
DVP_KHR_roadmap_2022.json194 "VkPhysicalDeviceVulkan13Properties": { object
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_core.h6856 typedef struct VkPhysicalDeviceVulkan13Properties { struct
6857 VkStructureType sType;
6858 void* pNext;
6859 uint32_t minSubgroupSize;
6860 uint32_t maxSubgroupSize;
6861 uint32_t maxComputeWorkgroupSubgroups;
6862 VkShaderStageFlags requiredSubgroupSizeStages;
6863 uint32_t maxInlineUniformBlockSize;
6864 uint32_t maxPerStageDescriptorInlineUniformBlocks;
6865 uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
[all …]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6820 typedef struct VkPhysicalDeviceVulkan13Properties { struct
6821 VkStructureType sType;
6822 void* pNext;
6823 uint32_t minSubgroupSize;
6824 uint32_t maxSubgroupSize;
6825 uint32_t maxComputeWorkgroupSubgroups;
6826 VkShaderStageFlags requiredSubgroupSizeStages;
6827 uint32_t maxInlineUniformBlockSize;
6828 uint32_t maxPerStageDescriptorInlineUniformBlocks;
6829 uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;
[all …]