Searched refs:secondaryIndex (Results 1 – 2 of 2) sorted by relevance
1526 for (unsigned int secondaryIndex = 0; in getPixelShaderOutputKey() local1527 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()
1232 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()