Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_context.cpp233 const size_t *local_sizes = NULL; in execute_kernel() local
252 local_sizes = work_size.local; in execute_kernel()
254 local_sizes = NULL; in execute_kernel()
259 work_size.dim, NULL, work_size.global, local_sizes, in execute_kernel()