HomeSort by relevance Sort by last modified time
    Searched refs:deUint64 (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/deqp/framework/common/
tcuRandomValueIterator.hpp 51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); }
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 257 std::vector<deUint64> sortedFrameTimes(measureState.frameTimes.begin(), measureState.frameTimes.end());
259 vector<deUint64>::const_iterator first = sortedFrameTimes.begin();
260 vector<deUint64>::const_iterator last = sortedFrameTimes.end();
261 vector<deUint64>::const_iterator middle = first + (last - first) / 2;
263 deUint64 medianFrameTime = *middle;
267 deUint64 totalTime = measureState.getTotalTime();
345 deUint64 startTime = deGetMicroseconds();
352 deUint64 endTime = deGetMicroseconds();
353 deUint64 duration = endTime-startTime;
393 deUint64 m_renderStart
    [all...]
es2pDrawCallBatchingTests.cpp 133 vector<deUint64> m_unbatchedSamplesUs;
134 vector<deUint64> m_batchedSamplesUs;
138 deUint64 renderUnbatched (void);
139 deUint64 renderBatched (void);
573 m_unbatchedSamplesUs = vector<deUint64>();
574 m_batchedSamplesUs = vector<deUint64>();
577 deUint64 DrawCallBatchingTest::renderUnbatched (void)
580 deUint64 beginUs = 0;
581 deUint64 endUs = 0;
683 deUint64 DrawCallBatchingTest::renderBatched (void
    [all...]
  /external/deqp/execserver/
xsExecutionServer.cpp 213 deUint64 lastIoTime = deGetMicroseconds();
249 deUint64 curTime = deGetMicroseconds();
312 deUint64 curTime = deGetMicroseconds();
324 deUint64 curTime = deGetMicroseconds();
xsPosixTestProcess.hpp 97 deUint64 m_processStartTime; //!< Used for determining log file timeout.
xsWin32TestProcess.hpp 200 deUint64 m_processStartTime;
  /external/deqp/framework/delibs/decpp/
deSharedPtr.cpp 79 deUint64 startTime = deGetMicroseconds();
80 deUint64 cnt = 0;
115 deUint64 startTime = deGetMicroseconds();
116 deUint64 cnt = 0;
deRandom.cpp 81 static const deUint64 expected[] = { 15868135030466279503ull, 3791919008751271785ull, 1617658064308767857ull, 11217809480510938786ull, 3871813899078351096ull, 14768747990643252542ull, 8163484985646009214ull, 14928018127607458387ull, 432108271545246292ull, 7318152987070448462ull };
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 71 deUint64 compareTime = 0;
81 const deUint64 startTime = deGetMicroseconds();
124 deUint64 compareTime = 0;
130 const deUint64 startTime = deGetMicroseconds();
  /external/deqp/framework/opengl/wrapper/
glwTypes.inl 55 typedef deUint64 GLuint64;
  /external/deqp/executor/
xeLocalTcpIpLink.cpp 77 deUint64 waitStart = deGetMicroseconds();
xeTcpIpLink.cpp 170 deUint64 TcpIpLinkState::getLastKeepaliveRecevied (void) const
515 deUint64 lastKeepalive = link->m_state.getLastKeepaliveRecevied();
516 deUint64 curTime = deGetMicroseconds();
  /external/deqp/framework/delibs/deutil/
deFile.c 336 return (deInt64)(((deUint64)highBits << 32) | (deUint64)lowBits);
344 return (deInt64)(((deUint64)highBits << 32) | (deUint64)lowBits);
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.hpp 119 deUint64 m_prevRenderStartTime;
glsCalibration.cpp 181 frameTimes[frameTimes.size()-2] >= (deUint64)frameShortcutTime &&
182 frameTimes[frameTimes.size()-1] >= (deUint64)frameShortcutTime);
185 deUint64 MeasureState::getTotalTime (void) const
187 deUint64 time = 0;
253 void TheilSenCalibrator::recordIteration (deUint64 iterationTime)
glsLongStressCase.cpp 167 static inline string getTimeStr (const deUint64 seconds)
169 const deUint64 m = seconds / 60;
170 const deUint64 h = m / 60;
171 const deUint64 d = h / 24;
288 void drawInfo (deUint64 secondsElapsed, int texMem, int maxTexMem, int bufMem, int maxBufMem, int iterNdx);
303 void DebugInfoRenderer::drawInfo (const deUint64 secondsElapsed, const int texMem, const int maxTexMem, const int bufMem, const int maxBufMem, const int iterNdx)
305 const deUint64 m = secondsElapsed / 60;
306 const deUint64 h = m / 60;
307 const deUint64 d = h / 24;
    [all...]
glsShaderPerformanceMeasurer.cpp 273 deUint64 renderStartTime = deGetMicroseconds();
302 deUint64 totalTime = measureState.getTotalTime();
322 deUint64 totalTime = measureState.getTotalTime();
  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 66 FenceSyncCase (Context& context, const char* name, const char* description, int numPrimitives, deUint32 waitCommand, deUint32 waitFlags, deUint64 timeout, deUint32 options);
80 deUint64 m_timeout;
89 FenceSyncCase::FenceSyncCase (Context& context, const char* name, const char* description, int numPrimitives, deUint32 waitCommand, deUint32 waitFlags, deUint64 timeout, deUint32 options)
  /external/deqp/framework/delibs/debase/
deDefs.c 31 DE_STATIC_ASSERT(sizeof(deUint64) == 8);
deDefs.h 143 typedef unsigned __int64 deUint64;
162 typedef uint64_t deUint64;
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 52 deUint64 compileTimeUs; //!< Compile time in microseconds (us).
64 deUint64 linkTimeUs; //!< Link time in microseconds (us).
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 215 deUint64 time = deGetMicroseconds();
255 deUint64 dTime = deGetMicroseconds() - time;
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 748 deUint64 m_beginTimeUs;
749 deUint64 m_endTimeUs;
751 deUint64 m_joinBeginUs;
752 deUint64 m_joinEndUs;
754 deUint64 m_startBeginUs;
755 deUint64 m_startEndUs;
840 vector<deUint64> m_results;
950 void logAndSetResults (tcu::TestContext& testCtx, const vector<deUint64>& r)
953 vector<deUint64> resultsUs = r;
954 deUint64 sum = 0
    [all...]
teglMakeCurrentPerfTests.cpp 98 vector<deUint64> m_samples;
419 deUint64 totalTimeUs = 0;
420 deUint64 totalIterationCount = 0;
491 deUint64 beginTimeUs = deGetMicroseconds();
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 457 deUint64 getValue (void) { return m_value; }
460 deUint64 m_value;
478 static deUint64 configRank (GlxVisual& visual)
541 deUint64 maxRank = 0;
555 deUint64 cfgRank = configRank(visual);

Completed in 478 milliseconds

12 3 4