Searched refs:fGradMatrix (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCCubicShader.cpp | 105 fGradMatrix.reset(kFloat4_GrSLType, scope); in onEmitVaryings() 106 varyingHandler->addVarying("grad_matrix", &fGradMatrix); in onEmitVaryings() 108 OutName(fGradMatrix), fKLMMatrix.c_str()); in onEmitVaryings() 110 OutName(fGradMatrix), fKLMMatrix.c_str(), fKLMMatrix.c_str()); in onEmitVaryings() 114 this->calcHullCoverage(code, OutName(fKLM_fEdge), OutName(fGradMatrix), "hull_coverage"); in onEmitVaryings() 125 this->calcHullCoverage(&AccessCodeString(f), fKLM_fEdge.fsIn(), fGradMatrix.fsIn(), in onEmitFragmentCode()
|
D | GrCCCubicShader.h | 42 GrGLSLVarying fGradMatrix; variable
|