Searched refs:glslFunctions (Results 1 – 1 of 1) sorted by relevance
3726 void TGlslangToSpvTraverser::makeFunctions(const glslang::TIntermSequence& glslFunctions) in makeFunctions() argument3746 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in makeFunctions()3747 glslang::TIntermAggregate* glslFunction = glslFunctions[f]->getAsAggregate(); in makeFunctions()3822 void TGlslangToSpvTraverser::visitFunctions(const glslang::TIntermSequence& glslFunctions) in visitFunctions() argument3824 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in visitFunctions()3825 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate(); in visitFunctions()