Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp71 cl_uint max_clock_frequency() const;
Ddevice.cpp189 device::max_clock_frequency() const { in max_clock_frequency() function in device
/external/ImageMagick/MagickCore/
Dopencl.c127 max_clock_frequency, member
179 (a->max_clock_frequency == b->max_clock_frequency) && in IsSameOpenCLDevice()
193 (a->max_clock_frequency == b->max_clock_frequency) && in IsBenchmarkedOpenCLDevice()
870 device_benchmark->max_clock_frequency=StringToInteger(token); in LoadOpenCLDeviceBenchmark()
1181 (int)device->max_clock_frequency,(int)device->max_compute_units, in CacheOpenCLBenchmarks()
2421 sizeof(cl_uint),&device->max_clock_frequency,NULL); in LoadOpenCLDevices()
Dopencl-private.h318 max_clock_frequency,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c796 uint32_t *max_clock_frequency = ret; in si_get_compute_param() local
797 *max_clock_frequency = sscreen->info.max_shader_clock; in si_get_compute_param()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp157 buf.as_scalar<cl_uint>() = dev.max_clock_frequency(); in clGetDeviceInfo()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1025 uint32_t *max_clock_frequency = ret; in r600_get_compute_param() local
1026 *max_clock_frequency = rscreen->info.max_shader_clock; in r600_get_compute_param()