/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | sun50i-iommu.c | 349 struct iommu_iotlb_gather *gather) in sun50i_iommu_iotlb_sync() 556 size_t size, struct iommu_iotlb_gather *gather) in sun50i_iommu_unmap() 348 sun50i_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) sun50i_iommu_iotlb_sync() argument 555 sun50i_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) sun50i_iommu_unmap() argument
|
H A D | virtio-iommu.c | 765 size_t size, struct iommu_iotlb_gather *gather) in viommu_unmap() 812 struct iommu_iotlb_gather *gather) in viommu_iotlb_sync() 764 viommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) viommu_unmap() argument 811 viommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) viommu_iotlb_sync() argument
|
H A D | mtk_iommu_v1.c | 328 struct iommu_iotlb_gather *gather) in mtk_iommu_unmap() 326 mtk_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) mtk_iommu_unmap() argument
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | sun50i-iommu.c | 418 struct iommu_iotlb_gather *gather) in sun50i_iommu_iotlb_sync() 625 size_t size, struct iommu_iotlb_gather *gather) in sun50i_iommu_unmap() 417 sun50i_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) sun50i_iommu_iotlb_sync() argument 624 sun50i_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) sun50i_iommu_unmap() argument
|
H A D | dma-iommu.c | 706 dma_addr_t iova, size_t size, struct iommu_iotlb_gather *gather) in iommu_dma_free_iova() 713 else if (gather && gather->queued) in iommu_dma_free_iova() 716 &gather->freelist); in iommu_dma_free_iova() 705 iommu_dma_free_iova(struct iommu_dma_cookie *cookie, dma_addr_t iova, size_t size, struct iommu_iotlb_gather *gather) iommu_dma_free_iova() argument
|
H A D | virtio-iommu.c | 860 struct iommu_iotlb_gather *gather) in viommu_unmap_pages() 908 struct iommu_iotlb_gather *gather) in viommu_iotlb_sync() 858 viommu_unmap_pages(struct iommu_domain *domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) viommu_unmap_pages() argument 907 viommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) viommu_iotlb_sync() argument
|
H A D | mtk_iommu_v1.c | 357 struct iommu_iotlb_gather *gather) in mtk_iommu_v1_unmap() 355 mtk_iommu_v1_unmap(struct iommu_domain *domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) mtk_iommu_v1_unmap() argument
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu.c | 324 static void arm_smmu_tlb_add_page_s1(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_add_page_s1() argument 340 static void arm_smmu_tlb_add_page_s2(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_add_page_s2() argument 360 static void arm_smmu_tlb_add_page_s2_v1(struct iommu_iotlb_gather *gather, in arm_smmu_tlb_add_page_s2_v1() argument 1226 struct iommu_iotlb_gather *gather) in arm_smmu_iotlb_sync() 1225 arm_smmu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) arm_smmu_iotlb_sync() argument
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_ssl.py | 275 await asyncio.wait_for(asyncio.gather(*tasks), TIMEOUT) 368 return await asyncio.gather(*tasks) 1168 await asyncio.wait_for(asyncio.gather(*tasks), TIMEOUT) 1231 return await asyncio.gather(*tasks)
|
H A D | test_subprocess.py | 698 res = await asyncio.gather(*[get_command_stdout(sys.executable, '-c',
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.hpp | 743 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const; 780 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const; 807 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const in gather() function in tcu::TextureCube 809 return m_view.gather(sampler, s, t, r, componentNdx); in gather()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_iommu.c | 235 static void msm_iommu_tlb_add_page(struct iommu_iotlb_gather *gather, in msm_iommu_tlb_add_page() argument
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 345 # collected by asyncio.gather. We do this to allow the tasks to be 361 await asyncio.gather(*tasks)
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser_generator.py | 262 def visit_Gather(self, gather: Gather) -> bool:
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SamplerCore.cpp | 745 bool gather = state.textureFilter == FILTER_GATHER; in sampleQuad2D() local 764 Short4 uuuu0 = offsetSample(uuuu, mipmap, OFFSET(Mipmap,uHalf), state.addressingModeU == ADDRESSING_WRAP, gather ? 0 : -1, lod); in sampleQuad2D() 765 Short4 vvvv0 = offsetSample(vvvv, mipmap, OFFSET(Mipmap,vHalf), state.addressingModeV == ADDRESSING_WRAP, gather ? 0 : -1, lod); in sampleQuad2D() 766 Short4 uuuu1 = offsetSample(uuuu, mipmap, OFFSET(Mipmap,uHalf), state.addressingModeU == ADDRESSING_WRAP, gather ? 2 : +1, lod); in sampleQuad2D() 767 Short4 vvvv1 = offsetSample(vvvv, mipmap, OFFSET(Mipmap,vHalf), state.addressingModeV == ADDRESSING_WRAP, gather ? 2 : +1, lod); in sampleQuad2D() 774 if(!gather) // Blend in sampleQuad2D() 1215 bool gather = state.textureFilter == FILTER_GATHER; in sampleFloat2D() local 1250 if(!gather) // Blend in sampleFloat2D()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 929 Color gather(PixelFormat, UPtr ptr, int offset, I32 index); in abs() 930 Color gather(PixelFormat f, Uniform u, I32 index) { in abs() function in skvm::Builder 931 return gather(f, u.ptr, u.offset, index); in abs() 1315 SI Color gather(PixelFormat f, UPtr p, int off, I32 ix) { return ix->gather(f,p,off,ix); } in gather() function 1316 SI Color gather(PixelFormat f, Uniform u , I32 ix) { return ix->gather(f,u,ix); } in gather() function
|
/third_party/skia/src/gpu/ops/ |
H A D | OpsTask.cpp | 955 auto gather = [ alloc SkDEBUGCODE(, this) ] (GrSurfaceProxy* p, GrMipmapped) { in gatherProxyIntervals() local 964 recordedOp.visitProxies(gather); in gatherProxyIntervals()
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper.c | 889 pko_command.s.gather = 1; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper.c | 895 pko_command.s.gather = 1; in __cvmx_helper_errata_fix_ipd_ptr_alignment()
|
/kernel/linux/linux-5.10/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 284 pko_command.s.gather = 1; in cvm_oct_xmit()
|
/kernel/linux/linux-6.6/drivers/staging/octeon/ |
H A D | ethernet-tx.c | 282 pko_command.s.gather = 1; in cvm_oct_xmit()
|
/third_party/python/Lib/asyncio/ |
H A D | tasks.py | 7 'gather', 'shield', 'ensure_future', 'run_coroutine_threadsafe', 690 """Helper for gather(). 718 def gather(*coros_or_futures, return_exceptions=False): function 741 If *return_exceptions* is False, cancelling gather() after it 743 For instance, gather can be marked done after propagating an 744 exception to the caller, therefore, calling ``gather.cancel()`` 746 gather won't cancel any other awaitables. 801 # If gather is being cancelled we must propagate the
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 2750 bool gather = false; in emit_texture_op() local 2785 gather = true; in emit_texture_op() 2792 gather = true; in emit_texture_op() 2915 if (gather) in emit_texture_op() 2927 else if (gather) in emit_texture_op() 2955 SPIRV_CROSS_THROW("HLSL shader model 4 can only gather from the red component."); in emit_texture_op() 2991 if (gather) in emit_texture_op()
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_0.cpp | 342 Gather gather{}; in ConvertGather() 344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
|
H A D | lite_graph_to_hdi_model_v1_0.cpp | 342 Gather gather{}; in ConvertGather() 344 (void)GatherBlockMarshalling(data, gather); in ConvertGather()
|