Searched refs:numIters (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp189 static ShaderEvalFunc getLoopEvalFunc (int numIters) argument
191 switch (numIters % 4)
483 int numIters = 3; // actual number of iterations local
522 numIters = 0;
527 numIters = 0;
532 numIters = 1;
537 numIters = 2;
548 numIters = 2 * iterCount;
554 numIters = 2 * iterCount;
560 numIters
[all...]
H A Des3fColorClearTest.cpp56 ColorClearCase(Context& context, const char* name, int numIters, int numClearsMin, int numClearsMax, bool testAlpha, bool testScissoring, bool testColorMasks, bool firstClearFull) argument
58 , m_numIters (numIters)
H A Des3fDepthStencilClearTests.cpp121 DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked);
145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) argument
151 , m_numIters (numIters)
H A Des3fFlushFinishTests.cpp145 void setShaderIterCount (int numIters);
253 void FlushFinishCase::setShaderIterCount (int numIters) argument
256 gl.uniform1i(m_iterCountLoc, numIters);
/external/deqp/framework/delibs/deutil/
H A DdeTimerTest.c40 const int numIters = 25; local
54 for (iter = 0; iter < numIters; iter++)
61 printf("Iter %d / %d: %d ms %s timer\n", iter+1, numIters, interval, (isSingle ? "single" : "interval"));
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp192 static ShaderEvalFunc getLoopEvalFunc (int numIters) argument
194 switch (numIters % 4)
521 int numIters = 3; // actual number of iterations local
566 numIters = 0;
571 numIters = 0;
576 numIters = 1;
581 numIters = 2;
592 numIters = 2 * iterCount;
598 numIters = 2 * iterCount;
604 numIters
[all...]
H A Des2fColorClearTest.cpp56 ColorClearCase(Context& context, const char* name, int numIters, int numClearsMin, int numClearsMax, bool testAlpha, bool testScissoring, bool testColorMasks, bool firstClearFull) argument
58 , m_numIters (numIters)
H A Des2fDepthStencilClearTests.cpp121 DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked);
145 DepthStencilClearCase::DepthStencilClearCase (Context& context, const char* name, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) argument
151 , m_numIters (numIters)
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp156 const int numIters = 3; local
175 for (int iterNdx = 0; iterNdx < numIters; iterNdx++)
H A DteglRenderTests.cpp698 const int numIters = 2; local
725 drawOps.resize(numContexts*drawsPerCtx*numIters);
754 for (int iterNdx = 0; iterNdx < numIters; iterNdx++)

Completed in 158 milliseconds