Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp686 fSynthesizedSamplerMap; member in SkSL::SPIRVCodeGenerator
2550 if (const auto* p = fSynthesizedSamplerMap.find(var)) { in writeFunctionCallArgument()
3564 if (const auto* p = fSynthesizedSamplerMap.find(variable)) { in writeVariableReference()
4439 const auto* p = fSynthesizedSamplerMap.find(specializedVar); in writeFunctionStart()
5283 fSynthesizedSamplerMap.find(&combinedSampler)) { in synthesizeTextureAndSampler()
5322 fSynthesizedSamplerMap.set(&combinedSampler, std::move(data)); in synthesizeTextureAndSampler()