Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-object.h629 struct pthreadpool_3d_params parallelize_3d; member
H A Dportable-api.c340 const struct fxdiv_divisor_size_t range_k = threadpool->params.parallelize_3d.range_k; in thread_parallelize_3d()
342 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_3d.range_j; in thread_parallelize_3d()
1591 thread_function_t parallelize_3d = &thread_parallelize_3d; in pthreadpool_parallelize_3d() local
1595 parallelize_3d = &pthreadpool_thread_parallelize_3d_fastpath; in pthreadpool_parallelize_3d()
1599 threadpool, parallelize_3d, &params, sizeof(params), in pthreadpool_parallelize_3d()
H A Dfastpath.c374 const struct fxdiv_divisor_size_t range_k = threadpool->params.parallelize_3d.range_k; in pthreadpool_thread_parallelize_3d_fastpath()
376 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_3d.range_j; in pthreadpool_thread_parallelize_3d_fastpath()