Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp27 bool CompareStructure(const TType& leftNodeType, ConstantUnion* rightUnionArray, ConstantUnion* lef…
1207 if (!CompareStructure(*(fields[j]->type()), &rightUnionArray[index], &leftUnionArray[index])) in CompareStruct()
1220 bool CompareStructure(const TType& leftNodeType, ConstantUnion* rightUnionArray, ConstantUnion* lef… in CompareStructure() function
1714 …tempConstArray->setBConst(CompareStructure(node->getType(), node->getUnionArrayPointer(), unionArr… in fold()
1735 …tempConstArray->setBConst(!CompareStructure(node->getType(), node->getUnionArrayPointer(), unionAr… in fold()