Searched refs:validate_bind_memory (Results 1 – 2 of 2) sorted by relevance
401 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
1381 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