Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DlinkValidate.cpp418 TIntermAggregate* unitBody = unitGlobals[unitChild]->getAsAggregate(); in mergeBodies() local
419 …if (body && unitBody && body->getOp() == EOpFunction && unitBody->getOp() == EOpFunction && body->… in mergeBodies()