Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DIntermediate.cpp1104 TType typeWithoutArrayness = leftNodeType; in CompareStructure() local
1105 typeWithoutArrayness.clearArrayness(); in CompareStructure()
1110 size_t offset = typeWithoutArrayness.getObjectSize() * i; in CompareStructure()
1111 … if (!CompareStruct(typeWithoutArrayness, &rightUnionArray[offset], &leftUnionArray[offset])) in CompareStructure()