Searched refs:GetGlobalStartIndexFromBinding (Results 1 - 2 of 2) 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);
H A Ddescriptor_sets.cpp137 uint32_t cvdescriptorset::DescriptorSetLayout::GetGlobalStartIndexFromBinding(const uint32_t binding) const {
374 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(binding);
499 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(binding);
538 auto start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
578 auto src_start_idx = src_set->GetGlobalStartIndexFromBinding(update->srcBinding) + update->srcArrayElement;
584 << " with offset index of " << src_set->GetGlobalStartIndexFromBinding(update->srcBinding)
590 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding) + update->dstArrayElement;
596 << " with offset index of " << p_layout_->GetGlobalStartIndexFromBinding(update->dstBinding)
642 auto src_start_idx = src_set->GetGlobalStartIndexFromBinding(update->srcBinding) + update->srcArrayElement;
643 auto dst_start_idx = p_layout_->GetGlobalStartIndexFromBinding(updat
[all...]

Completed in 68 milliseconds