Home
last modified time | relevance | path

Searched defs:BatchUploadCopy (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs362 batch_upload_copies: &mut Vec<BatchUploadCopy>, in copy_into_staging_buffer()
474 batch_upload_copies: &mut Vec<BatchUploadCopy>, in skip_staging_buffer()
511 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache()
538 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache_using_draw_calls()
834 struct BatchUploadCopy { struct
836 src_texture_index: usize,
837 src_offset: DeviceIntPoint,
838 dest_texture_id: CacheTextureId,
839 dest_offset: DeviceIntPoint,
840 size: DeviceIntSize,
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs322 batch_upload_copies: &mut Vec<BatchUploadCopy>, in copy_into_staging_buffer()
429 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache()
456 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache_using_draw_calls()
786 struct BatchUploadCopy { struct
788 src_texture_index: usize,
789 src_offset: DeviceIntPoint,
790 dest_texture_id: CacheTextureId,
791 dest_offset: DeviceIntPoint,
792 size: DeviceIntSize,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs322 batch_upload_copies: &mut Vec<BatchUploadCopy>, in copy_into_staging_buffer()
429 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache()
456 batch_upload_copies: Vec<BatchUploadCopy>, in copy_from_staging_to_cache_using_draw_calls()
786 struct BatchUploadCopy { struct
788 src_texture_index: usize,
789 src_offset: DeviceIntPoint,
790 dest_texture_id: CacheTextureId,
791 dest_offset: DeviceIntPoint,
792 size: DeviceIntSize,