Home
last modified time | relevance | path

Searched refs:check_image_access (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/sync/future/
Dmod.rs217 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()
Djoin.rs232 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()
Dfence_signal.rs482 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()
Dsemaphore_signal.rs216 fn check_image_access( in check_image_access() function
225 .check_image_access(image, range, exclusive, expected_layout, queue) in check_image_access()
Dnow.rs70 fn check_image_access( in check_image_access() method
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dtraits.rs371 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/
Dswapchain.rs1692 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/
Dqueue.rs720 match future.check_image_access( in submit_with_future()