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