Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp894 bool opIsIndex = op == EOpIndexDirect || op == EOpIndexIndirect; in transformExpression() local
895 bool isArrayIndex = opIsIndex && previousAncestorType.isArray(); in transformExpression()
896 bool isMatrixIndex = opIsIndex && previousAncestorType.isMatrix(); in transformExpression()
906 ASSERT(!isMatrixSecondarySubscript || (opIsIndex && !isArrayIndex)); in transformExpression()