Searched defs:GetGlobalStartIndexFromBinding (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.h124 uint32_t GetGlobalStartIndexFromBinding(const uint32_t) const;
357 uint32_t GetGlobalStartIndexFromBinding(const uint32_t binding) const { function in class:cvdescriptorset::DescriptorSet
358 return p_layout_->GetGlobalStartIndexFromBinding(binding);

Completed in 150 milliseconds