Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.h448 bool hasDuplicateOffsets() const;
DIntermNode.cpp1545 bool TIntermSwizzle::hasDuplicateOffsets() const in hasDuplicateOffsets() function in sh::TIntermSwizzle
1883 bool hadDuplicateOffsets = operandSwizzle->hasDuplicateOffsets(); in fold()
DParseContext.cpp520 if (ok && swizzleNode->hasDuplicateOffsets()) in checkCanBeLValue()