Searched refs:fSectionAndParameterHelper (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLHCodeGenerator.cpp | 28 , fSectionAndParameterHelper(*program, *errors) {} in HCodeGenerator() 123 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection() 135 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams() 179 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake() 190 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake() 205 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection() 222 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() 236 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() 241 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor() 254 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor() [all …]
|
D | SkSLCPPCodeGenerator.cpp | 28 , fSectionAndParameterHelper(*program, *errors) { in CPPCodeGenerator() 221 for (const auto param : fSectionAndParameterHelper.getParameters()) { in getSamplerHandle() 465 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection() 847 const Section* section = fSectionAndParameterHelper.getSection(SET_DATA_SECTION); in writeSetData() 963 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeOnTextureSampler() 986 if (fSectionAndParameterHelper.getSection(FIELDS_SECTION)) { in writeClone() 993 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeClone() 1002 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeClone() 1011 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeClone() 1037 const Section* test = fSectionAndParameterHelper.getSection(TEST_CODE_SECTION); in writeTest() [all …]
|
D | SkSLPipelineStageCodeGenerator.cpp | 24 , fSectionAndParameterHelper(*program, *errors) in PipelineStageCodeGenerator() 203 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()
|
D | SkSLPipelineStageCodeGenerator.h | 57 SectionAndParameterHelper fSectionAndParameterHelper; variable
|
D | SkSLHCodeGenerator.h | 79 SectionAndParameterHelper fSectionAndParameterHelper; variable
|
D | SkSLCPPCodeGenerator.h | 122 SectionAndParameterHelper fSectionAndParameterHelper; variable
|
/external/skia/src/sksl/codegen/ |
D | SkSLHCodeGenerator.cpp | 32 , fSectionAndParameterHelper(program, *errors) {} in HCodeGenerator() 130 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection() 142 const Section* section = fSectionAndParameterHelper.getSection(kConstructorParamsSection); in writeExtraConstructorParams() 186 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake() 197 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake() 213 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection() 230 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() 244 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() 250 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor() 271 for (const Variable* param : fSectionAndParameterHelper.getParameters()) { in writeConstructor() [all …]
|
D | SkSLCPPCodeGenerator.cpp | 32 , fSectionAndParameterHelper(program, *errors) { in CPPCodeGenerator() 247 for (const auto param : fSectionAndParameterHelper.getParameters()) { in getSamplerHandle() 579 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection() 972 const Section* section = fSectionAndParameterHelper.getSection(kSetDataSection); in writeSetData() 1088 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeOnTextureSampler() 1111 if (fSectionAndParameterHelper.getSection(kFieldsSection)) { in writeClone() 1118 for (const Variable* param : fSectionAndParameterHelper.getParameters()) { in writeClone() 1129 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeClone() 1154 if (fSectionAndParameterHelper.getSection(kFieldsSection)) { in writeDumpInfo() 1162 for (const Variable* param : fSectionAndParameterHelper.getParameters()) { in writeDumpInfo() [all …]
|
D | SkSLDSLCPPCodeGenerator.cpp | 50 , fSectionAndParameterHelper(program, *errors) { in DSLCPPCodeGenerator() 856 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection() 1062 const Section* section = fSectionAndParameterHelper.getSection(kSetDataSection); in writeSetData() 1168 if (fSectionAndParameterHelper.getSection(kFieldsSection)) { in writeClone() 1175 for (const Variable* param : fSectionAndParameterHelper.getParameters()) { in writeClone() 1202 if (fSectionAndParameterHelper.getSection(kFieldsSection)) { in writeDumpInfo() 1210 for (const Variable* param : fSectionAndParameterHelper.getParameters()) { in writeDumpInfo() 1249 const Section* test = fSectionAndParameterHelper.getSection(kTestCodeSection); in writeTest() 1426 for (const Variable* param : fSectionAndParameterHelper.getParameters()) { in generateCode() 1442 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()
|
D | SkSLHCodeGenerator.h | 82 SectionAndParameterHelper fSectionAndParameterHelper; variable
|
D | SkSLCPPCodeGenerator.h | 134 SectionAndParameterHelper fSectionAndParameterHelper; variable
|
D | SkSLDSLCPPCodeGenerator.h | 126 SectionAndParameterHelper fSectionAndParameterHelper; variable
|