OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_counter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c
230
int64_t
start_counter
= 0;
local
242
start_counter
= rdtsc();
246
cycles[i] = end_counter -
start_counter
;
lp_test_blend.c
496
int64_t
start_counter
= 0;
local
519
start_counter
= rdtsc();
523
cycles[i] = end_counter -
start_counter
;
568
int64_t
start_counter
= 0;
local
599
start_counter
= rdtsc();
603
cycles[i] = end_counter -
start_counter
;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c
230
int64_t
start_counter
= 0;
local
242
start_counter
= rdtsc();
246
cycles[i] = end_counter -
start_counter
;
lp_test_blend.c
496
int64_t
start_counter
= 0;
local
519
start_counter
= rdtsc();
523
cycles[i] = end_counter -
start_counter
;
568
int64_t
start_counter
= 0;
local
599
start_counter
= rdtsc();
603
cycles[i] = end_counter -
start_counter
;
Completed in 30 milliseconds