Searched defs:try_gpu_lock (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/vulkano/src/buffer/ |
D | traits.rs | 104 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
|
D | immutable.rs | 376 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
|
D | slice.rs | 240 fn try_gpu_lock(&self, exclusive_access: bool, queue: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
|
D | cpu_pool.rs | 652 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
|
D | device_local.rs | 304 fn try_gpu_lock(&self, exclusive: bool, _: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
|
D | cpu_access.rs | 391 fn try_gpu_lock(&self, exclusive_access: bool, _: &Queue) -> Result<(), AccessError> { in try_gpu_lock() function
|
/external/rust/crates/vulkano/src/image/ |
D | traits.rs | 192 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
|
D | immutable.rs | 483 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
|
D | swapchain.rs | 123 fn try_gpu_lock(&self, _: bool, _: bool, _: ImageLayout) -> Result<(), AccessError> { in try_gpu_lock() method
|
D | storage.rs | 225 fn try_gpu_lock( in try_gpu_lock() function
|
D | attachment.rs | 529 fn try_gpu_lock( in try_gpu_lock() method
|