Searched refs:pthreadpool_task_3d_t (Results 1 – 7 of 7) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 14 typedef void (*pthreadpool_task_3d_t)(void*, size_t, size_t, size_t); typedef 401 pthreadpool_task_3d_t function,
|
/external/XNNPACK/src/operators/ |
D | depth-to-space-nhwc.c | 151 …depth_to_space_op->compute.task_3d = (pthreadpool_task_3d_t) xnn_compute_depthtospace2d_hwc_contig… in xnn_setup_depth_to_space_nhwc_x32()
|
/external/pthreadpool/src/ |
D | shim.c | 138 pthreadpool_task_3d_t task, in pthreadpool_parallelize_3d()
|
D | fastpath.c | 366 …const pthreadpool_task_3d_t task = (pthreadpool_task_3d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_3d_fastpath()
|
D | portable-api.c | 335 …const pthreadpool_task_3d_t task = (pthreadpool_task_3d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_3d() 1560 pthreadpool_task_3d_t task, in pthreadpool_parallelize_3d()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 47 pthreadpool_task_3d_t task_3d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 2406 reinterpret_cast<pthreadpool_task_3d_t>(SetTrue3D), in TEST() 2434 reinterpret_cast<pthreadpool_task_3d_t>(SetTrue3D), in TEST() 2463 reinterpret_cast<pthreadpool_task_3d_t>(Increment3D), in TEST() 2492 reinterpret_cast<pthreadpool_task_3d_t>(Increment3D), in TEST() 2518 reinterpret_cast<pthreadpool_task_3d_t>(Increment3D), in TEST() 2550 reinterpret_cast<pthreadpool_task_3d_t>(Increment3D), in TEST() 2585 reinterpret_cast<pthreadpool_task_3d_t>(IncrementSame3D), in TEST() 2614 reinterpret_cast<pthreadpool_task_3d_t>(WorkImbalance3D), in TEST()
|