OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:benchmark_tab
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/math/
m_debug_norm.c
338
long
benchmark_tab
[0xf];
local
360
long *cycles = &
benchmark_tab
[mtype];
371
printf( " %li\t",
benchmark_tab
[mtype] );
m_debug_xform.c
283
unsigned long
benchmark_tab
[4][7];
local
314
unsigned long *cycles = &(
benchmark_tab
[psize-1][mtype]);
324
printf(" %li\t",
benchmark_tab
[psize-1][mtype] );
m_debug_clip.c
353
long
benchmark_tab
[2][4];
local
384
long *cycles = &(
benchmark_tab
[np][psize-1]);
394
printf( " %li\t",
benchmark_tab
[np][psize-1] );
Completed in 1928 milliseconds