Home
last modified time | relevance | path

Searched refs:SectionAndParameterHelper (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/sksl/
DSkSLSectionAndParameterHelper.h39 class SectionAndParameterHelper {
41 SectionAndParameterHelper(const Program& program, ErrorReporter& errors) { in SectionAndParameterHelper() function
DSkSLPipelineStageCodeGenerator.h57 SectionAndParameterHelper fSectionAndParameterHelper;
DSkSLHCodeGenerator.h79 SectionAndParameterHelper fSectionAndParameterHelper;
DSkSLCPPCodeGenerator.h122 SectionAndParameterHelper fSectionAndParameterHelper;
DSkSLCPPCodeGenerator.cpp295 } else if (SectionAndParameterHelper::IsParameter(ref.fVariable)) { in writeVariableReference()
814 if (SectionAndParameterHelper::IsParameter(*decl.fVar) && in writeEmitCode()
942 } else if (SectionAndParameterHelper::IsParameter(*decl.fVar) && in writeSetData()
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h39 class SectionAndParameterHelper {
41 SectionAndParameterHelper(const Program& program, ErrorReporter& errors) { in SectionAndParameterHelper() function
DSkSLPipelineStageCodeGenerator.h57 SectionAndParameterHelper fSectionAndParameterHelper;
DSkSLHCodeGenerator.h79 SectionAndParameterHelper fSectionAndParameterHelper;
DSkSLCPPCodeGenerator.h122 SectionAndParameterHelper fSectionAndParameterHelper;
DSkSLCPPCodeGenerator.cpp321 } else if (SectionAndParameterHelper::IsParameter(ref.fVariable)) { in writeVariableReference()
847 if (SectionAndParameterHelper::IsParameter(*decl.fVar) && in writeEmitCode()
975 } else if (SectionAndParameterHelper::IsParameter(*decl.fVar) && in writeSetData()