Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1218 for (unsigned int secondaryIndex = 0; in getPixelShaderOutputKey() local
1219 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDynamicHLSL.cpp1259 for (unsigned int secondaryIndex = 0; in getPixelShaderOutputKey() local
1260 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()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/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()