Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DGlslangToSpv.cpp5695 void TGlslangToSpvTraverser::makeFunctions(const glslang::TIntermSequence& glslFunctions) in makeFunctions() argument
5720 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() argument
5865 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in visitFunctions()
5866 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate(); in visitFunctions()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp5453 void TGlslangToSpvTraverser::makeFunctions(const glslang::TIntermSequence& glslFunctions) in makeFunctions() argument
5476 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() argument
5618 for (int f = 0; f < (int)glslFunctions.size(); ++f) { in visitFunctions()
5619 glslang::TIntermAggregate* node = glslFunctions[f]->getAsAggregate(); in visitFunctions()