Searched refs:pDescriptorTypes (Results 1 – 3 of 3) sorted by relevance
50248 : descriptorTypeCount( descriptorTypeCount_ ), pDescriptorTypes( pDescriptorTypes_ )50259 …: descriptorTypeCount( static_cast<uint32_t>( descriptorTypes_.size() ) ), pDescriptorTypes( descr… in MutableDescriptorTypeListEXT()50282 pDescriptorTypes = pDescriptorTypes_; in setPDescriptorTypes()50290 pDescriptorTypes = descriptorTypes_.data(); in setDescriptorTypes()50315 return std::tie( descriptorTypeCount, pDescriptorTypes ); in reflect()50329 && ( pDescriptorTypes == rhs.pDescriptorTypes ); in operator ==()50341 const VULKAN_HPP_NAMESPACE::DescriptorType * pDescriptorTypes = {}; member
15641 const VkDescriptorType* pDescriptorTypes; member
6411 VULKAN_HPP_HASH_COMBINE( seed, mutableDescriptorTypeListEXT.pDescriptorTypes ); in operator ()()