Searched refs:max_mem_alloc (Results 1 – 4 of 4) sorted by relevance
391 if self.max_mem_alloc() < limit { in check_custom()709 self.max_mem_alloc(), in const_max_size()880 self.max_mem_alloc() / MAX_PIXEL_SIZE_BYTES, in image_buffer_max_size_pixels()940 pub fn max_mem_alloc(&self) -> cl_ulong { in max_mem_alloc() method
178 pub fn max_mem_alloc(&self) -> u64 { in max_mem_alloc() method181 .map(|dev| dev.max_mem_alloc()) in max_mem_alloc()
175 CL_DEVICE_MAX_MEM_ALLOC_SIZE => cl_prop::<cl_ulong>(dev.max_mem_alloc()), in query()
279 if checked_compare(size, Ordering::Greater, c.max_mem_alloc()) { in create_buffer_with_properties()2294 if size == 0 || checked_compare(size, Ordering::Greater, c.max_mem_alloc()) { in svm_alloc()