Searched defs:max_compute_units (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_screen.c199 uint32_t max_compute_units; member in union:__anon14983
288 val.max_compute_units = is->dev.eu_count;
290 ptr = &val.max_compute_units;
291 size = sizeof(val.max_compute_units);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.cpp176 device::max_compute_units() const { function in class:device
/external/ImageMagick/MagickCore/
H A Dopencl-private.h303 max_compute_units; member in struct:_MagickCLDevice
H A Dopencl.c124 max_compute_units;
175 (a->max_compute_units == b->max_compute_units))
188 (a->max_compute_units == b->max_compute_units))
833 device_benchmark->max_compute_units=StringToInteger(token);
1149 (int)device->max_clock_frequency,(int)device->max_compute_units,
2266 sizeof(cl_uint),&device->max_compute_units,NULL);
123 max_compute_units; member in struct:__anon76
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_pipe_common.c1055 uint32_t *max_compute_units = ret; local
1056 *max_compute_units = rscreen->info.num_good_compute_units;

Completed in 627 milliseconds