Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp896 bool isArrayIndex = opIsIndex && previousAncestorType.isArray(); in transformExpression() local
900 bool isMatrixPrimarySubscript = isMatrixIndex && !isArrayIndex; in transformExpression()
907 ASSERT(!isMatrixSecondarySubscript || (opIsIndex && !isArrayIndex)); in transformExpression()