Searched refs:fGradMatrix (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCCubicShader.cpp | 102 fGradMatrix.reset(kFloat4_GrSLType, scope); in onEmitVaryings() 103 varyingHandler->addVarying("grad_matrix", &fGradMatrix); in onEmitVaryings() 105 OutName(fGradMatrix), fKLMMatrix.c_str()); in onEmitVaryings() 107 OutName(fGradMatrix), fKLMMatrix.c_str(), fKLMMatrix.c_str()); in onEmitVaryings() 112 this->calcHullCoverage(code, OutName(fKLM_fEdge), OutName(fGradMatrix), "hull_coverage"); in onEmitVaryings() 124 &AccessCodeString(f), fKLM_fEdge.fsIn(), fGradMatrix.fsIn(), outputCoverage); in emitFragmentCoverageCode() 156 f->codeAppendf("float2x2 grad_matrix = float2x2(%s);", fGradMatrix.fsIn()); in emitSampleMaskCode()
|
D | GrCCCubicShader.h | 44 GrGLSLVarying fGradMatrix; variable
|