Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h14 typedef void (*pthreadpool_task_3d_t)(void*, size_t, size_t, size_t); typedef
401 pthreadpool_task_3d_t function,
/external/XNNPACK/src/operators/
Ddepth-to-space-nhwc.c151 …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/
Dshim.c138 pthreadpool_task_3d_t task, in pthreadpool_parallelize_3d()
Dfastpath.c366 …const pthreadpool_task_3d_t task = (pthreadpool_task_3d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_3d_fastpath()
Dportable-api.c335 …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/
Dcompute.h47 pthreadpool_task_3d_t task_3d;
/external/pthreadpool/test/
Dpthreadpool.cc2406 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()