Home
last modified time | relevance | path

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

/external/pthreadpool/src/
Dlegacy-api.c82 const size_t max_tile_j = context->tile_j; in compute_3d_tiled() local
85 const size_t index_j = tile_index_i_j.remainder * max_tile_j; in compute_3d_tiled()
88 const size_t tile_j = min(max_tile_j, context->range_j - index_j); in compute_3d_tiled()
161 const size_t max_tile_j = context->tile_j; in compute_4d_tiled() local
165 const size_t index_j = tile_index_i_j.remainder * max_tile_j; in compute_4d_tiled()
169 const size_t tile_j = min(max_tile_j, context->range_j - index_j); in compute_4d_tiled()