Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h119 VkDescriptorType GetTypeFromIndex(const uint32_t) const;
120 …VkDescriptorType GetTypeFromBinding(const uint32_t binding) const { return GetTypeFromIndex(GetInd… in GetTypeFromBinding()
223 …VkDescriptorType GetTypeFromIndex(const uint32_t index) const { return layout_id_->GetTypeFromInde… in GetTypeFromIndex() function
281 VkDescriptorType GetType() const { return layout_->GetTypeFromIndex(index_); } in GetType()
550 …VkDescriptorType GetTypeFromIndex(const uint32_t index) const { return p_layout_->GetTypeFromIndex in GetTypeFromIndex() function
Ddescriptor_sets.cpp165 VkDescriptorType cvdescriptorset::DescriptorSetLayoutDef::GetTypeFromIndex(const uint32_t index) co… in GetTypeFromIndex() function in cvdescriptorset::DescriptorSetLayoutDef
561 auto type = p_layout_->GetTypeFromIndex(i); in DescriptorSet()
Dcore_validation.cpp6233 type_index = static_cast<uint32_t>(descriptor_set->GetTypeFromIndex(j)); in PreCallRecordFreeDescriptorSets()