Searched refs:max_mem_alloc_size (Results 1 – 7 of 7) sorted by relevance
808 uint64_t max_mem_alloc_size; in si_get_compute_param() local812 &max_mem_alloc_size); in si_get_compute_param()820 *max_global_size = MIN2(4 * max_mem_alloc_size, in si_get_compute_param()844 uint64_t *max_mem_alloc_size = ret; in si_get_compute_param() local846 *max_mem_alloc_size = sscreen->info.max_alloc_size; in si_get_compute_param()
65 cl_ulong max_mem_alloc_size() const;
165 device::max_mem_alloc_size() const { in max_mem_alloc_size() function in device
27 device.get_info<cl::sycl::info::device::max_mem_alloc_size>(); in SYCLAllocator()
1064 uint64_t max_mem_alloc_size; in r600_get_compute_param() local1068 &max_mem_alloc_size); in r600_get_compute_param()1076 *max_global_size = MIN2(4 * max_mem_alloc_size, in r600_get_compute_param()1100 uint64_t *max_mem_alloc_size = ret; in r600_get_compute_param() local1102 *max_mem_alloc_size = rscreen->info.max_alloc_size; in r600_get_compute_param()
173 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size(); in clGetDeviceInfo()
84 map(std::mem_fn(&device::max_mem_alloc_size), ctx.devices()) in clCreateBuffer()