Home
last modified time | relevance | path

Searched refs:fVertBuilder (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader_InstancedImpl.cpp22 args.fVertBuilder->defineConstant("float", "PI", "3.141592653589793238"); in onEmitCode()
26 args.fVertBuilder->insertFunction(kNumRadialSegmentsPerRadianFn); in onEmitCode()
28 args.fVertBuilder->insertFunction(kCosineBetweenVectorsFn); in onEmitCode()
29 args.fVertBuilder->insertFunction(kMiterExtentFn); in onEmitCode()
30 args.fVertBuilder->insertFunction(kUncheckedMixFn); in onEmitCode()
31 args.fVertBuilder->insertFunction(skgpu::wangs_formula::as_sksl().c_str()); in onEmitCode()
40 args.fVertBuilder->codeAppendf(R"( in onEmitCode()
50 args.fVertBuilder->codeAppendf(R"( in onEmitCode()
62 args.fVertBuilder->codeAppendf("%s = dynamicColorAttr;", dynamicColor.vsOut()); in onEmitCode()
67 args.fVertBuilder in onEmitCode()
[all...]
H A DGrPathTessellationShader.cpp129 args.fVertBuilder->codeAppendf("float2x2 AFFINE_MATRIX = float2x2(%s);", affineMatrix); in onEmitCode()
130 args.fVertBuilder->codeAppendf("float2 TRANSLATE = %s;", translate); in onEmitCode()
133 args.fVertBuilder, in onEmitCode()
H A DGrStrokeTessellationShader_HardwareImpl.cpp18 auto* v = args.fVertBuilder; in onEmitCode()
/third_party/skia/src/gpu/effects/
H A DGrAtlasedShaderHelpers.h31 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
37 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
43 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
52 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
58 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
66 args.fVertBuilder->codeAppendf(R"code( in append_index_uv_varyings()
78 args.fVertBuilder->codeAppendf( in append_index_uv_varyings()
87 args.fVertBuilder->codeAppendf("%s = %s(texIdx);", texIdx->vsOut(), cast); in append_index_uv_varyings()
92 args.fVertBuilder->codeAppendf("%s = unormTexCoords;", st->vsOut()); in append_index_uv_varyings()
H A DGrShadowGeoProc.cpp25 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
H A DGrBezierEffect.cpp52 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder; in onEmitCode()
249 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder; in onEmitCode()
H A DGrDistanceFieldGeoProc.cpp56 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
352 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
626 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
H A DGrBitmapTextGeoProc.cpp48 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
/third_party/skia/gm/
H A Dtessellation.cpp81 args.fVertBuilder->declareGlobal(
83 args.fVertBuilder->codeAppendf(R"(
199 args.fVertBuilder->declareGlobal(
201 args.fVertBuilder->codeAppendf("M_ = %s;", viewMatrix);
H A Dfwidth_squircle.cpp115 auto* v = args.fVertBuilder; in makeProgramImpl()
/third_party/skia/src/gpu/ops/
H A DAtlasInstancedHelper.cpp52 args.fVertBuilder->codeAppendf(R"( in injectShaderCode()
69 args.fVertBuilder->codeAppendf(R"( in injectShaderCode()
H A DDrawAtlasPathOp.cpp92 args.fVertBuilder->codeAppendf(R"(
96 args.fVertBuilder->codeAppendf(R"(
101 args.fVertBuilder->codeAppendf(R"(
H A DQuadPerEdgeAA.cpp701 args.fVertBuilder->codeAppendf("float3 position = %s.xyz;",
704 args.fVertBuilder->codeAppendf("float2 position = %s.xy;",
750 args.fVertBuilder->codeAppendf("%s = %s;",
791 args.fVertBuilder->codeAppendf("%s = %s.w * %s.z;",
797 args.fVertBuilder->codeAppendf("%s = %s;",
H A DPathStencilCoverOp.cpp77 args.fVertBuilder->codeAppend(R"( in makeProgramImpl()
80 args.fVertBuilder->codeAppend(R"( in makeProgramImpl()
H A DDashOp.cpp771 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder; in onEmitCode()
970 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder; in onEmitCode()
H A DLatticeOp.cpp74 WriteOutputPosition(args.fVertBuilder, gpArgs, latticeGP.fInPosition.name());
H A DGrOvalOpFactory.cpp146 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
334 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
601 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
808 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
/third_party/skia/tools/gpu/
H A DTestOps.cpp51 args.fVertBuilder->codeAppendf("%s = %s;", colorVarying.vsOut(), gp.fInColor.name());
55 WriteOutputPosition(args.fVertBuilder, gpArgs, gp.fInPosition.name());
56 WriteLocalCoord(args.fVertBuilder,
/third_party/skia/src/gpu/
H A DGrGeometryProcessor.h301 : fVertBuilder(vertBuilder) in EmitArgs()
310 GrGLSLVertexBuilder* fVertBuilder; member
H A DGrGeometryProcessor.cpp75 FPCoordsMap transformMap = this->collectTransforms(args.fVertBuilder, in emitCode()
88 GrGLSLVertexBuilder* vBuilder = args.fVertBuilder; in emitCode()
H A DGrDefaultGeoProcFactory.cpp106 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
/third_party/skia/bench/
H A DVertexColorSpaceBench.cpp60 GrGLSLVertexBuilder* vertBuilder = args.fVertBuilder;
85 WriteOutputPosition(args.fVertBuilder, gpArgs, gp.fInPosition.name());
/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp87 WriteOutputPosition(args.fVertBuilder, gpArgs, gp.fAttributes[0].name());
H A DGrPipelineDynamicStateTest.cpp102 GrGLSLVertexBuilder* v = args.fVertBuilder;
H A DGrMeshTest.cpp505 GrGLSLVertexBuilder* v = args.fVertBuilder;

Completed in 27 milliseconds

12