/external/deqp/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 193 static ShaderEvalFunc getLoopEvalFunc (int numIters) in getLoopEvalFunc() argument 195 switch (numIters % 4) in getLoopEvalFunc() 522 int numIters = 3; // actual number of iterations in createSpecialLoopCase() local 567 numIters = 0; in createSpecialLoopCase() 572 numIters = 0; in createSpecialLoopCase() 577 numIters = 1; in createSpecialLoopCase() 582 numIters = 2; in createSpecialLoopCase() 593 numIters = 2 * iterCount; in createSpecialLoopCase() 599 numIters = 2 * iterCount; in createSpecialLoopCase() 605 numIters = 0; in createSpecialLoopCase() [all …]
|
D | es2fDebugMarkerTests.cpp | 118 const int numIters = 1000; in iterate() local 122 for (int iterNdx = 0; iterNdx < numIters; iterNdx++) in iterate()
|
D | es2fDepthStencilClearTests.cpp | 121 …rCase (Context& context, const char* name, const char* description, int numIters, int numClears, b… 145 …rCase (Context& context, const char* name, const char* description, int numIters, int numClears, b… in DepthStencilClearCase() argument 151 , m_numIters (numIters) in DepthStencilClearCase()
|
D | es2fColorClearTest.cpp | 56 …ColorClearCase(Context& context, const char* name, int numIters, int numClearsMin, int numClearsMa… in ColorClearCase() argument 58 , m_numIters (numIters) in ColorClearCase()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 158 static ShaderEvalFunc getLoopEvalFunc(int numIters) in getLoopEvalFunc() argument 160 switch (numIters % 4) in getLoopEvalFunc() 468 int numIters = 3; // actual number of iterations in createSpecialLoopCase() local 507 numIters = 0; in createSpecialLoopCase() 512 numIters = 0; in createSpecialLoopCase() 517 numIters = 1; in createSpecialLoopCase() 522 numIters = 2; in createSpecialLoopCase() 533 numIters = 2 * iterCount; in createSpecialLoopCase() 539 numIters = 2 * iterCount; in createSpecialLoopCase() 545 numIters = 0; in createSpecialLoopCase() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 190 static ShaderEvalFunc getLoopEvalFunc (int numIters) in getLoopEvalFunc() argument 192 switch (numIters % 4) in getLoopEvalFunc() 484 int numIters = 3; // actual number of iterations in createSpecialLoopCase() local 523 numIters = 0; in createSpecialLoopCase() 528 numIters = 0; in createSpecialLoopCase() 533 numIters = 1; in createSpecialLoopCase() 538 numIters = 2; in createSpecialLoopCase() 549 numIters = 2 * iterCount; in createSpecialLoopCase() 555 numIters = 2 * iterCount; in createSpecialLoopCase() 561 numIters = 0; in createSpecialLoopCase() [all …]
|
D | es3fDepthStencilClearTests.cpp | 121 …rCase (Context& context, const char* name, const char* description, int numIters, int numClears, b… 145 …rCase (Context& context, const char* name, const char* description, int numIters, int numClears, b… in DepthStencilClearCase() argument 151 , m_numIters (numIters) in DepthStencilClearCase()
|
D | es3fColorClearTest.cpp | 56 …ColorClearCase(Context& context, const char* name, int numIters, int numClearsMin, int numClearsMa… in ColorClearCase() argument 58 , m_numIters (numIters) in ColorClearCase()
|
D | es3fFlushFinishTests.cpp | 157 void setShaderIterCount (int numIters); 265 void FlushFinishCase::setShaderIterCount (int numIters) in setShaderIterCount() argument 268 gl.uniform1i(m_iterCountLoc, numIters); in setShaderIterCount()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 249 static ShaderEvalFunc getLoopEvalFunc (int numIters) in getLoopEvalFunc() argument 251 switch (numIters % 4) in getLoopEvalFunc() 617 int numIters = 3; // actual number of iterations in createSpecialLoopCase() local 656 numIters = 0; in createSpecialLoopCase() 661 numIters = 0; in createSpecialLoopCase() 666 numIters = 1; in createSpecialLoopCase() 671 numIters = 2; in createSpecialLoopCase() 682 numIters = 2 * iterCount; in createSpecialLoopCase() 688 numIters = 2 * iterCount; in createSpecialLoopCase() 694 numIters = 0; in createSpecialLoopCase() [all …]
|
/external/deqp/framework/delibs/deutil/ |
D | deTimerTest.c | 40 const int numIters = 25; in deTimer_selfTest() local 54 for (iter = 0; iter < numIters; iter++) in deTimer_selfTest() 61 …printf("Iter %d / %d: %d ms %s timer\n", iter+1, numIters, interval, (isSingle ? "single" : "inter… in deTimer_selfTest()
|
/external/deqp/framework/delibs/decpp/ |
D | deSpinBarrier.cpp | 186 const int numIters = 10000; in run() local 189 for (int iterNdx = 0; iterNdx < numIters; iterNdx++) in run() 286 const int numIters = 10000; in run() local 290 for (int iterNdx = 0; iterNdx < numIters; iterNdx++) in run()
|
/external/skia/src/codec/ |
D | SkJpegCodec.cpp | 941 const int numIters = dinfo->output_height / numRowsPerBlock; in onGetYUV8Planes() local 942 for (int i = 0; i < numIters; i++) { in onGetYUV8Planes() 961 SkASSERT(dinfo->output_scanline == numIters * numRowsPerBlock); in onGetYUV8Planes() 971 int remainingUVRows = dinfo->comp_info[1].downsampled_height - DCTSIZE * numIters; in onGetYUV8Planes()
|
/external/skqp/src/codec/ |
D | SkJpegCodec.cpp | 941 const int numIters = dinfo->output_height / numRowsPerBlock; in onGetYUV8Planes() local 942 for (int i = 0; i < numIters; i++) { in onGetYUV8Planes() 961 SkASSERT(dinfo->output_scanline == numIters * numRowsPerBlock); in onGetYUV8Planes() 971 int remainingUVRows = dinfo->comp_info[1].downsampled_height - DCTSIZE * numIters; in onGetYUV8Planes()
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 185 const int numIters = 3; in executeForContexts() local 206 for (int iterNdx = 0; iterNdx < numIters; iterNdx++) in executeForContexts()
|
D | teglRenderTests.cpp | 738 const int numIters = 2; in executeForContexts() local 765 drawOps.resize(numContexts*drawsPerCtx*numIters); in executeForContexts() 793 for (int iterNdx = 0; iterNdx < numIters; iterNdx++) in executeForContexts()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2371 const int numIters = getCreateCount<Object>(); in runThread() local 2372 const int itersBetweenSyncs = numIters / 5; in runThread() 2376 for (int iterNdx = 0; iterNdx < numIters; iterNdx++) in runThread()
|