Searched refs:ImmutableSamplerInfo (Results 1 – 14 of 14) sorted by relevance
39 static ImmutableSamplerInfo ToImmutableSamplerInfo(const VulkanYcbcrConversionInfo&);40 static VulkanYcbcrConversionInfo FromImmutableSamplerInfo(ImmutableSamplerInfo);
103 ImmutableSamplerInfo VulkanYcbcrConversion::ToImmutableSamplerInfo( in ToImmutableSamplerInfo()122 ImmutableSamplerInfo info; in ToImmutableSamplerInfo()140 ImmutableSamplerInfo info) { in FromImmutableSamplerInfo()
56 ImmutableSamplerInfo getImmutableSamplerInfo(const TextureInfo&) const override;
610 ImmutableSamplerInfo packedInfo = VulkanYcbcrConversion::ToImmutableSamplerInfo(ycbcrInfo); in findOrCreateCompatibleYcbcrConversion()
1614 ImmutableSamplerInfo packedInfo = VulkanYcbcrConversion::ToImmutableSamplerInfo(ycbcrInfo); in buildKeyForTexture()1657 ImmutableSamplerInfo VulkanCaps::getImmutableSamplerInfo(const TextureInfo& textureInfo) const { in getImmutableSamplerInfo()
68 ImmutableSamplerInfo DawnDescriptorToImmutableSamplerInfo(const wgpu::YCbCrVkDescriptor&);69 wgpu::YCbCrVkDescriptor DawnDescriptorFromImmutableSamplerInfo(ImmutableSamplerInfo);
323 ImmutableSamplerInfo DawnDescriptorToImmutableSamplerInfo(const wgpu::YCbCrVkDescriptor& desc) { in DawnDescriptorToImmutableSamplerInfo()339 ImmutableSamplerInfo info; in DawnDescriptorToImmutableSamplerInfo()356 wgpu::YCbCrVkDescriptor DawnDescriptorFromImmutableSamplerInfo(ImmutableSamplerInfo info) { in DawnDescriptorFromImmutableSamplerInfo()
61 ImmutableSamplerInfo getImmutableSamplerInfo(const TextureInfo&) const override;
1182 ImmutableSamplerInfo DawnCaps::getImmutableSamplerInfo(const TextureInfo& textureInfo) const { in getImmutableSamplerInfo()1238 ImmutableSamplerInfo packedInfo = in buildKeyForTexture()
176 struct ImmutableSamplerInfo { struct197 const ImmutableSamplerInfo info = {}) argument245 ImmutableSamplerInfo immutableSamplerInfo() const { in immutableSamplerInfo()
182 virtual ImmutableSamplerInfo getImmutableSamplerInfo(const TextureInfo&) const { in getImmutableSamplerInfo()
713 ImmutableSamplerInfo info = imgData.fTextureProxy in AddBlock()715 : ImmutableSamplerInfo{}; in AddBlock()1189 ImmutableSamplerInfo info = in AddBlock()
44 const ImmutableSamplerInfo immutableSamplerInfo = {(uint32_t)m_bindings.size(), in addBinding()73 …const ImmutableSamplerInfo immutableSamplerInfo = {(uint32_t)dstBinding, (uint32_t)m_immutableSamp… in addIndexedBinding()101 const ImmutableSamplerInfo &samplerInfo = m_immutableSamplerInfos[samplerInfoNdx]; in build()
94 struct ImmutableSamplerInfo struct in vk::DescriptorSetLayoutBuilder100 std::vector<ImmutableSamplerInfo> m_immutableSamplerInfos;