Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrXferProcessor.cpp142 bool needsLocalOutColor = false; in emitCode() local
161 needsLocalOutColor = args.fShaderCaps->fRequiresLocalOutputColorForFBFetch; in emitCode()
165 if (!needsLocalOutColor) { in emitCode()
179 if (needsLocalOutColor) { in emitCode()