OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frames_stats
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp
179
struct frame_stat
frames_stats
[200];
member in struct:swapchain_data
567
uint32_t f_idx = data->n_frames % ARRAY_SIZE(data->
frames_stats
);
575
memset(&data->
frames_stats
[f_idx], 0, sizeof(data->
frames_stats
[f_idx]));
577
data->
frames_stats
[f_idx].stats[s] += device_data->frame_stats.stats[s] + data->frame_stats.stats[s];
640
if ((ARRAY_SIZE(data->
frames_stats
) - _idx) > data->n_frames)
642
int idx = ARRAY_SIZE(data->
frames_stats
) +
643
data->n_frames < ARRAY_SIZE(data->
frames_stats
) ?
646
idx %= ARRAY_SIZE(data->
frames_stats
);
648
return data->
frames_stats
[idx].stats[data->stat_selector] / data->time_dividor
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp
195
struct frame_stat
frames_stats
[200];
member in struct:swapchain_data
776
uint32_t f_idx = data->n_frames % ARRAY_SIZE(data->
frames_stats
);
789
memset(&data->
frames_stats
[f_idx], 0, sizeof(data->
frames_stats
[f_idx]));
791
data->
frames_stats
[f_idx].stats[s] += device_data->frame_stats.stats[s] + data->frame_stats.stats[s];
872
if ((ARRAY_SIZE(data->
frames_stats
) - _idx) > data->n_frames)
874
int idx = ARRAY_SIZE(data->
frames_stats
) +
875
data->n_frames < ARRAY_SIZE(data->
frames_stats
) ?
878
idx %= ARRAY_SIZE(data->
frames_stats
);
880
return data->
frames_stats
[idx].stats[data->stat_selector] / data->time_dividor
[
all
...]
Completed in 5 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026