Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.h445 bool hasDuplicateOffsets() const;
DIntermNode.cpp1466 bool TIntermSwizzle::hasDuplicateOffsets() const in hasDuplicateOffsets() function in sh::TIntermSwizzle
1787 bool hadDuplicateOffsets = operandSwizzle->hasDuplicateOffsets(); in fold()
DParseContext.cpp487 if (ok && swizzleNode->hasDuplicateOffsets()) in checkCanBeLValue()