Searched refs:pthreadpool_task_3d_t (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pthreadpool/include/ |
H A D | pthreadpool.h | 14 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 D | depth-to-space-nhwc.c | 209 …depth_to_space_op->compute.task_3d = (pthreadpool_task_3d_t) xnn_compute_depthtospace2d_hwc_contig… in setup_depth_to_space_nhwc()
|
H A D | binary-elementwise-nd.c | 1022 …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 D | shim.c | 138 pthreadpool_task_3d_t task, in pthreadpool_parallelize_3d()
|
H A 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()
|
H A 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()
|
/aosp_15_r20/external/pthreadpool/test/ |
H A 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()
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | compute.h | 47 pthreadpool_task_3d_t task_3d;
|