Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.h144 _maxGroupSize(0), _passCount(0), _iterations(gInternalIterations) in CBasicTest()
390 void MaxGroupSize(cl_uint maxGroupSize) {_maxGroupSize = maxGroupSize;} in MaxGroupSize()
391 cl_uint MaxGroupSize() {return _maxGroupSize;} in MaxGroupSize()
420 cl_uint _maxGroupSize; variable