Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp1533 unsigned int semantics = 0, storageClassSemantics = 0; in memorySemanticsCheck() local
1546 storageClassSemantics = (*argp)[3]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1550 storageClassSemantics = (*argp)[2]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1554 storageClassSemantics = (*argp)[4]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1568 storageClassSemantics = (*argp)[4]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1572 storageClassSemantics = (*argp)[3]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1576 storageClassSemantics = (*argp)[5]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1583 storageClassSemantics = (*argp)[2]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1587 storageClassSemantics = (*argp)[1]->getAsConstantUnion()->getConstArray()[0].getIConst(); in memorySemanticsCheck()
1617 if (((storageClassSemantics | storageClassSemantics2) & ~(gl_StorageSemanticsBuffer | in memorySemanticsCheck()
[all …]