Searched refs:secondaryIndex (Results 1 – 3 of 3) sorted by relevance
1218 for (unsigned int secondaryIndex = 0; in getPixelShaderOutputKey() local1219 secondaryIndex < data.getExtensions().maxDualSourceDrawBuffers; secondaryIndex++) in getPixelShaderOutputKey()1223 outputKeyVariable.name = "gl_SecondaryColor" + Str(secondaryIndex); in getPixelShaderOutputKey()1224 outputKeyVariable.source = "gl_SecondaryColor[" + Str(secondaryIndex) + "]"; in getPixelShaderOutputKey()1225 outputKeyVariable.outputLocation = secondaryIndex; in getPixelShaderOutputKey()
1259 for (unsigned int secondaryIndex = 0; in getPixelShaderOutputKey() local1260 secondaryIndex < data.getCaps().maxDualSourceDrawBuffers; secondaryIndex++) in getPixelShaderOutputKey()1264 outputKeyVariable.name = "gl_SecondaryColor" + Str(secondaryIndex); in getPixelShaderOutputKey()1265 outputKeyVariable.source = "gl_SecondaryColor[" + Str(secondaryIndex) + "]"; in getPixelShaderOutputKey()1266 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()