Home
last modified time | relevance | path

Searched refs:fFp (Results 1 – 25 of 143) sorted by relevance

123456

/external/skia/src/gpu/glsl/
DGrGLSLFragmentProcessor.cpp21 SkASSERT(args.fFp.childProcessor(childIndex)); in emitChildFunction()
33 *args.fFp.childProcessor(childIndex), in emitChildFunction()
49 const GrFragmentProcessor* childProc = args.fFp.childProcessor(childIndex); in invokeChild()
81 const GrFragmentProcessor* childProc = args.fFp.childProcessor(childIndex); in invokeChildWithMatrix()
96 args.fFp, SkString(childProc->sampleUsage().fExpression)); in invokeChildWithMatrix()
DGrGLSLFragmentShaderBuilder.cpp47 if (!args.fFp.isSampledWithExplicitCoords()) { in writeProcessorFunction()
54 if (args.fFp.referencesSampleCoords()) { in writeProcessorFunction()
78 SkString funcName = this->getMangledFunctionName(args.fFp.name()); in writeProcessorFunction()
DGrGLSLFragmentProcessor.h105 , fFp(fp) in EmitArgs()
112 const GrFragmentProcessor& fFp; member
/external/skqp/src/gpu/glsl/
DGrGLSLFragmentProcessor.h112 , fFp(fp) in EmitArgs()
120 const GrFragmentProcessor& fFp; member
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp27 const GrSkSLFP& fp = args.fFp.cast<GrSkSLFP>(); in emitCode()
68 fArgs.fUniformHandler->addUniformArray(&fArgs.fFp.cast<GrSkSLFP>(), in emitCode()
111 const GrFragmentProcessor* child = fArgs.fFp.childProcessor(index); in emitCode()
/external/skia/tests/sksl/fp/
DGrSectionFields.cpp20 const GrSectionFields& _outer = args.fFp.cast<GrSectionFields>(); in emitCode()
DGrSectionClass.cpp20 const GrSectionClass& _outer = args.fFp.cast<GrSectionClass>(); in emitCode()
DGrUseExplicitReturn.cpp20 const GrUseExplicitReturn& _outer = args.fFp.cast<GrUseExplicitReturn>(); in emitCode()
DGrModuloOp.cpp20 const GrModuloOp& _outer = args.fFp.cast<GrModuloOp>(); in emitCode()
DGrSectionInitializers.cpp20 const GrSectionInitializers& _outer = args.fFp.cast<GrSectionInitializers>(); in emitCode()
DGrSectionMake.cpp20 const GrSectionMake& _outer = args.fFp.cast<GrSectionMake>(); in emitCode()
DGrSectionHeader.cpp20 const GrSectionHeader& _outer = args.fFp.cast<GrSectionHeader>(); in emitCode()
DGrSectionConstructor.cpp20 const GrSectionConstructor& _outer = args.fFp.cast<GrSectionConstructor>(); in emitCode()
DGrHelloWorld.cpp20 const GrHelloWorld& _outer = args.fFp.cast<GrHelloWorld>(); in emitCode()
DGrSectionCpp.cpp20 const GrSectionCpp& _outer = args.fFp.cast<GrSectionCpp>(); in emitCode()
DGrSectionDumpInfo.cpp20 const GrSectionDumpInfo& _outer = args.fFp.cast<GrSectionDumpInfo>(); in emitCode()
DGrMainCoords.cpp20 const GrMainCoords& _outer = args.fFp.cast<GrMainCoords>(); in emitCode()
DGrSectionEmitCode.cpp20 const GrSectionEmitCode& _outer = args.fFp.cast<GrSectionEmitCode>(); in emitCode()
/external/skqp/src/gpu/effects/
DGrLumaColorFilterEffect.cpp23 const GrLumaColorFilterEffect& _outer = args.fFp.cast<GrLumaColorFilterEffect>(); in emitCode()
DGrPremulInputFragmentProcessor.cpp24 args.fFp.cast<GrPremulInputFragmentProcessor>(); in emitCode()
DGrBlurredEdgeFragmentProcessor.cpp24 args.fFp.cast<GrBlurredEdgeFragmentProcessor>(); in emitCode()
/external/skia/tests/sksl/dslfp/
DGrDSLFPTest_HelloWorld.dsl.cpp23 … [[maybe_unused]] const GrDSLFPTest_HelloWorld& _outer = args.fFp.cast<GrDSLFPTest_HelloWorld>(); in emitCode()
/external/skia/src/gpu/effects/generated/
DGrHSLToRGBFilterEffect.cpp25 const GrHSLToRGBFilterEffect& _outer = args.fFp.cast<GrHSLToRGBFilterEffect>(); in emitCode()
DGrRGBToHSLFilterEffect.cpp25 const GrRGBToHSLFilterEffect& _outer = args.fFp.cast<GrRGBToHSLFilterEffect>(); in emitCode()
DGrBlurredEdgeFragmentProcessor.cpp26 args.fFp.cast<GrBlurredEdgeFragmentProcessor>(); in emitCode()

123456