Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mutable_descriptor_type.adoc84 uint32_t descriptorTypeCount;
196 .descriptorTypeCount = sizeof(cbvSrvUavTypes)/sizeof(VkDescriptorType),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc771 * pname:descriptorTypeCount is the number of elements in
774 pname:descriptorTypeCount elink:VkDescriptorType values defining which
779 * [[VUID-VkMutableDescriptorTypeListEXT-descriptorTypeCount-04597]]
780 pname:descriptorTypeCount must: not be `0` if the corresponding binding
784 pname:descriptorTypeCount valid, unique elink:VkDescriptorType values if
786 * [[VUID-VkMutableDescriptorTypeListEXT-descriptorTypeCount-04599]]
787 pname:descriptorTypeCount must: be `0` if the corresponding binding is
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15568 uint32_t descriptorTypeCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6410 VULKAN_HPP_HASH_COMBINE( seed, mutableDescriptorTypeListEXT.descriptorTypeCount ); in operator ()()