Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_structs.hpp50248 : 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
Dvulkan_core.h15641 const VkDescriptorType* pDescriptorTypes; member
Dvulkan_hash.hpp6411 VULKAN_HPP_HASH_COMBINE( seed, mutableDescriptorTypeListEXT.pDescriptorTypes ); in operator ()()