Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mutable_descriptor_type.adoc85 const VkDescriptorType* pDescriptorTypes;
197 .pDescriptorTypes = cbvSrvUavTypes};
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc456 slink:VkMutableDescriptorTypeCreateInfoEXT::pname:pDescriptorTypes list of
462 pname:pDescriptorTypes.
484 slink:VkMutableDescriptorTypeCreateInfoEXT::pname:pDescriptorTypes array for
772 pname:pDescriptorTypes.
773 * pname:pDescriptorTypes is `NULL` or a pointer to an array of
782 * [[VUID-VkMutableDescriptorTypeListEXT-pDescriptorTypes-04598]]
783 pname:pDescriptorTypes must: be a valid pointer to an array of
789 * [[VUID-VkMutableDescriptorTypeListEXT-pDescriptorTypes-04600]]
790 pname:pDescriptorTypes must: not contain
792 * [[VUID-VkMutableDescriptorTypeListEXT-pDescriptorTypes-04601]]
[all …]
Dlimits.adoc3656 slink:VkMutableDescriptorTypeCreateInfoVALVE::pname:pDescriptorTypes list.
3658 included in the pname:pDescriptorTypes list.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15569 const VkDescriptorType* pDescriptorTypes; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp6411 VULKAN_HPP_HASH_COMBINE( seed, mutableDescriptorTypeListEXT.pDescriptorTypes ); in operator ()()