Home
last modified time | relevance | path

Searched refs:counter_overhead (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_debug_util.h59 extern long counter_overhead;
85 counter_overhead = LONG_MAX; \
106 if ( counter_overhead > (cycle_tmp2 - cycle_tmp1) ) { \
107 counter_overhead = cycle_tmp2 - cycle_tmp1; \
142 x -= counter_overhead;
187 x -= counter_overhead;
203 counter_overhead = LONG_MAX; \
208 if ( counter_overhead > (cycle_tmp2 - cycle_tmp1) ) { \
209 counter_overhead = cycle_tmp2 - cycle_tmp1; \
227 x -= counter_overhead;
[all …]
Dm_debug_xform.c52 long counter_overhead = 0; variable
293 if ( !counter_overhead ) { in _math_test_all_transform_functions()
295 printf("counter overhead: %lu cycles\n\n", counter_overhead ); in _math_test_all_transform_functions()
Dm_debug_norm.c348 if ( !counter_overhead ) { in _math_test_all_normal_transform_functions()
350 printf( "counter overhead: %ld cycles\n\n", counter_overhead ); in _math_test_all_normal_transform_functions()
Dm_debug_clip.c363 if ( !counter_overhead ) { in _math_test_all_cliptest_functions()
365 printf( "counter overhead: %ld cycles\n\n", counter_overhead ); in _math_test_all_cliptest_functions()