Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp906 bool isMatrixSecondarySubscript = primaryIndex != nullptr; in transformExpression() local
907 ASSERT(!isMatrixSecondarySubscript || (opIsIndex && !isArrayIndex)); in transformExpression()
922 else if (isMatrixSecondarySubscript) in transformExpression()