Searched refs:glslFunctions (Results 1 – 2 of 2) sorted by relevance
5695 void TGlslangToSpvTraverser::makeFunctions(const glslang::TIntermSequence& glslFunctions) in makeFunctions() argument5720 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in makeFunctions()5721 glslang::TIntermAggregate* glslFunction = glslFunctions[f]->getAsAggregate(); in makeFunctions()5863 void TGlslangToSpvTraverser::visitFunctions(const glslang::TIntermSequence& glslFunctions) in visitFunctions() argument5865 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in visitFunctions()5866 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate(); in visitFunctions()
5453 void TGlslangToSpvTraverser::makeFunctions(const glslang::TIntermSequence& glslFunctions) in makeFunctions() argument5476 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in makeFunctions()5477 glslang::TIntermAggregate* glslFunction = glslFunctions[f]->getAsAggregate(); in makeFunctions()5616 void TGlslangToSpvTraverser::visitFunctions(const glslang::TIntermSequence& glslFunctions) in visitFunctions() argument5618 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in visitFunctions()5619 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate(); in visitFunctions()