Home
last modified time | relevance | path

Searched refs:GpuCacheHandle (Results 1 – 25 of 70) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dgpu_cache.rs119 pub struct GpuCacheHandle { struct
123 impl GpuCacheHandle { implementation
125 GpuCacheHandle { location: None } in new()
476 handle: &'a mut GpuCacheHandle,
551 pub fn invalidate(&mut self, handle: &GpuCacheHandle) { in invalidate() argument
560 pub fn request<'a>(&'a mut self, handle: &'a mut GpuCacheHandle) -> Option<GpuDataRequest<'a>> { in request()
591 pub fn push_per_frame_blocks(&mut self, blocks: &[GpuBlockData]) -> GpuCacheHandle { in push_per_frame_blocks() argument
596 GpuCacheHandle { in push_per_frame_blocks()
604 pub fn push_deferred_per_frame_blocks(&mut self, block_count: usize) -> GpuCacheHandle { in push_deferred_per_frame_blocks() argument
606 GpuCacheHandle { in push_deferred_per_frame_blocks()
[all …]
H A Drender_task.rs11 use gpu_cache::{GpuCache, GpuCacheAddress, GpuCacheHandle};
173 pub uv_rect_handle: GpuCacheHandle,
183 pub uv_rect_handle: GpuCacheHandle,
278 uv_rect_handle: GpuCacheHandle::new(), in new_picture()
479 uv_rect_handle: GpuCacheHandle::new(), in new_blur()
494 uv_rect_handle: GpuCacheHandle::new(), in new_blur()
613 pub fn get_texture_handle(&self) -> &GpuCacheHandle { in get_texture_handle() argument
H A Dclip.rs13 use gpu_cache::{GpuCache, GpuCacheHandle, ToGpuBlocks};
201 clip_data_handle: GpuCacheHandle::new(), in new_box_shadow()
209 pub clips: Vec<(ClipSource, GpuCacheHandle)>,
220 .map(|clip| (clip, GpuCacheHandle::new())) in new()
230 pub fn clips(&self) -> &[(ClipSource, GpuCacheHandle)] { in clips() argument
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dgpu_cache.rs150 pub struct GpuCacheHandle { struct
154 impl GpuCacheHandle { implementation
156 GpuCacheHandle { location: None } in new()
646 handle: &'a mut GpuCacheHandle,
744 pub fn invalidate(&mut self, handle: &GpuCacheHandle) { in invalidate() argument
757 pub fn request<'a>(&'a mut self, handle: &'a mut GpuCacheHandle) -> Option<GpuDataRequest<'a>> { in request()
790 pub fn push_per_frame_blocks(&mut self, blocks: &[GpuBlockData]) -> GpuCacheHandle { in push_per_frame_blocks() argument
795 GpuCacheHandle { in push_per_frame_blocks()
803 pub fn push_deferred_per_frame_blocks(&mut self, block_count: usize) -> GpuCacheHandle { in push_deferred_per_frame_blocks() argument
805 GpuCacheHandle { in push_deferred_per_frame_blocks()
[all …]
H A Drender_task.rs19 use gpu_cache::{GpuCache, GpuCacheAddress, GpuCacheHandle};
270 pub uv_rect_handle: GpuCacheHandle,
281 pub uv_rect_handle: GpuCacheHandle,
298 pub uv_rect_handle: GpuCacheHandle,
453 uv_rect_handle: GpuCacheHandle::new(), in new_picture()
705 uv_rect_handle: GpuCacheHandle::new(), in new_blur()
719 uv_rect_handle: GpuCacheHandle::new(), in new_blur()
753 uv_rect_handle: GpuCacheHandle::new(), in new_scaling()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs146 pub struct GpuCacheHandle { struct
150 impl GpuCacheHandle { argument
152 GpuCacheHandle { location: None } in new()
654 handle: &'a mut GpuCacheHandle,
801 pub fn invalidate(&mut self, handle: &GpuCacheHandle) { in invalidate() argument
814 pub fn request<'a>(&'a mut self, handle: &'a mut GpuCacheHandle) -> Option<GpuDataRequest<'a>> { in request()
847 pub fn push_per_frame_blocks(&mut self, blocks: &[GpuBlockData]) -> GpuCacheHandle { in push_per_frame_blocks() argument
852 GpuCacheHandle { in push_per_frame_blocks()
860 pub fn push_deferred_per_frame_blocks(&mut self, block_count: usize) -> GpuCacheHandle { in push_deferred_per_frame_blocks() argument
862 GpuCacheHandle { in push_deferred_per_frame_blocks()
[all …]
H A Dfilterdata.rs6 use crate::gpu_cache::{GpuCacheHandle};
113 pub gpu_cache_handle: GpuCacheHandle,
120 gpu_cache_handle: GpuCacheHandle::new(), in from()
H A Drender_task.rs13 use crate::gpu_cache::{GpuCache, GpuCacheAddress, GpuCacheHandle};
264 pub extra_gpu_cache_handle: Option<GpuCacheHandle>,
659 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
668 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
674 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
681 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
741 pub uv_rect_handle: GpuCacheHandle,
759 uv_rect_handle: GpuCacheHandle::new(), in new()
798 uv_rect_handle: GpuCacheHandle::new(), in new_image()
816 uv_rect_handle: GpuCacheHandle::new(), in new_test()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs151 pub struct GpuCacheHandle { struct
155 impl GpuCacheHandle { impl
157 GpuCacheHandle { location: None } in new()
645 handle: &'a mut GpuCacheHandle,
781 pub fn invalidate(&mut self, handle: &GpuCacheHandle) { in invalidate() argument
794 pub fn request<'a>(&'a mut self, handle: &'a mut GpuCacheHandle) -> Option<GpuDataRequest<'a>> { in request()
827 pub fn push_per_frame_blocks(&mut self, blocks: &[GpuBlockData]) -> GpuCacheHandle { in push_per_frame_blocks() argument
832 GpuCacheHandle { in push_per_frame_blocks()
840 pub fn push_deferred_per_frame_blocks(&mut self, block_count: usize) -> GpuCacheHandle { in push_deferred_per_frame_blocks() argument
842 GpuCacheHandle { in push_deferred_per_frame_blocks()
[all …]
H A Drender_task.rs12 use crate::gpu_cache::{GpuCache, GpuCacheAddress, GpuCacheHandle};
142 pub uv_rect_handle: GpuCacheHandle,
159 pub uv_rect_handle: GpuCacheHandle,
253 pub extra_gpu_cache_handle: Option<GpuCacheHandle>,
254 pub uv_rect_handle: GpuCacheHandle,
426 uv_rect_handle: GpuCacheHandle::new(), in new_picture()
758 uv_rect_handle: GpuCacheHandle::new(), in new_blur()
771 uv_rect_handle: GpuCacheHandle::new(), in new_blur()
1152 uv_rect_handle: GpuCacheHandle::new(), in new_svg_filter_primitive()
1452 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
[all …]
H A Dfilterdata.rs6 use crate::gpu_cache::{GpuCacheHandle};
113 pub gpu_cache_handle: GpuCacheHandle,
120 gpu_cache_handle: GpuCacheHandle::new(), in from()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs145 pub struct GpuCacheHandle { struct
149 impl GpuCacheHandle { impl
151 GpuCacheHandle { location: None } in new()
653 handle: &'a mut GpuCacheHandle,
800 pub fn invalidate(&mut self, handle: &GpuCacheHandle) { in invalidate() argument
813 pub fn request<'a>(&'a mut self, handle: &'a mut GpuCacheHandle) -> Option<GpuDataRequest<'a>> { in request()
846 pub fn push_per_frame_blocks(&mut self, blocks: &[GpuBlockData]) -> GpuCacheHandle { in push_per_frame_blocks() argument
851 GpuCacheHandle { in push_per_frame_blocks()
859 pub fn push_deferred_per_frame_blocks(&mut self, block_count: usize) -> GpuCacheHandle { in push_deferred_per_frame_blocks() argument
861 GpuCacheHandle { in push_deferred_per_frame_blocks()
[all …]
H A Dfilterdata.rs6 use crate::gpu_cache::{GpuCacheHandle};
113 pub gpu_cache_handle: GpuCacheHandle,
120 gpu_cache_handle: GpuCacheHandle::new(), in from()
H A Drender_task.rs14 use crate::gpu_cache::{GpuCache, GpuCacheAddress, GpuCacheHandle};
264 pub extra_gpu_cache_handle: Option<GpuCacheHandle>,
659 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
668 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
674 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
681 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
741 pub uv_rect_handle: GpuCacheHandle,
759 uv_rect_handle: GpuCacheHandle::new(), in new()
798 uv_rect_handle: GpuCacheHandle::new(), in new_image()
816 uv_rect_handle: GpuCacheHandle::new(), in new_test()
H A Dpicture_textures.rs16 use crate::gpu_cache::{GpuCache, GpuCacheHandle};
46 pub uv_rect_handle: GpuCacheHandle,
224 uv_rect_handle: GpuCacheHandle::new(), in get_or_allocate_tile()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dgpu_cache.rs146 pub struct GpuCacheHandle { struct
150 impl GpuCacheHandle { impl
152 GpuCacheHandle { location: None } in new()
654 handle: &'a mut GpuCacheHandle,
801 pub fn invalidate(&mut self, handle: &GpuCacheHandle) { in invalidate() argument
814 pub fn request<'a>(&'a mut self, handle: &'a mut GpuCacheHandle) -> Option<GpuDataRequest<'a>> { in request()
847 pub fn push_per_frame_blocks(&mut self, blocks: &[GpuBlockData]) -> GpuCacheHandle { in push_per_frame_blocks() argument
852 GpuCacheHandle { in push_per_frame_blocks()
860 pub fn push_deferred_per_frame_blocks(&mut self, block_count: usize) -> GpuCacheHandle { in push_deferred_per_frame_blocks() argument
862 GpuCacheHandle { in push_deferred_per_frame_blocks()
[all …]
H A Dfilterdata.rs6 use crate::gpu_cache::{GpuCacheHandle};
113 pub gpu_cache_handle: GpuCacheHandle,
120 gpu_cache_handle: GpuCacheHandle::new(), in from()
H A Drender_task.rs13 use crate::gpu_cache::{GpuCache, GpuCacheAddress, GpuCacheHandle};
264 pub extra_gpu_cache_handle: Option<GpuCacheHandle>,
659 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
668 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
674 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
681 … let handle = filter_task.extra_gpu_cache_handle.get_or_insert_with(GpuCacheHandle::new); in write_gpu_blocks()
741 pub uv_rect_handle: GpuCacheHandle,
759 uv_rect_handle: GpuCacheHandle::new(), in new()
798 uv_rect_handle: GpuCacheHandle::new(), in new_image()
816 uv_rect_handle: GpuCacheHandle::new(), in new_test()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/prim_store/gradient/
H A Dconic.rs16 use crate::gpu_cache::{GpuCache, GpuCacheHandle};
101 pub stops_handle: GpuCacheHandle,
165 stops_handle: GpuCacheHandle::new(), in from()
314 pub stops: GpuCacheHandle,
H A Dradial.rs16 use crate::gpu_cache::{GpuCache, GpuCacheHandle};
105 pub stops_handle: GpuCacheHandle,
169 stops_handle: GpuCacheHandle::new(), in from()
319 pub stops: GpuCacheHandle,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/prim_store/gradient/
H A Dconic.rs16 use crate::gpu_cache::{GpuCache, GpuCacheHandle};
101 pub stops_handle: GpuCacheHandle,
165 stops_handle: GpuCacheHandle::new(), in from()
314 pub stops: GpuCacheHandle,
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/prim_store/gradient/
H A Dconic.rs16 use crate::gpu_cache::{GpuCache, GpuCacheHandle};
101 pub stops_handle: GpuCacheHandle,
204 stops_handle: GpuCacheHandle::new(), in from()
353 pub stops: GpuCacheHandle,
H A Dradial.rs16 use crate::gpu_cache::{GpuCache, GpuCacheHandle};
105 pub stops_handle: GpuCacheHandle,
169 stops_handle: GpuCacheHandle::new(), in from()
319 pub stops: GpuCacheHandle,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/prim_store/
H A Dgradient.rs13 use crate::gpu_cache::{GpuCacheHandle, GpuDataRequest};
141 pub stops_handle: GpuCacheHandle,
227 stops_handle: GpuCacheHandle::new(), in from()
424 pub stops_handle: GpuCacheHandle,
466 stops_handle: GpuCacheHandle::new(), in from()
638 pub stops_handle: GpuCacheHandle,
680 stops_handle: GpuCacheHandle::new(), in from()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/prim_store/
H A Dgradient.rs11 use gpu_cache::{GpuCacheHandle, GpuDataRequest};
110 pub stops_handle: GpuCacheHandle,
165 stops_handle: GpuCacheHandle::new(), in from()
357 pub stops_handle: GpuCacheHandle,
398 stops_handle: GpuCacheHandle::new(), in from()

123