Home
last modified time | relevance | path

Searched refs:GetGlobalIndexRangeFromIndex (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h143 const cvdescriptorset::IndexRange &GetGlobalIndexRangeFromIndex(uint32_t index) const;
250 …const IndexRange &GetGlobalIndexRangeFromIndex(uint32_t index) const { return layout_id_->GetGloba… in GetGlobalIndexRangeFromIndex() function
291 …nst IndexRange &GetGlobalIndexRange() const { return layout_->GetGlobalIndexRangeFromIndex(index_)… in GetGlobalIndexRange()
Ddescriptor_sets.cpp183 …ptorset::IndexRange &cvdescriptorset::DescriptorSetLayoutDef::GetGlobalIndexRangeFromIndex(uint32_… in GetGlobalIndexRangeFromIndex() function in cvdescriptorset::DescriptorSetLayoutDef
194 return GetGlobalIndexRangeFromIndex(index); in GetGlobalIndexRangeFromBinding()