Searched refs:descriptorTypeCount (Results 1 – 8 of 8) sorted by relevance
618 …scriptorTypeListVALVE makeMutableDescriptorTypeListVALVE (deUint32 descriptorTypeCount, const VkDe… argument621 res.descriptorTypeCount = descriptorTypeCount;
5023 deUint32 descriptorTypeCount; member
12959 deUint32 descriptorTypeCount; member
10982 s << "\tdescriptorTypeCount = " << value.descriptorTypeCount << '\n';
615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count }; in addDescriptors() local616 m_poolSizeCounts.push_back(descriptorTypeCount); in addDescriptors()
32991 : descriptorTypeCount( descriptorTypeCount_ )33006 : descriptorTypeCount( static_cast<uint32_t>( descriptorTypes_.size() ) ) in MutableDescriptorTypeListVALVE()33023 descriptorTypeCount = descriptorTypeCount_; in setDescriptorTypeCount()33039 descriptorTypeCount = static_cast<uint32_t>( descriptorTypes_.size() ); in setDescriptorTypes()33060 …return ( descriptorTypeCount == rhs.descriptorTypeCount ) && ( pDescriptorTypes == rhs.pDescriptor… in operator ==()33070 uint32_t descriptorTypeCount = {}; member
12317 uint32_t descriptorTypeCount; member
12055 uint32_t descriptorTypeCount; member