Home
last modified time | relevance | path

Searched refs:uv_rect_handle (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dtexture_cache.rs105 uv_rect_handle: GpuCacheHandle, field
134 uv_rect_handle: GpuCacheHandle::new(), in new_standalone()
844 gpu_cache.invalidate(&entry.uv_rect_handle);
883 uv_rect_handle, in get()
907 entry.uv_rect_handle) in get_cache_location()
1544 uv_rect_handle: GpuCacheHandle::new(), in alloc()
1562 uv_rect_handle: Option<GpuCacheHandle>, field
1608 uv_rect_handle: None, in grow()
1616 let uv_rect_handle = GpuCacheHandle::new(); in occupy() localVariable
1618 self.slices[layer_index].uv_rect_handle = Some(uv_rect_handle); in occupy()
[all …]
H A Drender_task.rs270 pub uv_rect_handle: GpuCacheHandle, field
281 pub uv_rect_handle: GpuCacheHandle, field
298 pub uv_rect_handle: GpuCacheHandle, field
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()
888 gpu_cache.get_address(&info.uv_rect_handle) in get_texture_address()
892 gpu_cache.get_address(&info.uv_rect_handle) in get_texture_address()
997 (&mut info.uv_rect_handle, info.uv_rect_kind) in write_gpu_blocks()
[all …]
H A Dbatch.rs704 user_data: cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
901 cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
1155 .get_address(&cache_item.uv_rect_handle) in add_prim_to_batch()
1601 cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
1717 uv_rect_addresses[channel] = cache_item.uv_rect_handle.as_int(gpu_cache); in add_prim_to_batch()
1859 cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
2355 gpu_cache.get_address(&cache_item.uv_rect_handle), in get_image_tile_params()
2464 gpu_cache.get_address(&cache_item.uv_rect_handle), in resolve()
2510 uv_rect_handle: cache_handle, in resolve_image()
2747 resource_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in add()
[all …]
H A Dresource_cache.rs73 pub uv_rect_handle: GpuCacheHandle, field
82 uv_rect_handle: GpuCacheHandle::new(), in invalid()
1442 uv_rect_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in fetch_glyphs()
1490 uv_rect_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in fetch_glyphs()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs114 uv_rect_handle: GpuCacheHandle, field
146 uv_rect_handle: GpuCacheHandle::new(), in new_standalone()
1123 uv_rect_handle, in get()
1148 entry.uv_rect_handle) in get_cache_location()
1838 uv_rect_handle: GpuCacheHandle::new(), in alloc()
1856 uv_rect_handle: Option<GpuCacheHandle>, field
1900 uv_rect_handle: None, in grow()
1911 uv_rect_handle: GpuCacheHandle, in cache_entry_impl()
1922 uv_rect_handle, in cache_entry_impl()
1942 self.slices[layer_index].uv_rect_handle = Some(uv_rect_handle); in occupy()
[all …]
H A Drender_task.rs142 pub uv_rect_handle: GpuCacheHandle, field
159 pub uv_rect_handle: GpuCacheHandle, field
254 pub uv_rect_handle: GpuCacheHandle, field
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()
1291 gpu_cache.get_address(&info.uv_rect_handle) in get_texture_address()
1295 gpu_cache.get_address(&info.uv_rect_handle) in get_texture_address()
1298 gpu_cache.get_address(&info.uv_rect_handle) in get_texture_address()
[all …]
H A Dbatch.rs939 specific_resource_address: cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
1158 cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
1902 cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
2031 uv_rect_addresses[channel] = cache_item.uv_rect_handle.as_int(gpu_cache); in add_prim_to_batch()
2188 cache_item.uv_rect_handle.as_int(gpu_cache), in add_prim_to_batch()
2329 let specific_resource_address = cache_item.uv_rect_handle.as_int(gpu_cache); in add_prim_to_batch()
2891 gpu_cache.get_address(&cache_item.uv_rect_handle), in get_image_tile_params()
2978 uv_rect_handle: cache_handle, in resolve_image()
3267 resource_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in add()
3309 resource_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in add()
H A Dresource_cache.rs77 pub uv_rect_handle: GpuCacheHandle, field
86 uv_rect_handle: GpuCacheHandle::new(), in invalid()
1032 uv_rect_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in fetch_glyphs()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Drender_task.rs173 pub uv_rect_handle: GpuCacheHandle, field
183 pub uv_rect_handle: GpuCacheHandle, field
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()
616 &info.uv_rect_handle in get_texture_handle()
620 &info.uv_rect_handle in get_texture_handle()
733 (&mut info.uv_rect_handle, info.color) in prepare_for_render()
736 (&mut info.uv_rect_handle, info.color) in prepare_for_render()
H A Dtexture_cache.rs100 uv_rect_handle: GpuCacheHandle, field
128 uv_rect_handle: GpuCacheHandle::new(),
138 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in update_gpu_cache()
349 gpu_cache.invalidate(&entry.uv_rect_handle);
431 uv_rect_handle: entry.uv_rect_handle, in get()
1072 uv_rect_handle: GpuCacheHandle::new(),
H A Dbatch.rs793 batch.push(base_instance.build(cache_item.uv_rect_handle.as_int(gpu_cache), 0, 0)); in add_prim_to_batch()
1310 cache_item.uv_rect_handle.as_int(gpu_cache),
1385 uv_rect_addresses[channel] = cache_item.uv_rect_handle.as_int(gpu_cache);
1487 uv_rect_handle: cache_handle, in resolve_image()
1629 … resource_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in add()
1646 … resource_address: gpu_cache.get_address(&info.cache_item.uv_rect_handle), in add()
H A Dresource_cache.rs66 pub uv_rect_handle: GpuCacheHandle, field
75 uv_rect_handle: GpuCacheHandle::new(), in invalid()
696 uv_rect_address: gpu_cache.get_address(&cache_item.uv_rect_handle), in fetch_glyphs()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dpicture_textures.rs46 pub uv_rect_handle: GpuCacheHandle, field
55 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in update_gpu_cache()
224 uv_rect_handle: GpuCacheHandle::new(), in get_or_allocate_tile()
H A Dtexture_cache.rs106 pub uv_rect_handle: GpuCacheHandle, field
146 uv_rect_handle: GpuCacheHandle::new(), in new_standalone()
158 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in update_gpu_cache()
810 gpu_cache.invalidate(&entry.uv_rect_handle); in run_compaction()
811 entry.uv_rect_handle = GpuCacheHandle::new(); in run_compaction()
959 gpu_cache.invalidate(&entry.uv_rect_handle);
1007 … let (texture_id, uv_rect, swizzle, uv_rect_handle, user_data) = self.get_cache_location(handle); in get()
1009 uv_rect_handle, in get()
1037 entry.uv_rect_handle,
1345 uv_rect_handle: GpuCacheHandle::new(), in allocate_from_shared_cache()
H A Dimage_source.rs54 uv_rect_handle: cache_handle, in resolve_image()
H A Drender_task.rs741 pub uv_rect_handle: GpuCacheHandle, field
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()
1326 gpu_cache.get_address(&self.uv_rect_handle) in get_texture_address()
1411 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in write_gpu_blocks()
H A Drender_task_graph.rs617 task.uv_rect_handle = cache_item.uv_rect_handle; in end_frame()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs123 uv_rect_handle: GpuCacheHandle, field
163 uv_rect_handle: GpuCacheHandle::new(), in new_standalone()
175 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in update_gpu_cache()
609 uv_rect_handle: GpuCacheHandle::new(), in get_or_allocate_tile()
1111 gpu_cache.invalidate(&entry.uv_rect_handle);
1167 … let (texture_id, uv_rect, swizzle, uv_rect_handle, user_data) = self.get_cache_location(handle); in get()
1169 uv_rect_handle, in get()
1197 entry.uv_rect_handle,
1513 uv_rect_handle: GpuCacheHandle::new(), in allocate_from_shared_cache()
H A Dimage_source.rs54 uv_rect_handle: cache_handle, in resolve_image()
H A Drender_task.rs741 pub uv_rect_handle: GpuCacheHandle, field
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()
1326 gpu_cache.get_address(&self.uv_rect_handle) in get_texture_address()
1411 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in write_gpu_blocks()
H A Drender_task_graph.rs618 task.uv_rect_handle = cache_item.uv_rect_handle; in end_frame()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs123 uv_rect_handle: GpuCacheHandle, field
163 uv_rect_handle: GpuCacheHandle::new(), in new_standalone()
175 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in update_gpu_cache()
609 uv_rect_handle: GpuCacheHandle::new(), in get_or_allocate_tile()
1111 gpu_cache.invalidate(&entry.uv_rect_handle);
1167 … let (texture_id, uv_rect, swizzle, uv_rect_handle, user_data) = self.get_cache_location(handle); in get()
1169 uv_rect_handle, in get()
1197 entry.uv_rect_handle,
1513 uv_rect_handle: GpuCacheHandle::new(), in allocate_from_shared_cache()
H A Dimage_source.rs54 uv_rect_handle: cache_handle, in resolve_image()
H A Drender_task.rs741 pub uv_rect_handle: GpuCacheHandle, field
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()
1326 gpu_cache.get_address(&self.uv_rect_handle) in get_texture_address()
1411 if let Some(mut request) = gpu_cache.request(&mut self.uv_rect_handle) { in write_gpu_blocks()
H A Drender_task_graph.rs618 task.uv_rect_handle = cache_item.uv_rect_handle; in end_frame()

12