Searched refs:fImmutableSampler (Results 1 – 6 of 6) sorted by relevance
49 , fImmutableSampler(immutableSampler) {} in fType()55 const Sampler* fImmutableSampler; member
212 if (sampler.fImmutableSampler) { in ~GrVkUniformHandler()213 sampler.fImmutableSampler->unref(); in ~GrVkUniformHandler()214 sampler.fImmutableSampler = nullptr; in ~GrVkUniformHandler()305 fSamplers.back().fImmutableSampler = sampler; in addSampler()
64 const GrVkSampler* fImmutableSampler = nullptr; member136 return fSamplers.item(u.toIndex()).fImmutableSampler; in immutableSampler()
73 if (sampler.fImmutableSampler) { in GrVkPipelineState()74 sampler.fImmutableSampler->ref(); in GrVkPipelineState()76 fImmutableSamplers.push_back(sampler.fImmutableSampler); in GrVkPipelineState()
90 layoutBinding.pImmutableSamplers = currDescriptor.fImmutableSampler in DescriptorDataToVkDescSetLayout()92 currDescriptor.fImmutableSampler))->constVkSamplerPtr() in DescriptorDataToVkDescSetLayout()
234 if (desc.fImmutableSampler) { in build_desc_set_key()236 static_cast<const VulkanSampler*>(desc.fImmutableSampler); in build_desc_set_key()