Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/src/
H A Dportable-api.c190 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d.tile_ra… in thread_parallelize_2d_tile_1d()
192 const size_t tile_j = threadpool->params.parallelize_2d_tile_1d.tile_j; in thread_parallelize_2d_tile_1d()
196 const size_t range_j = threadpool->params.parallelize_2d_tile_1d.range_j; in thread_parallelize_2d_tile_1d()
1432 thread_function_t parallelize_2d_tile_1d = &thread_parallelize_2d_tile_1d; in pthreadpool_parallelize_2d_tile_1d() local
1436 parallelize_2d_tile_1d = &pthreadpool_thread_parallelize_2d_tile_1d_fastpath; in pthreadpool_parallelize_2d_tile_1d()
1440 threadpool, parallelize_2d_tile_1d, &params, sizeof(params), in pthreadpool_parallelize_2d_tile_1d()
H A Dthreadpool-object.h626 struct pthreadpool_2d_tile_1d_params parallelize_2d_tile_1d; member
H A Dfastpath.c209 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d.tile_ra… in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
211 const size_t tile_j = threadpool->params.parallelize_2d_tile_1d.tile_j; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
215 const size_t range_j = threadpool->params.parallelize_2d_tile_1d.range_j; in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()