Home
last modified time | relevance | path

Searched refs:max_clock_frequency (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_screen.c198 uint32_t max_clock_frequency; in ilo_get_compute_param() member
282 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()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp66 cl_uint max_clock_frequency() const;
Ddevice.cpp170 device::max_clock_frequency() const { in max_clock_frequency() function in device
/external/ImageMagick/MagickCore/
Dopencl.c122 max_clock_frequency, member
173 (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()
Dopencl-private.h302 max_clock_frequency,
/external/mesa3d/src/gallium/state_trackers/clover/api/
Ddevice.cpp157 buf.as_scalar<cl_uint>() = dev.max_clock_frequency(); in clGetDeviceInfo()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c1048 uint32_t *max_clock_frequency = ret; in r600_get_compute_param() local
1049 *max_clock_frequency = rscreen->info.max_shader_clock; in r600_get_compute_param()