Home
last modified time | relevance | path

Searched refs:GetImmutableSamplerPtrFromIndex (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h138 VkSampler const *GetImmutableSamplerPtrFromIndex(const uint32_t) const;
258 VkSampler const *GetImmutableSamplerPtrFromIndex(const uint32_t index) const { in GetImmutableSamplerPtrFromIndex() function
259 return layout_id_->GetImmutableSamplerPtrFromIndex(index); in GetImmutableSamplerPtrFromIndex()
Ddescriptor_sets.cpp231 VkSampler const *cvdescriptorset::DescriptorSetLayoutDef::GetImmutableSamplerPtrFromIndex(const uin… in GetImmutableSamplerPtrFromIndex() function in cvdescriptorset::DescriptorSetLayoutDef
609 auto immut_sampler = p_layout_->GetImmutableSamplerPtrFromIndex(i); in DescriptorSet()
620 auto immut = p_layout_->GetImmutableSamplerPtrFromIndex(i); in DescriptorSet()