Searched defs:MaxGroupSize (Results 1 – 2 of 2) sorted by relevance
425 void MaxGroupSize(cl_uint maxGroupSize) { _maxGroupSize = maxGroupSize; } in MaxGroupSize() function426 cl_uint MaxGroupSize() { return _maxGroupSize; } in MaxGroupSize() function
656 unsigned MinGroupSize, MaxGroupSize; in initialize() local