Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp1708 int compArg = -1; // track which argument, if any, is the constant component argument in builtInOpCheck() local
1716 compArg = 2; in builtInOpCheck()
1730 compArg = 3; in builtInOpCheck()
1735 compArg = 3; in builtInOpCheck()
1744 if (compArg > 0 && compArg < fnCandidate.getParamCount()) { in builtInOpCheck()
1745 if ((*argp)[compArg]->getAsConstantUnion()) { in builtInOpCheck()
1746 int value = (*argp)[compArg]->getAsConstantUnion()->getConstArray()[0].getIConst(); in builtInOpCheck()
2106 int compArg = -1; // track which argument, if any, is the constant component argument in nonOpBuiltInCheck() local
2118 compArg = 3; in nonOpBuiltInCheck()
2122 compArg = 3; in nonOpBuiltInCheck()
[all …]
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5841 int compArg = -1; // track which argument, if any, is the constant component argument in builtInOpCheck() local
5849 compArg = 2; in builtInOpCheck()
5855 compArg = 3; in builtInOpCheck()
5859 compArg = 3; in builtInOpCheck()
5865 if (compArg > 0 && compArg < fnCandidate.getParamCount()) { in builtInOpCheck()
5866 if (aggArgs[compArg]->getAsConstantUnion()) { in builtInOpCheck()
5867 int value = aggArgs[compArg]->getAsConstantUnion()->getConstArray()[0].getIConst(); in builtInOpCheck()