Home
last modified time | relevance | path

Searched defs:TileCacheInstance (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dpicture.rs1797 pub struct TileCacheInstance { struct
1804 pub slice: usize,
1806 pub slice_flags: SliceFlags,
1828 tile_size: PictureSize,
1830 tile_rect: TileRect,
1833 tile_bounds_p0: TileOffset,
1834 tile_bounds_p1: TileOffset,
1836 pub local_rect: PictureRect,
1840 surface_index: SurfaceIndex,
1845 pub backdrop: BackdropInfo,
[all …]
H A Dpicture_graph.rs94 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in assign_surfaces()
H A Dvisibility.rs174 tile_cache: &mut TileCacheInstance, in update_prim_visibility()
H A Dprepare.rs52 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_primitives()
141 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_prim_for_render()
H A Drender_backend.rs480 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_frame()
570 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_tile_caches_for_new_scene()
620 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in new_async_scene_ready()
H A Dframe_builder.rs318 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_layer_screen_rects_and_cull_layers()
552 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build()
H A Dcomposite.rs628 tile_cache: &TileCacheInstance, in push_surface()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dpicture.rs2231 pub struct TileCacheInstance { struct
2238 pub slice: usize,
2240 pub slice_flags: SliceFlags,
2262 tile_size: PictureSize,
2264 tile_rect: TileRect,
2267 tile_bounds_p0: TileOffset,
2268 tile_bounds_p1: TileOffset,
2270 pub local_rect: PictureRect,
2274 surface_index: SurfaceIndex,
2279 pub backdrop: BackdropInfo,
[all …]
H A Dprepare.rs54 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_primitives()
154 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_prim_for_render()
H A Dvisibility.rs173 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_primitive_visibility()
H A Drender_backend.rs565 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_frame()
654 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_tile_caches_for_new_scene()
704 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in new_async_scene_ready()
H A Dframe_builder.rs333 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_layer_screen_rects_and_cull_layers()
537 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build()
H A Dcomposite.rs628 tile_cache: &TileCacheInstance, in push_surface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dpicture.rs2231 pub struct TileCacheInstance { struct
2238 pub slice: usize,
2240 pub slice_flags: SliceFlags,
2262 tile_size: PictureSize,
2264 tile_rect: TileRect,
2267 tile_bounds_p0: TileOffset,
2268 tile_bounds_p1: TileOffset,
2270 pub local_rect: PictureRect,
2274 surface_index: SurfaceIndex,
2279 pub backdrop: BackdropInfo,
[all …]
H A Dprepare.rs54 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_primitives()
154 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in prepare_prim_for_render()
H A Dvisibility.rs173 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_primitive_visibility()
H A Drender_backend.rs565 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_frame()
654 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in update_tile_caches_for_new_scene()
704 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in new_async_scene_ready()
H A Dframe_builder.rs333 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build_layer_screen_rects_and_cull_layers()
537 tile_caches: &mut FastHashMap<SliceId, Box<TileCacheInstance>>, in build()
H A Dcomposite.rs628 tile_cache: &TileCacheInstance, in push_surface()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dpicture.rs2265 pub struct TileCacheInstance { struct
2272 pub slice: usize,
2274 pub slice_flags: SliceFlags,
2300 tile_size: PictureSize,
2302 tile_rect: TileRect,
2305 tile_bounds_p0: TileOffset,
2306 tile_bounds_p1: TileOffset,
2308 pub local_rect: PictureRect,
2312 surface_index: SurfaceIndex,
2317 pub backdrop: BackdropInfo,
[all …]
H A Dcomposite.rs466 tile_cache: &TileCacheInstance, in push_surface()