Searched refs:max_mem_alloc_size (Results 1 – 7 of 7) sorted by relevance
73 dev.max_mem_alloc_size() < std::max(dev.max_mem_global() / 4, in get_highest_supported_version()114 if (dev.max_mem_alloc_size() < std::max(std::min((cl_ulong)1024 * 1024 * 1024, in get_highest_supported_version()291 device::max_mem_alloc_size() const { in max_mem_alloc_size() function in device
72 cl_ulong max_mem_alloc_size() const;
871 uint64_t max_mem_alloc_size; in si_get_compute_param() local874 &max_mem_alloc_size); in si_get_compute_param()883 MIN2(4 * max_mem_alloc_size, sscreen->info.max_heap_size_kb * 1024ull); in si_get_compute_param()908 uint64_t *max_mem_alloc_size = ret; in si_get_compute_param() local913 *max_mem_alloc_size = (sscreen->info.max_heap_size_kb / 4) * 1024ull; in si_get_compute_param()
981 uint64_t max_mem_alloc_size; in r600_get_compute_param() local985 &max_mem_alloc_size); in r600_get_compute_param()993 *max_global_size = MIN2(4 * max_mem_alloc_size, in r600_get_compute_param()1016 uint64_t *max_mem_alloc_size = ret; in r600_get_compute_param() local1018 *max_mem_alloc_size = (rscreen->info.max_heap_size_kb / 4) * 1024ull; in r600_get_compute_param()
119 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices()) in clCreateBufferWithProperties()596 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices()))) in clSVMAlloc()
190 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size(); in clGetDeviceInfo()
520 uint64_t *max_mem_alloc_size = ret; in llvmpipe_get_compute_param() local521 *max_mem_alloc_size = (1ULL << 31); in llvmpipe_get_compute_param()