Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp73 cl_uint max_clock_frequency() const;
Ddevice.cpp297 device::max_clock_frequency() const { in max_clock_frequency() function in device
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c919 uint32_t *max_clock_frequency = ret; in si_get_compute_param() local
920 *max_clock_frequency = sscreen->info.max_gpu_freq_mhz; in si_get_compute_param()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp174 buf.as_scalar<cl_uint>() = dev.max_clock_frequency(); in clGetDeviceInfo()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1024 uint32_t *max_clock_frequency = ret; in r600_get_compute_param() local
1025 *max_clock_frequency = rscreen->info.max_gpu_freq_mhz; in r600_get_compute_param()