Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DIntermediate.cpp19 bool CompareStructure(const TType& leftNodeType, ConstantUnion* rightUnionArray, ConstantUnion* lef…
1044 … if (!CompareStructure(*(*fields)[j].type, &rightUnionArray[index], &leftUnionArray[index])) in CompareStruct()
1057 bool CompareStructure(const TType& leftNodeType, ConstantUnion* rightUnionArray, ConstantUnion* lef… in CompareStructure() function
1283 … if (!CompareStructure(node->getType(), node->getUnionArrayPointer(), unionArray)) in fold()
1309 if (CompareStructure(node->getType(), node->getUnionArrayPointer(), unionArray)) in fold()