Home
last modified time | relevance | path

Searched refs:validate_bind_memory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dsys.rs401 if let Err(err) = self.validate_bind_memory(&allocation) { in bind_memory()
409 fn validate_bind_memory(&self, allocation: &MemoryAlloc) -> Result<(), BufferError> { in validate_bind_memory() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dsys.rs1381 if let Err(err) = self.validate_bind_memory(&allocations) { in bind_memory()
1397 fn validate_bind_memory(&self, allocations: &[MemoryAlloc]) -> Result<(), ImageError> { in validate_bind_memory() method