Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp841 const char* matSizeName = getIntUniformName(matSize); in createMatrixSubscriptCase() local
868 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()
911 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
942 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp810 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local
841 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()
884 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
915 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()