Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dcommon.h395 _currentGroupSize = MaxGroupSize(); in CurrentGroupSize()
397 _currentGroupSize = currentGroupSize; in CurrentGroupSize()
399 cl_uint CurrentGroupSize() {return _currentGroupSize;} in CurrentGroupSize()
421 cl_uint _currentGroupSize; variable