Home
last modified time | relevance | path

Searched refs:GpuProfile (Results 1 – 17 of 17) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dlib.rs170 pub use renderer::{CpuProfile, DebugFlags, GpuProfile, OutputImageHandler, RendererKind};
H A Drenderer.rs545 pub struct GpuProfile { struct
550 impl GpuProfile { argument
551 fn new<T>(frame_id: FrameId, timers: &[GpuTimer<T>]) -> GpuProfile { in new() argument
556 GpuProfile { in new()
1680 gpu_profiles: VecDeque<GpuProfile>,
2712 pub fn get_frame_profiles(&mut self) -> (Vec<CpuProfile>, Vec<GpuProfile>) { in get_frame_profiles() argument
2784 .push_back(GpuProfile::new(gpu_frame_id, &timers)); in render_impl()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dlib.rs216 pub use renderer::{ExternalImage, ExternalImageHandler, ExternalImageSource, GpuProfile};
H A Drenderer.rs715 pub struct GpuProfile { struct
720 impl GpuProfile { implementation
721 fn new<T>(frame_id: GpuFrameId, timers: &[GpuTimer<T>]) -> GpuProfile { in new() argument
726 GpuProfile { in new()
1571 gpu_profiles: VecDeque<GpuProfile>,
2451 pub fn get_frame_profiles(&mut self) -> (Vec<CpuProfile>, Vec<GpuProfile>) { in get_frame_profiles() argument
2541 .push_back(GpuProfile::new(gpu_frame_id, &timers)); in render_impl()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dlib.rs211 AsyncPropertySampler, CpuProfile, DebugFlags, GpuProfile, GraphicsApi,
H A Drenderer.rs937 pub struct GpuProfile { struct
942 impl GpuProfile { impl
943 fn new<T>(frame_id: GpuFrameId, timers: &[GpuTimer<T>]) -> GpuProfile { in new() argument
948 GpuProfile { in new()
2080 gpu_profiles: VecDeque<GpuProfile>,
3190 pub fn get_frame_profiles(&mut self) -> (Vec<CpuProfile>, Vec<GpuProfile>) { in get_frame_profiles() argument
3402 .push_back(GpuProfile::new(gpu_frame_id, &timers)); in render_impl()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dlib.rs214 AsyncPropertySampler, CpuProfile, DebugFlags, GpuProfile, GraphicsApi,
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dlib.rs212 AsyncPropertySampler, CpuProfile, DebugFlags, GpuProfile, GraphicsApi,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dlib.rs214 AsyncPropertySampler, CpuProfile, DebugFlags, GpuProfile, GraphicsApi,
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs397 pub struct GpuProfile { struct
402 impl GpuProfile { argument
403 fn new(frame_id: GpuFrameId, timers: &[GpuTimer]) -> GpuProfile { in new() argument
408 GpuProfile { in new()
831 gpu_profiles: VecDeque<GpuProfile>,
1669 pub fn get_frame_profiles(&mut self) -> (Vec<CpuProfile>, Vec<GpuProfile>) { in get_frame_profiles() argument
2149 self.gpu_profiles.push_back(GpuProfile::new(gpu_frame_id, &timers)); in update_gpu_profile()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs397 pub struct GpuProfile { struct
402 impl GpuProfile { argument
403 fn new(frame_id: GpuFrameId, timers: &[GpuTimer]) -> GpuProfile { in new() argument
408 GpuProfile { in new()
831 gpu_profiles: VecDeque<GpuProfile>,
1669 pub fn get_frame_profiles(&mut self) -> (Vec<CpuProfile>, Vec<GpuProfile>) { in get_frame_profiles() argument
2149 self.gpu_profiles.push_back(GpuProfile::new(gpu_frame_id, &timers)); in update_gpu_profile()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dwrench.rs546 ) -> (Vec<webrender::CpuProfile>, Vec<webrender::GpuProfile>) { in get_frame_profiles() argument
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs590 ) -> (Vec<webrender::CpuProfile>, Vec<webrender::GpuProfile>) { in get_frame_profiles() argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dwrench.rs614 ) -> (Vec<webrender::CpuProfile>, Vec<webrender::GpuProfile>) { in get_frame_profiles() argument
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dwrench.rs582 ) -> (Vec<webrender::CpuProfile>, Vec<webrender::GpuProfile>) { in get_frame_profiles() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs590 ) -> (Vec<webrender::CpuProfile>, Vec<webrender::GpuProfile>) { in get_frame_profiles() argument
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs397 pub struct GpuProfile { struct
402 impl GpuProfile { argument
403 fn new(frame_id: GpuFrameId, timers: &[GpuTimer]) -> GpuProfile { in new() argument
408 GpuProfile { in new()
835 gpu_profiles: VecDeque<GpuProfile>,
1688 pub fn get_frame_profiles(&mut self) -> (Vec<CpuProfile>, Vec<GpuProfile>) { in get_frame_profiles() argument
2214 self.gpu_profiles.push_back(GpuProfile::new(gpu_frame_id, &timers)); in update_gpu_profile()