Searched refs:fKLM_fWind (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCConicShader.cpp | 53 fKLM_fWind.reset(kFloat4_GrSLType, scope); in onEmitVaryings() 54 varyingHandler->addVarying("klm_and_wind", &fKLM_fWind); in onEmitVaryings() 57 code->appendf("%s.xyz = klm;", OutName(fKLM_fWind)); in onEmitVaryings() 58 code->appendf("%s.w = %s;", OutName(fKLM_fWind), coverage); // coverage == wind. in onEmitVaryings() 75 this->calcHullCoverage(&AccessCodeString(f), fKLM_fWind.fsIn(), fGrad_fCorner.fsIn(), in onEmitFragmentCode() 77 f->codeAppendf("%s *= %s.w;", outputCoverage, fKLM_fWind.fsIn()); // Wind. in onEmitFragmentCode()
|
D | GrCCConicShader.h | 40 GrGLSLVarying fKLM_fWind; variable
|