Home
last modified time | relevance | path

Searched refs:updated_blocks (Results 1 – 16 of 16) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/FunctionalJavascript/
H A DMoveBlockFormTest.php167 * @param array $updated_blocks
170 protected function moveBlockWithKeyboard($direction, $block_label, array $updated_blocks) { argument
182 $this->assertBlockTable($updated_blocks);
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/FunctionalJavascript/
H A DMoveBlockFormTest.php164 * @param array $updated_blocks
167 protected function moveBlockWithKeyboard($direction, $block_label, array $updated_blocks) { argument
179 $this->assertBlockTable($updated_blocks);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Services/
H A DHomePageService.php314 foreach ($updates as $location => $updated_blocks) {
315 foreach ($updated_blocks as $block_order => $block_id) {
371 foreach ($updates as $location => $updated_blocks) {
372 foreach ($updated_blocks as $block_order => $block_id) {
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs440 let (updated_blocks, max_requested_height) = self in update_gpu_cache()
457 updated_blocks, in update_gpu_cache()
478 self.profile.set(profiler::GPU_CACHE_BLOCKS_UPDATED, updated_blocks); in update_gpu_cache()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs440 let (updated_blocks, max_requested_height) = self in update_gpu_cache()
457 updated_blocks, in update_gpu_cache()
478 self.profile.set(profiler::GPU_CACHE_BLOCKS_UPDATED, updated_blocks); in update_gpu_cache()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs440 let (updated_blocks, max_requested_height) = self in update_gpu_cache()
457 updated_blocks, in update_gpu_cache()
478 self.profile.set(profiler::GPU_CACHE_BLOCKS_UPDATED, updated_blocks); in update_gpu_cache()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dprofiler.rs347 pub updated_blocks: IntProfileCounter, field
357 updated_blocks: IntProfileCounter::new("GPU cache blocks: updated"), in new()
905 value: counters.updated_blocks.value + counters.saved_blocks.value, in draw_gpu_cache_bars()
926 (color_updated, &counters.updated_blocks), in draw_gpu_cache_bars()
H A Drenderer.rs2944 let (updated_blocks, max_requested_height) = self in update_gpu_cache()
2961 updated_blocks, in update_gpu_cache()
2978 counters.updated_blocks.set(updated_blocks); in update_gpu_cache()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dprofiler.rs414 pub updated_blocks: IntProfileCounter, field
424 updated_blocks: IntProfileCounter::new("GPU cache blocks: updated"), in new()
1029 value: counters.updated_blocks.value + counters.saved_blocks.value, in draw_gpu_cache_bars()
1050 (color_updated, &counters.updated_blocks), in draw_gpu_cache_bars()
H A Drenderer.rs2752 let (updated_blocks, max_requested_height) = self in update_gpu_cache()
2769 updated_blocks, in update_gpu_cache()
2790 counters.updated_blocks.set(updated_blocks); in update_gpu_cache()
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmCommonBlockElim.hs82 | otherwise = iterate subst' updated_blocks
95 updated_blocks = map (map (first (map (lookupBid subst')))) merged_blocks function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dprofiler.rs662 pub updated_blocks: AverageIntProfileCounter, field
681 updated_blocks: AverageIntProfileCounter::new( in new()
1437 requested_blocks.set(counters.updated_blocks.get() + counters.saved_blocks.get()); in draw_gpu_cache_bars()
1456 (color_updated, &counters.updated_blocks), in draw_gpu_cache_bars()
1751 &backend_profile.resources.gpu_cache.updated_blocks, in draw_smart_profile()
H A Drenderer.rs3709 let (updated_blocks, max_requested_height) = self in update_gpu_cache()
3726 updated_blocks, in update_gpu_cache()
3747 counters.updated_blocks.set(updated_blocks); in update_gpu_cache()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dprofiler.rs870 let updated_blocks = self.get(GPU_CACHE_BLOCKS_UPDATED).unwrap_or(0.0) as usize; in draw_gpu_cache_bars() localVariable
875 let requested_blocks = updated_blocks + saved_blocks; in draw_gpu_cache_bars()
897 (color_updated, updated_blocks), in draw_gpu_cache_bars()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dprofiler.rs870 let updated_blocks = self.get(GPU_CACHE_BLOCKS_UPDATED).unwrap_or(0.0) as usize; in draw_gpu_cache_bars() localVariable
875 let requested_blocks = updated_blocks + saved_blocks; in draw_gpu_cache_bars()
897 (color_updated, updated_blocks), in draw_gpu_cache_bars()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dprofiler.rs912 let updated_blocks = self.get(GPU_CACHE_BLOCKS_UPDATED).unwrap_or(0.0) as usize; in draw_gpu_cache_bars() localVariable
917 let requested_blocks = updated_blocks + saved_blocks; in draw_gpu_cache_bars()
939 (color_updated, updated_blocks), in draw_gpu_cache_bars()