Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-object.h625 struct pthreadpool_2d_params parallelize_2d; member
H A Dportable-api.c149 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_2d.range_j; in thread_parallelize_2d()
1386 thread_function_t parallelize_2d = &thread_parallelize_2d; in pthreadpool_parallelize_2d() local
1390 parallelize_2d = &pthreadpool_thread_parallelize_2d_fastpath; in pthreadpool_parallelize_2d()
1394 threadpool, parallelize_2d, &params, sizeof(params), in pthreadpool_parallelize_2d()
H A Dfastpath.c163 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_2d.range_j; in pthreadpool_thread_parallelize_2d_fastpath()