Lines Matching refs:deUint64
98 deUint64 totalDuration;
99 deUint64 fitResponseDuration; // used for fitting
104 deUint64 mapDuration;
105 deUint64 unmapDuration;
106 deUint64 writeDuration;
107 deUint64 allocDuration;
108 deUint64 totalDuration;
110 deUint64 fitResponseDuration;
115 deUint64 mapDuration;
116 deUint64 unmapDuration;
117 deUint64 writeDuration;
118 deUint64 totalDuration;
120 deUint64 fitResponseDuration;
125 deUint64 mapDuration;
126 deUint64 unmapDuration;
127 deUint64 writeDuration;
128 deUint64 flushDuration;
129 deUint64 allocDuration;
130 deUint64 totalDuration;
132 deUint64 fitResponseDuration;
137 deUint64 mapDuration;
138 deUint64 unmapDuration;
139 deUint64 writeDuration;
140 deUint64 flushDuration;
141 deUint64 totalDuration;
143 deUint64 fitResponseDuration;
148 deUint64 renderDuration;
149 deUint64 readDuration;
150 deUint64 renderReadDuration;
151 deUint64 totalDuration;
153 deUint64 fitResponseDuration;
158 deUint64 renderDuration;
159 deUint64 readDuration;
160 deUint64 renderReadDuration;
161 deUint64 totalDuration;
163 deUint64 fitResponseDuration;
168 deUint64 uploadDuration;
169 deUint64 renderDuration;
170 deUint64 readDuration;
171 deUint64 totalDuration;
172 deUint64 renderReadDuration;
174 deUint64 fitResponseDuration;
179 deUint64 uploadDuration;
180 deUint64 renderDuration;
181 deUint64 readDuration;
182 deUint64 totalDuration;
183 deUint64 renderReadDuration;
185 deUint64 fitResponseDuration;
190 deUint64 firstRenderDuration;
191 deUint64 uploadDuration;
192 deUint64 secondRenderDuration;
193 deUint64 readDuration;
194 deUint64 totalDuration;
195 deUint64 renderReadDuration;
197 deUint64 fitResponseDuration;
519 static deUint64 medianTimeMemcpy (void* dst, const void* src, int numBytes) in medianTimeMemcpy()
530 deUint64 startTime; in medianTimeMemcpy()
531 deUint64 endTime; in medianTimeMemcpy()
550 deUint64 sectionTimes[numSections]; in medianTimeMemcpy()
551 deUint64 medianTime; in medianTimeMemcpy()
552 deUint64 bestTime = 0; in medianTimeMemcpy()
572 deUint64 startTime; in medianTimeMemcpy()
573 deUint64 endTime; in medianTimeMemcpy()
620 const deUint64 maxSingleWaitTime = 1000; // 1ms in busyWait()
621 const deUint64 endTime = deGetMicroseconds() + microseconds; in busyWait()
628 const deUint64 startTime = deGetMicroseconds(); in busyWait()
629 deUint64 totalTime; in busyWait()
668 …tics calculateSingleOperationStatistics (const std::vector<T>& samples, deUint64 T::SampleType::*t… in calculateSingleOperationStatistics()
671 std::vector<deUint64> values(samples.size()); in calculateSingleOperationStatistics()
690 std::vector<deUint64> values(samples.size()); in calculateBasicStatistics()
909 …pleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*ta… in fitLineToSamples()
927 …pleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint64 DurationType::*ta… in fitLineToSamples()
945 …LineToSamples (const std::vector<T>& samples, int beginNdx, int endNdx, deUint64 T::SampleType::*t… in fitLineToSamples()
951 static LineParametersWithConfidence fitLineToSamples (const std::vector<T>& samples, deUint64 T::Sa… in fitLineToSamples()
2586 deUint64 startTime; in testBufferUpload()
2587 deUint64 endTime; in testBufferUpload()
2658 deUint64 startTime; in testBufferUpload()
2659 deUint64 endTime; in testBufferUpload()
2814 deUint64 startTime; in attemptBufferMap()
2815 deUint64 endTime; in attemptBufferMap()
2826 deUint64 startTime; in attemptBufferMap()
2827 deUint64 endTime; in attemptBufferMap()
2848 deUint64 startTime; in attemptBufferMap()
2849 deUint64 endTime; in attemptBufferMap()
2874 deUint64 startTime; in attemptBufferMap()
2875 deUint64 endTime; in attemptBufferMap()
3034 deUint64 startTime; in attemptBufferMap()
3035 deUint64 endTime; in attemptBufferMap()
3046 deUint64 startTime; in attemptBufferMap()
3047 deUint64 endTime; in attemptBufferMap()
3068 deUint64 startTime; in attemptBufferMap()
3069 deUint64 endTime; in attemptBufferMap()
3097 deUint64 startTime; in attemptBufferMap()
3098 deUint64 endTime; in attemptBufferMap()
3128 deUint64 startTime; in attemptBufferMap()
3129 deUint64 endTime; in attemptBufferMap()
3457 deUint64 startTime; in testWithBufferSize()
3458 deUint64 endTime; in testWithBufferSize()
3552 deUint64 startTime; in testWithBufferSize()
3553 deUint64 endTime; in testWithBufferSize()
3653 deUint64 startTime; in testWithBufferSize()
3654 deUint64 endTime; in testWithBufferSize()
3673 deUint64 startTime; in testWithBufferSize()
3674 deUint64 endTime; in testWithBufferSize()
3770 deUint64 startTime; in testWithBufferSize()
3771 deUint64 endTime; in testWithBufferSize()
3790 deUint64 startTime; in testWithBufferSize()
3791 deUint64 endTime; in testWithBufferSize()
3802 deUint64 startTime; in testWithBufferSize()
3803 deUint64 endTime; in testWithBufferSize()
4345 deUint64 startTime; in runSample()
4346 deUint64 endTime; in runSample()
4478 deUint64 startTime; in runSample()
4479 deUint64 endTime; in runSample()
4630 deUint64 startTime; in iterate()
4631 deUint64 endTime; in iterate()
4831 deUint64 startTime; in runSample()
4832 deUint64 endTime; in runSample()
5166 deUint64 startTime; in runSample()
5167 deUint64 endTime; in runSample()
5373 deUint64 uploadCallEndTime;
5377 deUint64 uploadDuration;
5378 deUint64 renderDuration;
5379 deUint64 readDuration;
5380 deUint64 renderReadDuration;
5382 deUint64 timeBeforeUse;
5405 int findStabilizationSample (deUint64 (Result::*target), const char* description);
5406 bool checkSampleTemporalStability (deUint64 (Result::*target), const char* description);
5693 deUint64 startTime; in uploadBuffer()
5694 deUint64 endTime; in uploadBuffer()
5795 deUint64 startTime; in drawFromBuffer()
5796 deUint64 endTime; in drawFromBuffer()
5999 static float sumOfRanks (const std::vector<deUint64>& testSamples, const std::vector<deUint64>& all… in sumOfRanks()
6005 const deUint64 testSample = testSamples[sampleNdx]; in sumOfRanks()
6019 …eResult distributionCompare (const std::vector<deUint64>& orderedObservationsA, const std::vector<… in distributionCompare()
6025 std::vector<deUint64> allSamples (n1 + n2); in distributionCompare()
6075 int UploadWaitDrawCase::findStabilizationSample (deUint64 (UploadWaitDrawCase::Result::*target), co… in findStabilizationSample()
6077 std::vector<std::vector<deUint64> > sampleObservations(m_numMaxSwaps+1); in findStabilizationSample()
6078 ThresholdComparer<deUint64> comparer; in findStabilizationSample()
6149 bool UploadWaitDrawCase::checkSampleTemporalStability (deUint64 (UploadWaitDrawCase::Result::*targe… in checkSampleTemporalStability()