Searched refs:fSectionAndParameterHelper (Results 1 – 6 of 6) sorted by relevance
28 , fSectionAndParameterHelper(*program, *errors) {} in HCodeGenerator()126 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()138 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams()182 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()193 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()208 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()225 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()239 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor()251 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()257 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()[all …]
28 , fSectionAndParameterHelper(*program, *errors) { in CPPCodeGenerator()254 for (const auto param : fSectionAndParameterHelper.getParameters()) { in getSamplerHandle()515 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()888 const Section* section = fSectionAndParameterHelper.getSection(SET_DATA_SECTION); in writeSetData()1004 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeOnTextureSampler()1027 if (fSectionAndParameterHelper.getSection(FIELDS_SECTION)) { in writeClone()1034 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeClone()1040 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeClone()1054 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeClone()1087 const Section* test = fSectionAndParameterHelper.getSection(TEST_CODE_SECTION); in writeTest()[all …]
57 SectionAndParameterHelper fSectionAndParameterHelper; variable
24 , fSectionAndParameterHelper(*program, *errors) in PipelineStageCodeGenerator()208 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()
79 SectionAndParameterHelper fSectionAndParameterHelper; variable
122 SectionAndParameterHelper fSectionAndParameterHelper; variable