HomeSort by relevance Sort by last modified time
    Searched full:computationsize (Results 1 - 1 of 1) sorted by null

  /external/deqp/framework/common/
tcuCPUWarmup.cpp 88 int computationSize = 1;
90 // Do a rough calibration for computationSize to get dummyComputation's running time above a certain threshold.
91 while (computationSize < 1<<30) // \note This condition is unlikely to be met. The "real" loop exit is the break below.
100 dummy = dummyComputation(dummy, computationSize);
107 computationSize *= 2;
126 dummy = dummyComputation(dummy, computationSize);

Completed in 283 milliseconds