Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs72 let mut batch_upload_copies = Vec::new(); in upload_to_texture_cache() localVariable
159 &mut batch_upload_copies, in upload_to_texture_cache()
174 &mut batch_upload_copies, in upload_to_texture_cache()
250 if !batch_upload_copies.is_empty() { in upload_to_texture_cache()
265 batch_upload_copies, in upload_to_texture_cache()
271 batch_upload_copies, in upload_to_texture_cache()
413 batch_upload_copies.push(BatchUploadCopy { in copy_into_staging_buffer()
493 batch_upload_copies.push(BatchUploadCopy { in skip_staging_buffer()
511 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache()
513 for copy in batch_upload_copies { in copy_from_staging_to_cache()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs70 let mut batch_upload_copies = Vec::new(); in upload_to_texture_cache() localVariable
151 &mut batch_upload_copies, in upload_to_texture_cache()
216 if !batch_upload_copies.is_empty() { in upload_to_texture_cache()
231 batch_upload_copies, in upload_to_texture_cache()
237 batch_upload_copies, in upload_to_texture_cache()
322 batch_upload_copies: &mut Vec<BatchUploadCopy>, in copy_into_staging_buffer()
373 batch_upload_copies.push(BatchUploadCopy { in copy_into_staging_buffer()
429 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache()
431 for copy in batch_upload_copies { in copy_from_staging_to_cache()
456 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache_using_draw_calls()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs70 let mut batch_upload_copies = Vec::new(); in upload_to_texture_cache() localVariable
151 &mut batch_upload_copies, in upload_to_texture_cache()
216 if !batch_upload_copies.is_empty() { in upload_to_texture_cache()
231 batch_upload_copies, in upload_to_texture_cache()
237 batch_upload_copies, in upload_to_texture_cache()
322 batch_upload_copies: &mut Vec<BatchUploadCopy>, in copy_into_staging_buffer()
373 batch_upload_copies.push(BatchUploadCopy { in copy_into_staging_buffer()
429 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache()
431 for copy in batch_upload_copies { in copy_from_staging_to_cache()
456 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache_using_draw_calls()
[all …]