Searched refs:maxGlobalSize (Results 1 – 3 of 3) sorted by relevance
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_constant.cpp | 103 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/ |
D | cl_utils.cpp | 391 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/ |
D | test_api_min_max.cpp | 1299 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()
|