Home
last modified time | relevance | path

Searched defs:buffer_copy_size (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dcopy.rs1664 let buffer_copy_size = region.buffer_copy_size(image_subresource_format); in validate_copy_buffer_to_image() localVariable
1826 let buffer_copy_size = region.buffer_copy_size(dst_image.format()); in copy_buffer_to_image_unchecked() localVariable
2284 let buffer_copy_size = region.buffer_copy_size(image_subresource_format); in validate_copy_image_to_buffer() localVariable
2447 let buffer_copy_size = region.buffer_copy_size(src_image.format()); in copy_image_to_buffer_unchecked() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dcopy.rs1322 let buffer_copy_size = region.buffer_copy_size(image_subresource_format); in validate_copy_buffer_to_image() localVariable
1753 let buffer_copy_size = region.buffer_copy_size(image_subresource_format); in validate_copy_image_to_buffer() localVariable
4441 pub(crate) fn buffer_copy_size(&self, format: Format) -> DeviceSize { in buffer_copy_size() method