Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Docl.cpp4152 size_t defaultPoolSize, poolSize; in OpenCLAllocator() local
4153 defaultPoolSize = ocl::Device::getDefault().isIntel() ? 1 << 27 : 0; in OpenCLAllocator()
4154 … poolSize = getConfigurationParameterForSize("OPENCV_OPENCL_BUFFERPOOL_LIMIT", defaultPoolSize); in OpenCLAllocator()
4156 …ize = getConfigurationParameterForSize("OPENCV_OPENCL_HOST_PTR_BUFFERPOOL_LIMIT", defaultPoolSize); in OpenCLAllocator()
4159 …poolSize = getConfigurationParameterForSize("OPENCV_OPENCL_SVM_BUFFERPOOL_LIMIT", defaultPoolSize); in OpenCLAllocator()