Searched refs:GetImmutableSamplerPtrFromIndex (Results 1 – 2 of 2) sorted by relevance
130 VkSampler const *GetImmutableSamplerPtrFromIndex(const uint32_t) const;238 VkSampler const *GetImmutableSamplerPtrFromIndex(const uint32_t index) const { in GetImmutableSamplerPtrFromIndex() function239 return layout_id_->GetImmutableSamplerPtrFromIndex(index); in GetImmutableSamplerPtrFromIndex()290 …pler const *GetImmutableSamplerPtr() const { return layout_->GetImmutableSamplerPtrFromIndex(index… in GetImmutableSamplerPtr()
213 VkSampler const *cvdescriptorset::DescriptorSetLayoutDef::GetImmutableSamplerPtrFromIndex(const uin… in GetImmutableSamplerPtrFromIndex() function in cvdescriptorset::DescriptorSetLayoutDef564 auto immut_sampler = p_layout_->GetImmutableSamplerPtrFromIndex(i); in DescriptorSet()575 auto immut = p_layout_->GetImmutableSamplerPtrFromIndex(i); in DescriptorSet()