Home
last modified time | relevance | path

Searched refs:texture_alloc_time_start (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs376 let texture_alloc_time_start = precise_time_ns(); in copy_into_staging_buffer() localVariable
378 stats.texture_alloc_time = precise_time_ns() - texture_alloc_time_start; in copy_into_staging_buffer()
480 let texture_alloc_time_start = precise_time_ns(); in skip_staging_buffer() localVariable
482 stats.texture_alloc_time = precise_time_ns() - texture_alloc_time_start; in skip_staging_buffer()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs336 let texture_alloc_time_start = precise_time_ns(); in copy_into_staging_buffer() localVariable
338 stats.texture_alloc_time = precise_time_ns() - texture_alloc_time_start; in copy_into_staging_buffer()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs336 let texture_alloc_time_start = precise_time_ns(); in copy_into_staging_buffer() localVariable
338 stats.texture_alloc_time = precise_time_ns() - texture_alloc_time_start; in copy_into_staging_buffer()