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.h56 extern long counter_overhead;
82 counter_overhead = LONG_MAX; \
103 if ( counter_overhead > (cycle_tmp2 - cycle_tmp1) ) { \
104 counter_overhead = cycle_tmp2 - cycle_tmp1; \
139 x -= counter_overhead;
184 x -= counter_overhead;
200 counter_overhead = LONG_MAX; \
205 if ( counter_overhead > (cycle_tmp2 - cycle_tmp1) ) { \
206 counter_overhead = cycle_tmp2 - cycle_tmp1; \
224 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.c347 if ( !counter_overhead ) { in _math_test_all_normal_transform_functions()
349 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()