Searched refs:max_compute_units (Results 1 – 9 of 9) sorted by relevance
72 cl_uint max_compute_units() const;
195 device::max_compute_units() const { in max_compute_units() function in device
128 max_compute_units; member180 (a->max_compute_units == b->max_compute_units)) in IsSameOpenCLDevice()194 (a->max_compute_units == b->max_compute_units)) in IsBenchmarkedOpenCLDevice()875 device_benchmark->max_compute_units=StringToInteger(token); in LoadOpenCLDeviceBenchmark()1181 (int)device->max_clock_frequency,(int)device->max_compute_units, in CacheOpenCLBenchmarks()2424 sizeof(cl_uint),&device->max_compute_units,NULL); in LoadOpenCLDevices()
319 max_compute_units;
509 workItemCount=device->max_compute_units*2*256; in ComputeAddNoiseImage()
523 uint32_t *max_compute_units = ret; in llvmpipe_get_compute_param() local524 *max_compute_units = 8; in llvmpipe_get_compute_param()
803 uint32_t *max_compute_units = ret; in si_get_compute_param() local804 *max_compute_units = sscreen->info.num_good_compute_units; in si_get_compute_param()
113 buf.as_scalar<cl_uint>() = dev.max_compute_units(); in clGetDeviceInfo()
1032 uint32_t *max_compute_units = ret; in r600_get_compute_param() local1033 *max_compute_units = rscreen->info.num_good_compute_units; in r600_get_compute_param()