Home
last modified time | relevance | path

Searched refs:max_mem_alloc_size (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c809 uint64_t max_mem_alloc_size; in si_get_compute_param() local
812 &max_mem_alloc_size); in si_get_compute_param()
821 MIN2(4 * max_mem_alloc_size, MAX2(sscreen->info.gart_size, sscreen->info.vram_size)); in si_get_compute_param()
843 uint64_t *max_mem_alloc_size = ret; in si_get_compute_param() local
845 *max_mem_alloc_size = sscreen->info.max_alloc_size; in si_get_compute_param()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.cpp73 dev.max_mem_alloc_size() < std::max(dev.max_mem_global() / 4, in get_highest_supported_version()
120 if (dev.max_mem_alloc_size() < std::max(std::min((cl_ulong)1024 * 1024 * 1024, in get_highest_supported_version()
295 device::max_mem_alloc_size() const { in max_mem_alloc_size() function in device
Ddevice.hpp72 cl_ulong max_mem_alloc_size() const;
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c975 uint64_t max_mem_alloc_size; in r600_get_compute_param() local
979 &max_mem_alloc_size); in r600_get_compute_param()
987 *max_global_size = MIN2(4 * max_mem_alloc_size, in r600_get_compute_param()
1011 uint64_t *max_mem_alloc_size = ret; in r600_get_compute_param() local
1013 *max_mem_alloc_size = rscreen->info.max_alloc_size; in r600_get_compute_param()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp119 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices()) in clCreateBufferWithProperties()
526 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices()))) in clSVMAlloc()
Ddevice.cpp190 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size(); in clGetDeviceInfo()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c511 uint64_t *max_mem_alloc_size = ret; in llvmpipe_get_compute_param() local
512 *max_mem_alloc_size = (1ULL << 31); in llvmpipe_get_compute_param()