Home
last modified time | relevance | path

Searched refs:GrGLSLVarying (Results 1 – 25 of 61) sorted by relevance

123

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCCubicShader.h30 GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code, const char* position,
43 GrGLSLVarying fKLM_fEdge;
44 GrGLSLVarying fGradMatrix;
45 GrGLSLVarying fCornerCoverage;
DGrCCQuadraticShader.h29 GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code, const char* position,
43 GrGLSLVarying fCoord_fGrad;
44 GrGLSLVarying fEdge_fWind_fCorner;
DGrCCConicShader.h31 GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code, const char* position,
45 GrGLSLVarying fKLM_fWind;
46 GrGLSLVarying fGrad_fCorner;
DGrCCCoverageProcessor.h146 GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code, in emitVaryings()
149 SkASSERT(GrGLSLVarying::Scope::kVertToGeo != scope); in emitVaryings()
199 GrGLSLVaryingHandler*, GrGLSLVarying::Scope, SkString* code, const char* position,
204 const char* OutName(const GrGLSLVarying& varying) const { in OutName()
205 using Scope = GrGLSLVarying::Scope; in OutName()
DGrCCCoverageProcessor.cpp22 GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code, in onEmitVaryings()
48 GrGLSLVarying fCoverages;
DGrCCPathProcessor.cpp162 GrGLSLVarying texcoord((isCoverageCount) ? kFloat3_GrSLType : kFloat2_GrSLType); in onEmitCode()
165 GrGLSLVarying color(kHalf4_GrSLType); in onEmitCode()
DGrCCQuadraticShader.cpp36 GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code, in onEmitVaryings()
DGrCCConicShader.cpp51 GrGLSLVaryingHandler* varyingHandler, GrGLSLVarying::Scope scope, SkString* code, in onEmitVaryings()
DGrSampleMaskProcessor.cpp54 fShader->emitVaryings(varyingHandler, GrGLSLVarying::Scope::kVertToFrag, in onEmitCode()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLVarying.h35 class GrGLSLVarying {
43 GrGLSLVarying() = default;
44 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag)
54 *this = GrGLSLVarying();
119 void addVarying(const char* name, GrGLSLVarying* varying,
DGrGLSLVarying.cpp17 GrGLSLVarying v(input.gpuType()); in addPassThroughAttribute()
40 void GrGLSLVaryingHandler::addVarying(const char* name, GrGLSLVarying* varying, in addVarying()
DGrGLSLFragmentShaderBuilder.h17 class GrGLSLVarying; variable
/third_party/skia/src/gpu/glsl/
DGrGLSLVarying.h35 class GrGLSLVarying {
43 GrGLSLVarying() = default;
44 GrGLSLVarying(GrSLType type, Scope scope = Scope::kVertToFrag)
54 *this = GrGLSLVarying();
123 void addVarying(const char* name, GrGLSLVarying* varying,
DGrGLSLVarying.cpp16 GrGLSLVarying v(vsVar.getType()); in addPassThroughAttribute()
39 void GrGLSLVaryingHandler::addVarying(const char* name, GrGLSLVarying* varying, in addVarying()
DGrGLSLFragmentShaderBuilder.h17 class GrGLSLVarying; variable
/third_party/skia/src/gpu/effects/
DGrAtlasedShaderHelpers.h21 GrGLSLVarying* uv, in append_index_uv_varyings()
22 GrGLSLVarying* texIdx, in append_index_uv_varyings()
23 GrGLSLVarying* st) { in append_index_uv_varyings()
80 const GrGLSLVarying& texIdx, in append_multitexture_lookup()
DGrDistanceFieldGeoProc.cpp94 GrGLSLVarying uv, texIdx, st; in onEmitCode()
358 GrGLSLVarying uv, texIdx, st; in onEmitCode()
642 GrGLSLVarying uv, texIdx, st; in onEmitCode()
651 GrGLSLVarying delta(kFloat_GrSLType); in onEmitCode()
/third_party/flutter/skia/src/gpu/effects/
DGrAtlasedShaderHelpers.h20 GrGLSLVarying *uv, in append_index_uv_varyings()
21 GrGLSLVarying *texIdx, in append_index_uv_varyings()
22 GrGLSLVarying *st) { in append_index_uv_varyings()
70 const GrGLSLVarying &texIdx, in append_multitexture_lookup()
DGrDistanceFieldGeoProc.cpp69 GrGLSLVarying uv(kFloat2_GrSLType); in onEmitCode()
71 GrGLSLVarying texIdx(texIdxType); in onEmitCode()
72 GrGLSLVarying st(kFloat2_GrSLType); in onEmitCode()
347 GrGLSLVarying uv(kFloat2_GrSLType); in onEmitCode()
349 GrGLSLVarying texIdx(texIdxType); in onEmitCode()
350 GrGLSLVarying st(kFloat2_GrSLType); in onEmitCode()
653 GrGLSLVarying uv(kFloat2_GrSLType); in onEmitCode()
655 GrGLSLVarying texIdx(texIdxType); in onEmitCode()
656 GrGLSLVarying st(kFloat2_GrSLType); in onEmitCode()
660 GrGLSLVarying delta(kFloat_GrSLType); in onEmitCode()
DGrBitmapTextGeoProc.cpp41 GrGLSLVarying uv(kFloat2_GrSLType); in onEmitCode()
43 GrGLSLVarying texIdx(texIdxType); in onEmitCode()
/third_party/skia/src/gpu/ops/
DAtlasInstancedHelper.cpp45 GrGLSLVarying atlasCoord(kFloat2_GrSLType); in injectShaderCode()
66 GrGLSLVarying atlasBounds(kFloat4_GrSLType); in injectShaderCode()
/third_party/flutter/skia/src/gpu/gl/
DGrGLVaryingHandler.h23 VaryingHandle addPathProcessingVarying(const char* name, GrGLSLVarying*);
DGrGLVaryingHandler.cpp16 GrGLSLVarying* v) { in addPathProcessingVarying()
/third_party/flutter/skia/gm/
Dsamplelocations.cpp123 GrGLSLVarying coord(kFloat2_GrSLType); in onEmitCode()
124 GrGLSLVarying grad(kFloat2_GrSLType); in onEmitCode()
/third_party/skia/src/gpu/
DGrGeometryProcessor.cpp115 auto baseLocalCoordFSVar = [&, baseLocalCoord = GrGLSLVarying()]() mutable { in collectTransforms()
119 baseLocalCoord = GrGLSLVarying(localCoordsVar.getType()); in collectTransforms()
184 varying = GrGLSLVarying(hasPerspective ? kFloat3_GrSLType : kFloat2_GrSLType); in collectTransforms()

123