Home
last modified time | relevance | path

Searched refs:gather (Results 101 - 125 of 137) sorted by relevance

123456

/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_0.cpp342 Gather gather{}; in ConvertGather()
344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
H A Dlite_graph_to_hdi_model_v1_0.cpp342 Gather gather{}; in ConvertGather()
344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
H A Dlite_graph_to_hdi_model_v2_1.cpp596 Gather gather{}; in ConvertGather()
598 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
/kernel/linux/linux-5.10/drivers/crypto/amcc/
H A Dcrypto4xx_core.c163 * alloc memory for the gather ring
272 * alloc memory for the gather ring
750 * The gather ring and scatter ring needs to be consecutive in crypto4xx_build_pd()
835 /* enable gather */ in crypto4xx_build_pd()
836 sa->sa_command_0.bf.gather = 1; in crypto4xx_build_pd()
837 /* walk the sg, and setup gather array */ in crypto4xx_build_pd()
862 * Disable gather in sa command in crypto4xx_build_pd()
864 sa->sa_command_0.bf.gather = 0; in crypto4xx_build_pd()
866 * Indicate gather array is not used in crypto4xx_build_pd()
/kernel/linux/linux-5.10/drivers/iommu/loongson/
H A Diommu.c1243 size_t size, struct iommu_iotlb_gather *gather) in loongson_iommu_unmap()
1333 struct iommu_iotlb_gather *gather) in loongson_iommu_iotlb_sync()
1242 loongson_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) loongson_iommu_unmap() argument
1332 loongson_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) loongson_iommu_iotlb_sync() argument
/kernel/linux/linux-6.6/drivers/crypto/amcc/
H A Dcrypto4xx_core.c163 * alloc memory for the gather ring
272 * alloc memory for the gather ring
750 * The gather ring and scatter ring needs to be consecutive in crypto4xx_build_pd()
835 /* enable gather */ in crypto4xx_build_pd()
836 sa->sa_command_0.bf.gather = 1; in crypto4xx_build_pd()
837 /* walk the sg, and setup gather array */ in crypto4xx_build_pd()
862 * Disable gather in sa command in crypto4xx_build_pd()
864 sa->sa_command_0.bf.gather = 0; in crypto4xx_build_pd()
866 * Indicate gather array is not used in crypto4xx_build_pd()
/third_party/python/Lib/asyncio/
H A Dbase_events.py551 results = await tasks.gather(
1491 infos = await tasks.gather(*fs)
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp454 bool gather = (state.textureFilter == FILTER_GATHER); in sampleQuad2D() local
481 if(!gather) // Blend in sampleQuad2D()
900 bool gather = (state.textureFilter == FILTER_GATHER); in sampleFloat2D() local
950 if(!gather) // Blend in sampleFloat2D()
2234 // TODO: Eliminate when the gather + mirror addressing case is handled by mirroring the footprint.
2611 // Normalize all components using the gather component scale. in getGatherComponent()
/kernel/linux/linux-5.10/drivers/iommu/
H A Dexynos-iommu.c1136 struct iommu_iotlb_gather *gather) in exynos_iommu_unmap()
1134 exynos_iommu_unmap(struct iommu_domain *iommu_domain, unsigned long l_iova, size_t size, struct iommu_iotlb_gather *gather) exynos_iommu_unmap() argument
H A Drockchip-iommu.c798 size_t size, struct iommu_iotlb_gather *gather) in rk_iommu_unmap()
797 rk_iommu_unmap(struct iommu_domain *domain, unsigned long _iova, size_t size, struct iommu_iotlb_gather *gather) rk_iommu_unmap() argument
H A Domap-iommu.c1370 size_t size, struct iommu_iotlb_gather *gather) in omap_iommu_unmap()
1369 omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, size_t size, struct iommu_iotlb_gather *gather) omap_iommu_unmap() argument
/kernel/linux/linux-5.10/drivers/staging/octeon/
H A Docteon-stubs.h1150 uint64_t gather:1; member
/kernel/linux/linux-6.6/drivers/staging/octeon/
H A Docteon-stubs.h1150 uint64_t gather:1; member
/kernel/linux/linux-6.6/drivers/iommu/
H A Drockchip-iommu.c858 size_t size, struct iommu_iotlb_gather *gather) in rk_iommu_unmap()
857 rk_iommu_unmap(struct iommu_domain *domain, unsigned long _iova, size_t size, struct iommu_iotlb_gather *gather) rk_iommu_unmap() argument
H A Dexynos-iommu.c1278 struct iommu_iotlb_gather *gather) in exynos_iommu_unmap()
1276 exynos_iommu_unmap(struct iommu_domain *iommu_domain, unsigned long l_iova, size_t size, struct iommu_iotlb_gather *gather) exynos_iommu_unmap() argument
H A Domap-iommu.c1365 size_t size, struct iommu_iotlb_gather *gather) in omap_iommu_unmap()
1364 omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, size_t size, struct iommu_iotlb_gather *gather) omap_iommu_unmap() argument
/third_party/glslang/SPIRV/
H A DSpvBuilder.h566 Id createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather,
H A DSpvBuilder.cpp2883 Id Builder::createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, in createTextureCall() argument
2922 } else if (noImplicitLod && ! fetch && ! gather) { in createTextureCall()
2976 } else if (gather) { in createTextureCall()
/third_party/skia/src/core/
H A DSkVM.cpp1324 Color Builder::gather(PixelFormat f, UPtr ptr, int offset, I32 index) { in gather() function in skvm::Builder
2726 case Op::gather8: t = i8 ; vt = I8; goto gather;
2727 case Op::gather16: t = i16; vt = I16; goto gather;
2728 case Op::gather32: t = i32; vt = I32; goto gather;
2729 gather: {
2730 // Our gather base pointer is immB bytes off of uniform immA.
3767 // As usual, the gather base pointer is immB bytes off of uniform immA.
3806 // Our gather base pointer is immB bytes off of uniform immA.
4117 // As usual, the gather base pointer is immB bytes off of uniform immA.
4118 a->add (GP0, arg[immA], immB); // GP0 = &(gather bas
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/bn/
H A Dx86_64-mont5.s3531 jmp L$gather
3534 L$gather:
3592 jnz L$gather
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/bn/
H A Dx86_64-mont5.s3531 jmp L$gather
3534 L$gather:
3592 jnz L$gather
/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Diommu.c2615 struct iommu_iotlb_gather *gather) in amd_iommu_unmap()
2739 struct iommu_iotlb_gather *gather) in amd_iommu_iotlb_sync()
2613 amd_iommu_unmap(struct iommu_domain *dom, unsigned long iova, size_t page_size, struct iommu_iotlb_gather *gather) amd_iommu_unmap() argument
2738 amd_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) amd_iommu_iotlb_sync() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c821 * free_netsgbuf - Unmap and free gather buffer
862 * free_netsgbuf_with_resp - Unmap and free gather buffer with response
1522 "Transmit scatter gather: glist null!\n"); in liquidio_xmit()
1526 cmdsetup.s.gather = 1; in liquidio_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c817 * free_netsgbuf - Unmap and free gather buffer
858 * free_netsgbuf_with_resp - Unmap and free gather buffer with response
1513 "Transmit scatter gather: glist null!\n"); in liquidio_xmit()
1517 cmdsetup.s.gather = 1; in liquidio_xmit()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_streams.py873 await asyncio.gather(*[drainer(stream) for _ in range(10)])

Completed in 72 milliseconds

123456