Searched refs:check_image_access (Results 1 – 8 of 8) sorted by relevance
/external/rust/android-crates-io/crates/vulkano/src/sync/future/ |
D | mod.rs | 217 fn check_image_access( in check_image_access() method 443 fn check_image_access( in check_image_access() function 451 (**self).check_image_access(image, range, exclusive, expected_layout, queue) in check_image_access()
|
D | join.rs | 232 fn check_image_access( in check_image_access() function 242 .check_image_access(image, range.clone(), exclusive, expected_layout, queue); in check_image_access() 245 .check_image_access(image, range, exclusive, expected_layout, queue); in check_image_access()
|
D | fence_signal.rs | 482 fn check_image_access( in check_image_access() function 492 previous.check_image_access(image, range, exclusive, expected_layout, queue) in check_image_access() 600 fn check_image_access( in check_image_access() function 608 (**self).check_image_access(image, range, exclusive, expected_layout, queue) in check_image_access()
|
D | semaphore_signal.rs | 216 fn check_image_access( in check_image_access() function 225 .check_image_access(image, range, exclusive, expected_layout, queue) in check_image_access()
|
D | now.rs | 70 fn check_image_access( in check_image_access() method
|
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/ |
D | traits.rs | 371 fn check_image_access( in check_image_access() function 414 .check_image_access(image, range, exclusive, expected_layout, queue) in check_image_access()
|
/external/rust/android-crates-io/crates/vulkano/src/swapchain/ |
D | swapchain.rs | 1692 fn check_image_access( in check_image_access() method 2135 fn check_image_access( in check_image_access() function 2153 .check_image_access(image, range, exclusive, expected_layout, queue) in check_image_access()
|
/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | queue.rs | 720 match future.check_image_access( in submit_with_future()
|