HomeSort by relevance Sort by last modified time
    Searched refs:numIters (Results 1 - 23 of 23) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 190 static ShaderEvalFunc getLoopEvalFunc (int numIters)
192 switch (numIters % 4)
484 int numIters = 3; // actual number of iterations
523 numIters = 0;
528 numIters = 0;
533 numIters = 1;
538 numIters = 2;
549 numIters = 2 * iterCount;
555 numIters = 2 * iterCount;
561 numIters = 0
    [all...]
es3fColorClearTest.cpp 56 ColorClearCase(Context& context, const char* name, int numIters, int numClearsMin, int numClearsMax, bool testAlpha, bool testScissoring, bool testColorMasks, bool firstClearFull)
58 , m_numIters (numIters)
es3fDepthStencilClearTests.cpp 121 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)
151 , m_numIters (numIters)
es3fFlushFinishTests.cpp 155 void setShaderIterCount (int numIters);
263 void FlushFinishCase::setShaderIterCount (int numIters)
266 gl.uniform1i(m_iterCountLoc, numIters);
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 193 static ShaderEvalFunc getLoopEvalFunc (int numIters)
195 switch (numIters % 4)
522 int numIters = 3; // actual number of iterations
567 numIters = 0;
572 numIters = 0;
577 numIters = 1;
582 numIters = 2;
593 numIters = 2 * iterCount;
599 numIters = 2 * iterCount;
605 numIters = 0
    [all...]
es2fDebugMarkerTests.cpp 118 const int numIters = 1000;
122 for (int iterNdx = 0; iterNdx < numIters; iterNdx++)
es2fColorClearTest.cpp 56 ColorClearCase(Context& context, const char* name, int numIters, int numClearsMin, int numClearsMax, bool testAlpha, bool testScissoring, bool testColorMasks, bool firstClearFull)
58 , m_numIters (numIters)
es2fDepthStencilClearTests.cpp 121 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)
151 , m_numIters (numIters)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 240 static ShaderEvalFunc getLoopEvalFunc (int numIters)
242 switch (numIters % 4)
606 int numIters = 3; // actual number of iterations
645 numIters = 0;
650 numIters = 0;
655 numIters = 1;
660 numIters = 2;
671 numIters = 2 * iterCount;
677 numIters = 2 * iterCount;
683 numIters = 0
    [all...]
  /external/opencv3/modules/video/test/ocl/
test_optflow_farneback.cpp 66 int numIters;
76 numIters = 10;
97 OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
101 OCL_OFF(cv::calcOpticalFlowFarneback(frame0, frame1, flow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
102 OCL_ON(cv::calcOpticalFlowFarneback(frame0, frame1, uflow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags));
  /external/deqp/framework/delibs/deutil/
deTimerTest.c 40 const int numIters = 25;
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/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp 76 const int numIters = 10;
99 for (; i < numIters; ++i)
116 for (; i < numIters; ++i)
148 const int numIters = 150;
184 for (; i < numIters; ++i)
216 for (; i < numIters; ++i)
  /external/opencv3/modules/video/perf/opencl/
perf_optflow_farneback.cpp 84 const int numIters = 10;
101 cv::calcOpticalFlowFarneback(uFrame0, uFrame1, uFlow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags);
106 cv::calcOpticalFlowFarneback(uFrame0, uFrame1, uFlow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags);
  /external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp 74 const int numIters = 10;
110 for (; i < numIters; ++i)
137 for (; i < numIters; ++i)
178 const int numIters = 10;
214 for (; i < numIters; ++i)
241 for (; i < numIters; ++i)
275 for (; i < numIters; ++i)
300 for (; i < numIters; ++i)
  /external/opencv3/modules/cudaoptflow/include/opencv2/
cudaoptflow.hpp 231 virtual void setNumIters(int numIters) = 0;
247 int numIters = 10,
  /external/deqp/framework/delibs/decpp/
deSpinBarrier.cpp 186 const int numIters = 10000;
189 for (int iterNdx = 0; iterNdx < numIters; iterNdx++)
286 const int numIters = 10000;
290 for (int iterNdx = 0; iterNdx < numIters; iterNdx++)
  /external/opencv3/modules/cudaoptflow/src/
farneback.cpp 100 int numIters, int polyN, double polySigma, int flags) :
102 numIters_(numIters), polyN_(polyN), polySigma_(polySigma), flags_(flags)
119 virtual void setNumIters(int numIters) { numIters_ = numIters; }
463 int numIters, int polyN, double polySigma, int flags)
466 numIters, polyN, polySigma, flags);
  /external/opencv3/modules/cudaoptflow/perf/
perf_optflow.cpp 239 const int numIters = 10;
252 numIters, polyN, polySigma, flags);
269 TEST_CYCLE() cv::calcOpticalFlowFarneback(frame0, frame1, flow, pyrScale, numLevels, winSize, numIters, polyN, polySigma, flags);
  /external/skia/src/codec/
SkJpegCodec.cpp 690 const int numIters = dinfo->output_height / numRowsPerBlock;
691 for (int i = 0; i < numIters; i++) {
710 SkASSERT(dinfo->output_scanline == numIters * numRowsPerBlock);
720 int remainingUVRows = dinfo->comp_info[1].downsampled_height - DCTSIZE * numIters;
  /external/opencv3/modules/video/src/
optflowgf.cpp 597 numIters = 10;
607 int numIters;
756 for (int i = 0; i < numIters; i++)
760 if (!updateFlow_gaussianBlur(R[0], R[1], curFlowX, curFlowY, M, bufM, winSize, i < numIters-1))
765 if (!updateFlow_boxFilter(R[0], R[1], curFlowX, curFlowY, M, bufM, winSize, i < numIters-1))
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 185 const int numIters = 3;
206 for (int iterNdx = 0; iterNdx < numIters; iterNdx++)
teglRenderTests.cpp 701 const int numIters = 2;
728 drawOps.resize(numContexts*drawsPerCtx*numIters);
756 for (int iterNdx = 0; iterNdx < numIters; iterNdx++)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]

Completed in 1815 milliseconds