Home
last modified time | relevance | path

Searched refs:async_copy (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/oclgrind/Oclgrind-21.10/tests/kernels/
H A DTESTS3 async_copy/async_copy
4 async_copy/async_copy_divergent
5 async_copy/async_copy_global_race
6 async_copy/async_copy_local_race
7 async_copy/async_copy_loop
8 async_copy/async_copy_loop_divergent
9 async_copy/async_copy_single_wi
10 async_copy/async_copy_unwaited
/dports/devel/thrust/thrust-1.9.5/thrust/async/
H A Dcopy.h50 async_copy( in async_copy() function
68 using thrust::async::unimplemented::async_copy;
85 async_copy(
105 async_copy(
/dports/devel/oclgrind/Oclgrind-21.10/tests/kernels/async_copy/
H A Dasync_copy.sim1 async_copy.cl
2 async_copy
H A Dasync_copy.cl1 kernel void async_copy(global int *data, local int *scratch)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dasync_file.cpp89 atp->async_copy = this; in init()
106 atp->async_copy = NULL; in ~ASYNC_COPY()
136 atp->async_copy = NULL; in copy_chunk()
H A Dapp.h172 ASYNC_COPY* async_copy; member
H A Dapp.cpp88 if (async_copy) { in ~ACTIVE_TASK()
89 remove_async_copy(async_copy); in ~ACTIVE_TASK()
155 async_copy = NULL; in ACTIVE_TASK()
H A Dapp_start.cpp561 if (async_copy) {
1369 if (at.async_copy == NULL) {
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/async/
H A Dcopy.h491 auto async_copy(
510 auto async_copy(
529 auto async_copy(
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nfsd/
H A Dnfs4proc.c1514 struct nfsd4_copy *async_copy = NULL; in nfsd4_copy() local
1539 if (!async_copy) in nfsd4_copy()
1543 refcount_set(&async_copy->refcount, 1); in nfsd4_copy()
1546 dup_copy_fields(copy, async_copy); in nfsd4_copy()
1548 async_copy, "%s", "copy thread"); in nfsd4_copy()
1549 if (IS_ERR(async_copy->copy_task)) in nfsd4_copy()
1552 list_add(&async_copy->copies, in nfsd4_copy()
1553 &async_copy->cp_clp->async_copies); in nfsd4_copy()
1555 wake_up_process(async_copy->copy_task); in nfsd4_copy()
1563 if (async_copy) in nfsd4_copy()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nfsd/
H A Dnfs4proc.c1514 struct nfsd4_copy *async_copy = NULL; in nfsd4_copy() local
1539 if (!async_copy) in nfsd4_copy()
1543 refcount_set(&async_copy->refcount, 1); in nfsd4_copy()
1546 dup_copy_fields(copy, async_copy); in nfsd4_copy()
1548 async_copy, "%s", "copy thread"); in nfsd4_copy()
1549 if (IS_ERR(async_copy->copy_task)) in nfsd4_copy()
1552 list_add(&async_copy->copies, in nfsd4_copy()
1553 &async_copy->cp_clp->async_copies); in nfsd4_copy()
1555 wake_up_process(async_copy->copy_task); in nfsd4_copy()
1563 if (async_copy) in nfsd4_copy()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nfsd/
H A Dnfs4proc.c1514 struct nfsd4_copy *async_copy = NULL; in nfsd4_copy() local
1539 if (!async_copy) in nfsd4_copy()
1543 refcount_set(&async_copy->refcount, 1); in nfsd4_copy()
1546 dup_copy_fields(copy, async_copy); in nfsd4_copy()
1548 async_copy, "%s", "copy thread"); in nfsd4_copy()
1549 if (IS_ERR(async_copy->copy_task)) in nfsd4_copy()
1552 list_add(&async_copy->copies, in nfsd4_copy()
1553 &async_copy->cp_clp->async_copies); in nfsd4_copy()
1555 wake_up_process(async_copy->copy_task); in nfsd4_copy()
1563 if (async_copy) in nfsd4_copy()
[all …]
/dports/devel/oclgrind/Oclgrind-21.10/src/core/
H A DWorkGroup.h67 size_t async_copy(const WorkItem* workItem,
H A DWorkGroup.cpp87 size_t WorkGroup::async_copy(const WorkItem* workItem, in async_copy() function in WorkGroup
/dports/math/libxsmm/libxsmm-1.16.3/samples/cp2k/
H A Dmdarray.hpp783 inline void async_copy(size_t n__, int stream_id__) in async_copy() function in mdarray_base
795 inline void async_copy(int stream_id__) in async_copy() function in mdarray_base
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1241 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1249 if (async_copy && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1253 if (async_copy) { in si_blit()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dsi_blit.c1237 bool async_copy = info->dst.box.x == 0 && info->dst.box.y == 0 && info->dst.box.z == 0 && in si_blit() local
1245 if (async_copy && sctx->chip_class < GFX10_3 && si_sdma_copy_image(sctx, sdst, ssrc)) in si_blit()
1249 if (async_copy) { in si_blit()

12