Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h14 typedef void (*pthreadpool_task_3d_t)(void*, size_t, size_t, size_t); typedef
401 pthreadpool_task_3d_t function,
/aosp_15_r20/external/XNNPACK/src/operators/
H A Ddepth-to-space-nhwc.c209 …depth_to_space_op->compute.task_3d = (pthreadpool_task_3d_t) xnn_compute_depthtospace2d_hwc_contig… in setup_depth_to_space_nhwc()
H A Dbinary-elementwise-nd.c1022 …binary_elementwise_op->compute.task_3d = (pthreadpool_task_3d_t) xnn_compute_elementwise_binary_3d; in setup_binary_elementwise_nd()
/aosp_15_r20/external/pthreadpool/src/
H A Dshim.c138 pthreadpool_task_3d_t task, in pthreadpool_parallelize_3d()
H A Dfastpath.c366 …const pthreadpool_task_3d_t task = (pthreadpool_task_3d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_3d_fastpath()
H A 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()
/aosp_15_r20/external/pthreadpool/test/
H A 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()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcompute.h47 pthreadpool_task_3d_t task_3d;