Searched defs:tile_i (Results 1 – 6 of 6) sorted by relevance
/external/pthreadpool/src/ |
D | legacy-api.c | 55 size_t tile_i, in pthreadpool_compute_2d_tiled() 71 size_t tile_i; member 87 const size_t tile_i = min(max_tile_i, context->range_i - index_i); in compute_3d_tiled() local 100 size_t tile_i, in pthreadpool_compute_3d_tiled() 147 size_t tile_i; member 168 const size_t tile_i = min(max_tile_i, context->range_i - index_i); in compute_4d_tiled() local 183 size_t tile_i, in pthreadpool_compute_4d_tiled()
|
D | shim.c | 105 size_t tile_i, in pthreadpool_parallelize_2d_tile_2d() 124 size_t tile_i, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
|
D | threadpool-object.h | 136 size_t tile_i; member 167 size_t tile_i; member
|
D | portable-api.c | 237 const size_t tile_i = threadpool->params.parallelize_2d_tile_2d.tile_i; in thread_parallelize_2d_tile_2d() local 295 const size_t tile_i = threadpool->params.parallelize_2d_tile_2d_with_uarch.tile_i; in thread_parallelize_2d_tile_2d_with_uarch() local 1451 size_t tile_i, in pthreadpool_parallelize_2d_tile_2d() 1503 size_t tile_i, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
|
D | fastpath.c | 261 const size_t tile_i = threadpool->params.parallelize_2d_tile_2d.tile_i; in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local 324 const size_t tile_i = threadpool->params.parallelize_2d_tile_2d_with_uarch.tile_i; in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 717 static void CheckBounds1DTile1D(void*, size_t start_i, size_t tile_i) { in CheckBounds1DTile1D() 750 static void CheckTiling1DTile1D(void*, size_t start_i, size_t tile_i) { in CheckTiling1DTile1D() 785 static void SetTrue1DTile1D(std::atomic_bool* processed_indicators, size_t start_i, size_t tile_i) { in SetTrue1DTile1D() 833 static void Increment1DTile1D(std::atomic_int* processed_counters, size_t start_i, size_t tile_i) { in Increment1DTile1D() 929 …c void IncrementSame1DTile1D(std::atomic_int* num_processed_items, size_t start_i, size_t tile_i) { in IncrementSame1DTile1D() 954 …c void WorkImbalance1DTile1D(std::atomic_int* num_processed_items, size_t start_i, size_t tile_i) { in WorkImbalance1DTile1D() 1615 static void CheckBounds2DTile2D(void*, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in CheckBounds2DTile2D() 1652 static void CheckTiling2DTile2D(void*, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in CheckTiling2DTile2D() 1694 …d::atomic_bool* processed_indicators, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in SetTrue2DTile2D() 1753 …(std::atomic_int* processed_counters, size_t start_i, size_t start_j, size_t tile_i, size_t tile_j… in Increment2DTile2D() [all …]
|