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

/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp96 uint32_t cvdescriptorset::DescriptorSetLayout::GetDescriptorCountFromIndex(const uint32_t index) const { function in class:cvdescriptorset::DescriptorSetLayout
288 for (uint32_t di = 0; di < p_layout_->GetDescriptorCountFromIndex(i); ++di) {
298 for (uint32_t di = 0; di < p_layout_->GetDescriptorCountFromIndex(i); ++di) {
310 for (uint32_t di = 0; di < p_layout_->GetDescriptorCountFromIndex(i); ++di)
315 for (uint32_t di = 0; di < p_layout_->GetDescriptorCountFromIndex(i); ++di)
322 for (uint32_t di = 0; di < p_layout_->GetDescriptorCountFromIndex(i); ++di)
H A Ddescriptor_sets.h115 uint32_t GetDescriptorCountFromIndex(const uint32_t) const;
316 uint32_t GetDescriptorCountFromIndex(const uint32_t index) const { function in class:cvdescriptorset::DescriptorSet
317 return p_layout_ ? p_layout_->GetDescriptorCountFromIndex(index) : 0;

Completed in 236 milliseconds