Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_kernel.cpp131 size_t read_cache_size = 0; in build_kernel() local
162 cache_file.get_file_size (read_cache_size); in build_kernel()
163 if (read_cache_size > 0) { in build_kernel()
164 … kernel_cache = (uint8_t*) xcam_malloc0 (sizeof (uint8_t) * (read_cache_size + 1)); in build_kernel()
166 cache_file.read_file (kernel_cache, read_cache_size); in build_kernel()
169 ret = single_kernel->load_from_binary (kernel_cache, read_cache_size); in build_kernel()