Home
last modified time | relevance | path

Searched refs:max_mem_alloc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Ddevice.rs391 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
H A Dcontext.rs178 pub fn max_mem_alloc(&self) -> u64 { in max_mem_alloc() method
181 .map(|dev| dev.max_mem_alloc()) in max_mem_alloc()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Ddevice.rs175 CL_DEVICE_MAX_MEM_ALLOC_SIZE => cl_prop::<cl_ulong>(dev.max_mem_alloc()), in query()
H A Dmemory.rs279 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()