Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3726 void TGlslangToSpvTraverser::makeFunctions(const glslang::TIntermSequence& glslFunctions) in makeFunctions() argument
3746 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() argument
3824 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in visitFunctions()
3825 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate(); in visitFunctions()