Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mutable_descriptor_type.adoc171 VkBool32 mutableDescriptorType;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc663 * [[VUID-VkDescriptorSetLayoutCreateInfo-mutableDescriptorType-04595]]
665 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT::pname:mutableDescriptorType
671 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT::pname:mutableDescriptorType
2572 * [[VUID-VkDescriptorPoolCreateInfo-mutableDescriptorType-04608]]
2574 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT::pname:mutableDescriptorType
2580 slink:VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT::pname:mutableDescriptorType
Dfeatures.adoc5033 * [[features-mutableDescriptorType]] pname:mutableDescriptorType indicates
5044 * Additionally, pname:mutableDescriptorType indicates that:
7558 * <<features-mutableDescriptorType, pname:mutableDescriptorType>>, if the
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15562 VkBool32 mutableDescriptorType; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8946 …KAN_HPP_HASH_COMBINE( seed, physicalDeviceMutableDescriptorTypeFeaturesEXT.mutableDescriptorType ); in operator ()()