Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/src/
H A Dfastpath.c1027 …const struct fxdiv_divisor_size_t tile_range_lm = threadpool->params.parallelize_5d_tile_2d.tile_r… in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1029 const struct fxdiv_divisor_size_t range_k = threadpool->params.parallelize_5d_tile_2d.range_k; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1031 …const struct fxdiv_divisor_size_t tile_range_m = threadpool->params.parallelize_5d_tile_2d.tile_ra… in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1033 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_5d_tile_2d.range_j; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1035 const size_t tile_l = threadpool->params.parallelize_5d_tile_2d.tile_l; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1036 const size_t tile_m = threadpool->params.parallelize_5d_tile_2d.tile_m; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1043 const size_t range_m = threadpool->params.parallelize_5d_tile_2d.range_m; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
1044 const size_t range_l = threadpool->params.parallelize_5d_tile_2d.range_l; in pthreadpool_thread_parallelize_5d_tile_2d_fastpath()
H A Dportable-api.c943 …const struct fxdiv_divisor_size_t tile_range_lm = threadpool->params.parallelize_5d_tile_2d.tile_r… in thread_parallelize_5d_tile_2d()
945 const struct fxdiv_divisor_size_t range_k = threadpool->params.parallelize_5d_tile_2d.range_k; in thread_parallelize_5d_tile_2d()
947 …const struct fxdiv_divisor_size_t tile_range_m = threadpool->params.parallelize_5d_tile_2d.tile_ra… in thread_parallelize_5d_tile_2d()
949 const struct fxdiv_divisor_size_t range_j = threadpool->params.parallelize_5d_tile_2d.range_j; in thread_parallelize_5d_tile_2d()
951 const size_t tile_l = threadpool->params.parallelize_5d_tile_2d.tile_l; in thread_parallelize_5d_tile_2d()
952 const size_t tile_m = threadpool->params.parallelize_5d_tile_2d.tile_m; in thread_parallelize_5d_tile_2d()
959 const size_t range_m = threadpool->params.parallelize_5d_tile_2d.range_m; in thread_parallelize_5d_tile_2d()
960 const size_t range_l = threadpool->params.parallelize_5d_tile_2d.range_l; in thread_parallelize_5d_tile_2d()
2180 thread_function_t parallelize_5d_tile_2d = &thread_parallelize_5d_tile_2d; in pthreadpool_parallelize_5d_tile_2d() local
2184 parallelize_5d_tile_2d = &pthreadpool_thread_parallelize_5d_tile_2d_fastpath; in pthreadpool_parallelize_5d_tile_2d()
[all …]
H A Dthreadpool-object.h639 struct pthreadpool_5d_tile_2d_params parallelize_5d_tile_2d; member