Searched refs:GetImmutableSamplerPtrFromIndex (Results 1 – 2 of 2) sorted by relevance
138 VkSampler const *GetImmutableSamplerPtrFromIndex(const uint32_t) const;258 VkSampler const *GetImmutableSamplerPtrFromIndex(const uint32_t index) const { in GetImmutableSamplerPtrFromIndex() function259 return layout_id_->GetImmutableSamplerPtrFromIndex(index); in GetImmutableSamplerPtrFromIndex()
231 VkSampler const *cvdescriptorset::DescriptorSetLayoutDef::GetImmutableSamplerPtrFromIndex(const uin… in GetImmutableSamplerPtrFromIndex() function in cvdescriptorset::DescriptorSetLayoutDef609 auto immut_sampler = p_layout_->GetImmutableSamplerPtrFromIndex(i); in DescriptorSet()620 auto immut = p_layout_->GetImmutableSamplerPtrFromIndex(i); in DescriptorSet()