Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp4618 const glslang::TIntermSequence& glslangArgs = node->getSequence(); local
4633 for (int a = 0; a < (int)glslangArgs.size(); ++a) {
4634 argTypes.push_back(&glslangArgs[a]->getAsTyped()->getType());
4637 glslangArgs[a]->traverse(this);
4656 for (int a = 0; a < (int)glslangArgs.size(); ++a) {
4695 for (int a = 0; a < (int)glslangArgs.size(); ++a) {