Home
last modified time | relevance | path

Searched refs:matSizeName (Results 1 – 4 of 4) 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.cpp811 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local
842 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()
885 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
916 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp931 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local
965 op << "uniform mediump int " << matSizeName << ";\n"; in createMatrixSubscriptCase()
1014 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
1051 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp890 const char* matSizeName = getIntUniformName(numCols); in createMatrixSubscriptCase() local
920 …= " << numCols << ") uniform something" << numCols << " { mediump int " << matSizeName << "; };\n"; in createMatrixSubscriptCase()
963 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()
994 op << " for (int i = 0; i < " << matSizeName << "; i++)\n"; in createMatrixSubscriptCase()