Home
last modified time | relevance | path

Searched refs:max_compute_units (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp72 cl_uint max_compute_units() const;
Ddevice.cpp195 device::max_compute_units() const { in max_compute_units() function in device
/external/ImageMagick/MagickCore/
Dopencl.c128 max_compute_units; member
180 (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()
Dopencl-private.h319 max_compute_units;
Daccelerate.c509 workItemCount=device->max_compute_units*2*256; in ComputeAddNoiseImage()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c523 uint32_t *max_compute_units = ret; in llvmpipe_get_compute_param() local
524 *max_compute_units = 8; in llvmpipe_get_compute_param()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c803 uint32_t *max_compute_units = ret; in si_get_compute_param() local
804 *max_compute_units = sscreen->info.num_good_compute_units; in si_get_compute_param()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp113 buf.as_scalar<cl_uint>() = dev.max_compute_units(); in clGetDeviceInfo()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1032 uint32_t *max_compute_units = ret; in r600_get_compute_param() local
1033 *max_compute_units = rscreen->info.num_good_compute_units; in r600_get_compute_param()