Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
Dtest_constant.cpp103 cl_ulong maxSize, maxGlobalSize, maxAllocSize; in test_constant() local
116 …err = clGetDeviceInfo(device, CL_DEVICE_GLOBAL_MEM_SIZE, sizeof(maxGlobalSize), &maxGlobalSize, 0); in test_constant()
119 if (maxSize > maxGlobalSize / 4) in test_constant()
120 maxSize = maxGlobalSize / 4; in test_constant()
/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.cpp391 cl_ulong result, maxGlobalSize; in getBufferSize() local
407 sizeof(maxGlobalSize), (void *)&maxGlobalSize, in getBufferSize()
415 if(maxGlobalSize < result * 10) in getBufferSize()
/external/OpenCL-CTS/test_conformance/api/
Dtest_api_min_max.cpp1299 cl_ulong maxSize, stepSize, currentSize, maxGlobalSize, maxAllocSize; in test_min_max_constant_buffer_size() local
1318 …r = clGetDeviceInfo(deviceID, CL_DEVICE_GLOBAL_MEM_SIZE, sizeof(maxGlobalSize), &maxGlobalSize, 0); in test_min_max_constant_buffer_size()
1321 if (maxSize > maxGlobalSize / 8) in test_min_max_constant_buffer_size()
1322 maxSize = maxGlobalSize / 8; in test_min_max_constant_buffer_size()