Searched refs:max_clock_frequency (Results 1 – 7 of 7) sorted by relevance
198 uint32_t max_clock_frequency; in ilo_get_compute_param() member282 val.max_clock_frequency = 1000; in ilo_get_compute_param()284 ptr = &val.max_clock_frequency; in ilo_get_compute_param()285 size = sizeof(val.max_clock_frequency); in ilo_get_compute_param()
66 cl_uint max_clock_frequency() const;
170 device::max_clock_frequency() const { in max_clock_frequency() function in device
122 max_clock_frequency, member173 (a->max_clock_frequency == b->max_clock_frequency) && in IsSameOpenCLDevice()186 (a->max_clock_frequency == b->max_clock_frequency) && in IsBenchmarkedOpenCLDevice()827 device_benchmark->max_clock_frequency=StringToInteger(token); in LoadOpenCLDeviceBenchmark()1148 (int)device->max_clock_frequency,(int)device->max_compute_units, in CacheOpenCLBenchmarks()2262 sizeof(cl_uint),&device->max_clock_frequency,NULL); in LoadOpenCLDevices()
302 max_clock_frequency,
157 buf.as_scalar<cl_uint>() = dev.max_clock_frequency(); in clGetDeviceInfo()
1048 uint32_t *max_clock_frequency = ret; in r600_get_compute_param() local1049 *max_clock_frequency = rscreen->info.max_shader_clock; in r600_get_compute_param()