Searched refs:max_mem_alloc_size (Results 1 – 7 of 7) sorted by relevance
809 uint64_t max_mem_alloc_size; in si_get_compute_param() local812 &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() local845 *max_mem_alloc_size = sscreen->info.max_alloc_size; in si_get_compute_param()
73 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
72 cl_ulong max_mem_alloc_size() const;
975 uint64_t max_mem_alloc_size; in r600_get_compute_param() local979 &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() local1013 *max_mem_alloc_size = rscreen->info.max_alloc_size; in r600_get_compute_param()
119 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()
190 buf.as_scalar<cl_ulong>() = dev.max_mem_alloc_size(); in clGetDeviceInfo()
511 uint64_t *max_mem_alloc_size = ret; in llvmpipe_get_compute_param() local512 *max_mem_alloc_size = (1ULL << 31); in llvmpipe_get_compute_param()