Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1526 for (unsigned int secondaryIndex = 0; in getPixelShaderOutputKey() local
1527 secondaryIndex < data.getCaps().maxDualSourceDrawBuffers; secondaryIndex++) in getPixelShaderOutputKey()
1531 outputKeyVariable.name = "gl_SecondaryColor" + Str(secondaryIndex); in getPixelShaderOutputKey()
1532 outputKeyVariable.source = "gl_SecondaryColor[" + Str(secondaryIndex) + "]"; in getPixelShaderOutputKey()
1533 outputKeyVariable.outputLocation = secondaryIndex; in getPixelShaderOutputKey()
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp1232 for (TIntermNode *secondaryIndex : *secondaryIndices) in transformReadExpression()
1234 TOperator secondaryIndexOp = GetIndexOp(secondaryIndex); in transformReadExpression()
1235 TIntermTyped *secondaryIndexAsTyped = secondaryIndex->getAsTyped(); in transformReadExpression()
1349 for (TIntermNode *secondaryIndex : *secondaryIndices) in transformWriteExpression()
1351 TOperator secondaryIndexOp = GetIndexOp(secondaryIndex); in transformWriteExpression()
1352 TIntermTyped *secondaryIndexAsTyped = secondaryIndex->getAsTyped(); in transformWriteExpression()