Searched refs:opNdx (Results 1 - 7 of 7) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp932 for (int opNdx = 0; opNdx < numOps; opNdx++)
934 const string varName = indicesPrefix + de::toString(opNdx);
941 for (int opNdx = 0; opNdx < numOps; opNdx++)
943 const string varName = resultPrefix + de::toString(opNdx);
947 for (int opNdx = 0; opNdx < numOp
949 code << resultPrefix << opNdx << " = atomicCounterIncrement(counter["; local
956 code << indicesPrefix << opNdx; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fColorClearTest.cpp175 for (int opNdx = 0; opNdx < (int)clearOps.size(); opNdx++)
177 ClearInfo& op = clearOps[opNdx];
190 for (int opNdx = (int)scanlineClearOps.size() - 1; opNdx >= 0; opNdx--)
192 const ClearInfo& op = scanlineClearOps[opNdx];
H A Des2fShaderMatrixTests.cpp1145 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++)
1147 const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (reducedInputTypes);
1148 const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedInputTypes)) : (DE_LENGTH_OF_ARRAY(reducedInputTypes));
1149 const MatrixOp op = ops[opNdx].op;
1150 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc);
/external/deqp/modules/gles3/functional/
H A Des3fColorClearTest.cpp175 for (int opNdx = 0; opNdx < (int)clearOps.size(); opNdx++)
177 ClearInfo& op = clearOps[opNdx];
190 for (int opNdx = (int)scanlineClearOps.size() - 1; opNdx >= 0; opNdx--)
192 const ClearInfo& op = scanlineClearOps[opNdx];
H A Des3fShaderMatrixTests.cpp1861 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++)
1863 const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (reducedInputTypes);
1864 const int inTypeListSize = (ops[opNdx].extendedInputTypeCases) ? (DE_LENGTH_OF_ARRAY(extendedInputTypes)) : (DE_LENGTH_OF_ARRAY(reducedInputTypes));
1865 const MatrixOp op = ops[opNdx].op;
1866 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc);
1875 if (ops[opNdx].createInputTypeGroup)
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1897 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(binaryOps); opNdx++)
1899 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, "");
1915 const char* const op = binaryOps[opNdx].op;
1916 const bool useSwizzle = binaryOps[opNdx].swizzle;
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1905 for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(binaryOps); opNdx++)
1907 tcu::TestCaseGroup* const opGroup = new tcu::TestCaseGroup(m_testCtx, binaryOps[opNdx].name, "");
1923 const char* const op = binaryOps[opNdx].op;
1924 const bool useSwizzle = binaryOps[opNdx].swizzle;

Completed in 279 milliseconds