Home
last modified time | relevance | path

Searched defs:try_gpu_lock (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/vulkano/src/buffer/
Dtraits.rs104 fn try_gpu_lock(&self, exclusive_access: bool, queue: &Queue) -> Result<(), AccessError>; in try_gpu_lock() method
188 fn try_gpu_lock(&self, exclusive_access: bool, queue: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
Dimmutable.rs376 fn try_gpu_lock(&self, exclusive_access: bool, _: &Queue) -> Result<(), AccessError> { in try_gpu_lock() method
450 fn try_gpu_lock(&self, _: bool, _: &Queue) -> Result<(), AccessError> { in try_gpu_lock() method
Dslice.rs240 fn try_gpu_lock(&self, exclusive_access: bool, queue: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
Dcpu_pool.rs652 fn try_gpu_lock(&self, _: bool, _: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
803 fn try_gpu_lock(&self, e: bool, q: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
Ddevice_local.rs304 fn try_gpu_lock(&self, exclusive: bool, _: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
Dcpu_access.rs391 fn try_gpu_lock(&self, exclusive_access: bool, _: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
/external/rust/crates/vulkano/src/image/
Dtraits.rs192 fn try_gpu_lock( in try_gpu_lock() method
281 fn try_gpu_lock( in try_gpu_lock() function
377 fn try_gpu_lock( in try_gpu_lock() function
Dimmutable.rs483 fn try_gpu_lock( in try_gpu_lock() method
568 fn try_gpu_lock( in try_gpu_lock() method
638 fn try_gpu_lock( in try_gpu_lock() method
Dswapchain.rs123 fn try_gpu_lock(&self, _: bool, _: bool, _: ImageLayout) -> Result<(), AccessError> { in try_gpu_lock() method
Dstorage.rs225 fn try_gpu_lock( in try_gpu_lock() function
Dattachment.rs529 fn try_gpu_lock( in try_gpu_lock() method