Searched refs:fGradMatrix (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/ccpr/ |
D | GrCCCubicShader.cpp | 111 fGradMatrix.reset(kFloat2x2_GrSLType, scope); in onEmitVaryings() 112 varyingHandler->addVarying("grad_matrix", &fGradMatrix); in onEmitVaryings() 114 code->appendf("%s[0] = 3 * klm[0] * %s[0].xy;", OutName(fGradMatrix), fKLMMatrix.c_str()); in onEmitVaryings() 116 OutName(fGradMatrix), fKLMMatrix.c_str(), fKLMMatrix.c_str()); in onEmitVaryings() 123 f->codeAppendf("float2 grad_f = %s * float2(k, 1);", fGradMatrix.fsIn()); in emitCoverage()
|
D | GrCCCubicShader.h | 47 GrGLSLVarying fGradMatrix; variable
|
/external/skia/src/gpu/ccpr/ |
D | GrCCCubicShader.cpp | 111 fGradMatrix.reset(kFloat2x2_GrSLType, scope); in onEmitVaryings() 112 varyingHandler->addVarying("grad_matrix", &fGradMatrix); in onEmitVaryings() 114 code->appendf("%s[0] = 3 * klm[0] * %s[0].xy;", OutName(fGradMatrix), fKLMMatrix.c_str()); in onEmitVaryings() 116 OutName(fGradMatrix), fKLMMatrix.c_str(), fKLMMatrix.c_str()); in onEmitVaryings() 123 f->codeAppendf("float2 grad_f = %s * float2(k, 1);", fGradMatrix.fsIn()); in emitCoverage()
|
D | GrCCCubicShader.h | 47 GrGLSLVarying fGradMatrix; variable
|