Home
last modified time | relevance | path

Searched refs:tile_caches (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs333 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_layer_screen_rects_and_cull_layers()
386 tile_caches, in build_layer_screen_rects_and_cull_layers()
425 tile_caches, in build_layer_screen_rects_and_cull_layers()
478 tile_caches, in build_layer_screen_rects_and_cull_layers()
493 tile_caches, in build_layer_screen_rects_and_cull_layers()
537 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build()
587 tile_caches, in build()
631 tile_caches, in build()
669 tile_caches, in build()
728 let tile_cache = &ctx.tile_caches[&slice_id]; in build_composite_pass()
[all …]
H A Dtile_cache.rs63 pub tile_caches: FastHashMap<SliceId, TileCacheParams>, field
78 tile_caches: FastHashMap::default(), in new()
485 &mut result.tile_caches, in build()
575 tile_caches: &mut FastHashMap<SliceId, TileCacheParams>, in create_tile_cache()
605 tile_caches.insert(slice_id, TileCacheParams { in create_tile_cache()
H A Drender_backend.rs565 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_frame()
589 tile_caches, in build_frame()
654 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_tile_caches_for_new_scene()
663 let tile_cache = match tile_caches.remove(&slice_id) { in update_tile_caches_for_new_scene()
684 tile_caches, in update_tile_caches_for_new_scene()
712 tile_caches, in new_async_scene_ready()
789 tile_caches: FastHashMap<SliceId, Box<TileCacheInstance>>, field
827 tile_caches: FastHashMap::default(), in new()
934 &mut self.tile_caches, in process_transaction()
1482 &mut self.tile_caches, in update_document()
[all …]
H A Dvisibility.rs173 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_primitive_visibility()
189 let mut tile_cache = tile_caches in update_primitive_visibility()
310 tile_caches, in update_primitive_visibility()
617 tile_caches.insert(SliceId::new(tile_cache.slice), tile_cache); in update_primitive_visibility()
H A Dprepare.rs54 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_primitives()
124 tile_caches, in prepare_primitives()
154 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_prim_for_render()
176 tile_caches, in prepare_prim_for_render()
189 tile_caches, in prepare_prim_for_render()
H A Dpicture.rs4061 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_all()
4080 tile_caches, in update_all()
4123 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update()
4128 tile_caches, in update()
4138 tile_caches, in update()
4811 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in take_context()
4883 let tile_cache = tile_caches.get_mut(&slice_id).unwrap(); in take_context()
5969 let dirty_region = tile_caches[&slice_id].dirty_region.clone(); in take_context()
5989 tile_caches[&slice_id].subpixel_mode in take_context()
6210 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in pre_update()
[all …]
H A Drender_target.rs62 pub tile_caches: &'a FastHashMap<SliceId, Box<TileCacheInstance>>, field
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dframe_builder.rs318 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_layer_screen_rects_and_cull_layers()
356 tile_caches, in build_layer_screen_rects_and_cull_layers()
388 let tile_cache = tile_caches in build_layer_screen_rects_and_cull_layers()
497 tile_caches, in build_layer_screen_rects_and_cull_layers()
511 tile_caches, in build_layer_screen_rects_and_cull_layers()
552 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build()
606 tile_caches, in build()
651 tile_caches, in build()
691 tile_caches, in build()
751 let tile_cache = &ctx.tile_caches[&slice_id]; in build_composite_pass()
[all …]
H A Dtile_cache.rs65 pub tile_caches: FastHashMap<SliceId, TileCacheParams>, field
80 tile_caches: FastHashMap::default(), in new()
492 &mut result.tile_caches, in build()
583 tile_caches: &mut FastHashMap<SliceId, TileCacheParams>, in create_tile_cache()
614 tile_caches.insert(slice_id, TileCacheParams { in create_tile_cache()
H A Drender_backend.rs480 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_frame()
504 tile_caches, in build_frame()
570 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_tile_caches_for_new_scene()
579 let tile_cache = match tile_caches.remove(&slice_id) { in update_tile_caches_for_new_scene()
600 tile_caches, in update_tile_caches_for_new_scene()
628 tile_caches, in new_async_scene_ready()
702 tile_caches: FastHashMap<SliceId, Box<TileCacheInstance>>, field
739 tile_caches: FastHashMap::default(), in new()
850 &mut self.tile_caches, in process_transaction()
1391 &mut self.tile_caches, in update_document()
[all …]
H A Dpicture_graph.rs94 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in assign_surfaces()
112 tile_caches, in assign_surfaces()
H A Dprepare.rs52 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_primitives()
119 tile_caches, in prepare_primitives()
141 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_prim_for_render()
168 tile_caches, in prepare_prim_for_render()
180 tile_caches, in prepare_prim_for_render()
H A Drender_target.rs64 pub tile_caches: &'a FastHashMap<SliceId, Box<TileCacheInstance>>, field
H A Dpicture.rs4447 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in take_context()
4498 let tile_cache = tile_caches.get_mut(&slice_id).unwrap(); in take_context()
5319 let dirty_region = tile_caches[&slice_id].dirty_region.clone(); in take_context()
5330 tile_caches[&slice_id].subpixel_mode in take_context()
5555 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in assign_surface()
5610 let tile_cache = tile_caches.get_mut(&slice_id).unwrap(); in assign_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dframe_builder.rs333 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_layer_screen_rects_and_cull_layers()
386 tile_caches, in build_layer_screen_rects_and_cull_layers()
425 tile_caches, in build_layer_screen_rects_and_cull_layers()
478 tile_caches, in build_layer_screen_rects_and_cull_layers()
493 tile_caches, in build_layer_screen_rects_and_cull_layers()
537 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build()
587 tile_caches, in build()
631 tile_caches, in build()
669 tile_caches, in build()
728 let tile_cache = &ctx.tile_caches[&slice_id]; in build_composite_pass()
[all …]
H A Dtile_cache.rs63 pub tile_caches: FastHashMap<SliceId, TileCacheParams>, field
78 tile_caches: FastHashMap::default(), in new()
485 &mut result.tile_caches, in build()
575 tile_caches: &mut FastHashMap<SliceId, TileCacheParams>, in create_tile_cache()
605 tile_caches.insert(slice_id, TileCacheParams { in create_tile_cache()
H A Drender_backend.rs565 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_frame()
589 tile_caches, in build_frame()
654 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_tile_caches_for_new_scene()
663 let tile_cache = match tile_caches.remove(&slice_id) { in update_tile_caches_for_new_scene()
684 tile_caches, in update_tile_caches_for_new_scene()
712 tile_caches, in new_async_scene_ready()
789 tile_caches: FastHashMap<SliceId, Box<TileCacheInstance>>, field
827 tile_caches: FastHashMap::default(), in new()
934 &mut self.tile_caches, in process_transaction()
1482 &mut self.tile_caches, in update_document()
[all …]
H A Dvisibility.rs173 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_primitive_visibility()
189 let mut tile_cache = tile_caches in update_primitive_visibility()
310 tile_caches, in update_primitive_visibility()
617 tile_caches.insert(SliceId::new(tile_cache.slice), tile_cache); in update_primitive_visibility()
H A Dprepare.rs54 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_primitives()
124 tile_caches, in prepare_primitives()
154 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_prim_for_render()
176 tile_caches, in prepare_prim_for_render()
189 tile_caches, in prepare_prim_for_render()
H A Dpicture.rs4061 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_all()
4080 tile_caches, in update_all()
4123 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update()
4128 tile_caches, in update()
4138 tile_caches, in update()
4811 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in take_context()
4883 let tile_cache = tile_caches.get_mut(&slice_id).unwrap(); in take_context()
5969 let dirty_region = tile_caches[&slice_id].dirty_region.clone(); in take_context()
5989 tile_caches[&slice_id].subpixel_mode in take_context()
6210 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in pre_update()
[all …]
H A Drender_target.rs62 pub tile_caches: &'a FastHashMap<SliceId, Box<TileCacheInstance>>, field