Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dthreadpool-legacy.c91 const size_t max_tile_j = context->tile_j; in compute_3d_tiled() local
94 const size_t index_j = tile_index_i_j.remainder * max_tile_j; in compute_3d_tiled()
97 const size_t tile_j = min(max_tile_j, context->range_j - index_j); in compute_3d_tiled()
170 const size_t max_tile_j = context->tile_j; in compute_4d_tiled() local
174 const size_t index_j = tile_index_i_j.remainder * max_tile_j; in compute_4d_tiled()
178 const size_t tile_j = min(max_tile_j, context->range_j - index_j); in compute_4d_tiled()
Dthreadpool-pthreads.c704 const size_t max_tile_j = context->tile_j; in compute_2d_tile_1d() local
706 const size_t index_j = tile_index.remainder * max_tile_j; in compute_2d_tile_1d()
707 const size_t tile_j = min(max_tile_j, context->range_j - index_j); in compute_2d_tile_1d()
764 const size_t max_tile_j = context->tile_j; in compute_2d_tile_2d() local
766 const size_t index_j = tile_index.remainder * max_tile_j; in compute_2d_tile_2d()
768 const size_t tile_j = min(max_tile_j, context->range_j - index_j); in compute_2d_tile_2d()
830 const size_t max_tile_j = context->tile_j; in compute_3d_tile_2d() local
833 const size_t index_j = tile_index_i_j.remainder * max_tile_j; in compute_3d_tile_2d()
835 const size_t tile_j = min(max_tile_j, context->range_j - index_j); in compute_3d_tile_2d()