Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp675 struct SynthesizedTextureSamplerPair { struct in SkSL::SPIRVCodeGenerator
685 THashMap<const Variable*, std::unique_ptr<SynthesizedTextureSamplerPair>>
5282 if (std::unique_ptr<SynthesizedTextureSamplerPair>* existingData = in synthesizeTextureAndSampler()
5287 auto data = std::make_unique<SynthesizedTextureSamplerPair>(); in synthesizeTextureAndSampler()