/external/deqp/modules/gles31/functional/ |
D | es31fShaderAtomicOpTests.cpp | 282 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local 284 const int groupOffset = groupNdx*workGroupSize; in verify() 285 const int groupOutput = *(const int*)((const deUint8*)groupOutputs + groupNdx*groupStride); in verify() 298 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected sum " << v… in verify() 309 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify() 318 …m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << loc… in verify() 331 …essage << "ERROR: could not find maximum expected value from group " << groupNdx << TestLog::EndMe… in verify() 337 …estLog::Message << "ERROR: could not find initial value from group " << groupNdx << TestLog::EndMe… in verify() 436 for (int groupNdx = 0; groupNdx < numWorkGroups; groupNdx++) in verify() local 438 const int groupOffset = groupNdx*workGroupSize; in verify() [all …]
|
D | es31fInternalFormatQueryTests.cpp | 414 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(textureTargets); ++groupNdx) in init() local 416 …TestCaseGroup(m_testCtx, textureTargets[groupNdx].name, glu::getInternalFormatTargetName(textureTa… in init() 417 const glw::GLenum texTarget = textureTargets[groupNdx].target; in init()
|
D | es31fBasicComputeShaderTests.cpp | 657 for (int groupNdx = 0; groupNdx < workGroupCount; groupNdx++) in iterate() local 661 const int globalOffs = groupNdx*workGroupSize; in iterate() 867 for (int groupNdx = 0; groupNdx < workGroupCount; groupNdx++) in iterate() local 871 const int globalOffs = groupNdx*workGroupSize; in iterate() 959 for (int groupNdx = 0; groupNdx < workGroupCount; groupNdx++) in iterate() local 963 const int globalOffs = groupNdx*workGroupSize; in iterate()
|
D | es31fSynchronizationTests.cpp | 3164 for (int groupNdx = 0; groupNdx < 2; ++groupNdx) in init() local 3166 …tcu::TestCaseGroup* const targetGroup = (groupNdx == 0) ? (inInvocationGroup) : (interInvocationGr… in init() 3167 const int extraFlags = (groupNdx == 0) ? (0) : (InterInvocationTestCase::FLAG_IN_GROUP); in init()
|
/external/deqp/scripts/ |
D | testset.py | 203 groupNdx = 0 205 group = groups[groupNdx] 207 del groups[groupNdx] 208 if groupNdx == len(groups): 209 groupNdx -= 1 216 groupNdx = (groupNdx + 1) % len(groups)
|
/external/deqp/modules/egl/ |
D | teglCreateContextExtTests.cpp | 1094 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(groups); groupNdx++) in init() local 1098 filter << groups[groupNdx].colorFilter in init() 1099 << groups[groupNdx].depthFilter in init() 1100 << groups[groupNdx].stencilFilter in init() 1103 …Case(m_eglTestCtx, m_api, &(m_attribList[0]), filter, groups[groupNdx].name, groups[groupNdx].desc… in init() 1207 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(groupList); groupNdx++) in init() local 1208 …stCtx, groupList[groupNdx].api, groupList[groupNdx].apiBit, groupList[groupNdx].attribList, groupL… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderControlStatementTests.cpp | 933 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(loopGroups); groupNdx++) in init() local 935 …ntLoopGroup = new tcu::TestCaseGroup(m_testCtx, loopGroups[groupNdx].name, loopGroups[groupNdx].de… in init() 955 …e(m_context, (string(decisionName) + "_stable").c_str(), "", loopGroups[groupNdx].type, (DecisionT… in init() 956 …m_context, (string(decisionName) + "_unstable").c_str(), "", loopGroups[groupNdx].type, (DecisionT… in init() 959 …vertexOrFragmentGroup->addChild(new LoopCase(m_context, decisionName, "", loopGroups[groupNdx].typ… in init()
|
D | es3pBufferDataUploadTests.cpp | 6384 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(groups); ++groupNdx) in init() local 6386 tcu::TestCaseGroup* const bufferTypeGroup = groups[groupNdx].group; in init() 6392 if (groups[groupNdx].unusedBufferCase && !flagCases[caseNdx].usefulForUnusedBuffers) in init() 6408 flagCases[caseNdx].caseFlags | groups[groupNdx].flags)); in init() 6426 flushCases[caseNdx].caseFlags | groups[groupNdx].flags)); in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderControlStatementTests.cpp | 921 for (int groupNdx = 0; groupNdx < DE_LENGTH_OF_ARRAY(loopGroups); groupNdx++) in init() local 923 …ntLoopGroup = new tcu::TestCaseGroup(m_testCtx, loopGroups[groupNdx].name, loopGroups[groupNdx].de… in init() 943 …e(m_context, (string(decisionName) + "_stable").c_str(), "", loopGroups[groupNdx].type, (DecisionT… in init() 944 …m_context, (string(decisionName) + "_unstable").c_str(), "", loopGroups[groupNdx].type, (DecisionT… in init() 947 …vertexOrFragmentGroup->addChild(new LoopCase(m_context, decisionName, "", loopGroups[groupNdx].typ… in init()
|