Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_common/harness/
DkernelHelpers.cpp984 size_t *outMaxSize, size_t *outLimits) in get_max_allowed_work_group_size() argument
1049 *outMaxSize = (unsigned int)maxCommonSize; in get_max_allowed_work_group_size()
1102 size_t globalThreadSize, size_t *outMaxSize) in get_max_common_work_group_size() argument
1106 get_max_allowed_work_group_size(context, kernel, outMaxSize, sizeLimit); in get_max_common_work_group_size()
1115 (globalThreadSize % *outMaxSize) != 0 || (*outMaxSize > sizeLimit[0]); in get_max_common_work_group_size()
1116 (*outMaxSize)--) in get_max_common_work_group_size()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c1325 Size outMaxSize; in CtlObj_GetControlDataSize() local
1336 &outMaxSize); in CtlObj_GetControlDataSize()
1339 outMaxSize); in CtlObj_GetControlDataSize()