/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 67 auto gather = [](const uint32_t* ptr, skvx::Vec<8,uint32_t> ix) { in S32_alpha_D32_filter_DX() 82 skvx::Vec<8,uint32_t> tl = gather(row0, x0), tr = gather(row0, x1), in S32_alpha_D32_filter_DX() 83 bl = gather(row1, x0), br = gather(row1, x1); in S32_alpha_D32_filter_DX()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_context.py | 23 r1, r2 = await asyncio.gather(
|
H A D | test_threads.py | 39 await asyncio.gather(*futs)
|
H A D | test_tasks.py | 146 asyncio.gather(*[ 1932 parent = asyncio.gather(child1, child2) 1948 parent = asyncio.gather(inner1, inner2) 2101 gather_future = asyncio.gather(child_coro()) 2116 # Python issue #26923: asyncio.gather drops cancellation 2138 await asyncio.gather(asyncio.sleep(0.05), 2160 'gather() does not propagate CancelledError ' 2161 'raised by inner task to the gather() caller.' 2338 await asyncio.gather(*tasks) 2974 return asyncio.gather(*arg 2981 async def gather(): global() function 3090 async def gather(): global() function [all...] |
H A D | test_locks.py | 864 await asyncio.gather(*race_tasks) 932 r1, r2 = await asyncio.gather(t1, t2, return_exceptions=True) 1008 await asyncio.gather(*tasks) 1044 await asyncio.gather(*tasks, return_exceptions=True) 1060 res = await asyncio.gather(*tasks) 1123 await asyncio.gather(*waiters, return_exceptions=True) 1317 await asyncio.gather(t2, t3, t4) 1353 await asyncio.gather(*tasks) 1452 await asyncio.gather(*tasks)
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 1402 bool gather; member 1453 cracked.gather = false; in crackTexture() 1555 cracked.gather = true; in crackTexture() 1559 cracked.gather = true; in crackTexture() 1564 cracked.gather = true; in crackTexture() 1569 cracked.gather = true; in crackTexture() 1574 cracked.gather = true; in crackTexture() 1580 cracked.gather = true; in crackTexture()
|
/third_party/python/Lib/test/ |
H A D | test_sax.py | 1068 gather = self.AttrGatherer() 1069 parser.setContentHandler(gather) 1074 self.verify_empty_attrs(gather._attrs) 1078 gather = self.AttrGatherer() 1079 parser.setContentHandler(gather) 1084 self.verify_attrs_wattr(gather._attrs) 1088 gather = self.AttrGatherer() 1089 parser.setContentHandler(gather) 1094 self.verify_empty_nsattrs(gather._attrs) 1098 gather [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 557 struct sq_gather_subdesc *gather; in nicvf_unmap_sndq_buffers() local 563 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, hdr_sqe); in nicvf_unmap_sndq_buffers() 565 dma_unmap_page_attrs(&nic->pdev->dev, gather->addr, in nicvf_unmap_sndq_buffers() 566 gather->size, DMA_TO_DEVICE, in nicvf_unmap_sndq_buffers() 1421 struct sq_gather_subdesc *gather; in nicvf_sq_add_gather_subdesc() local 1424 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc() 1426 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc() 1427 gather->subdesc_type = SQ_DESC_TYPE_GATHER; in nicvf_sq_add_gather_subdesc() 1428 gather->ld_type = NIC_SEND_LD_TYPE_E_LDD; in nicvf_sq_add_gather_subdesc() 1429 gather in nicvf_sq_add_gather_subdesc() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 558 struct sq_gather_subdesc *gather; in nicvf_unmap_sndq_buffers() local 564 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, hdr_sqe); in nicvf_unmap_sndq_buffers() 566 dma_unmap_page_attrs(&nic->pdev->dev, gather->addr, in nicvf_unmap_sndq_buffers() 567 gather->size, DMA_TO_DEVICE, in nicvf_unmap_sndq_buffers() 1422 struct sq_gather_subdesc *gather; in nicvf_sq_add_gather_subdesc() local 1425 gather = (struct sq_gather_subdesc *)GET_SQ_DESC(sq, qentry); in nicvf_sq_add_gather_subdesc() 1427 memset(gather, 0, SND_QUEUE_DESC_SIZE); in nicvf_sq_add_gather_subdesc() 1428 gather->subdesc_type = SQ_DESC_TYPE_GATHER; in nicvf_sq_add_gather_subdesc() 1429 gather->ld_type = NIC_SEND_LD_TYPE_E_LDD; in nicvf_sq_add_gather_subdesc() 1430 gather in nicvf_sq_add_gather_subdesc() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | liquidio_common.h | 151 /* The Scatter-Gather List Entry. The scatter or gather component used with 168 /* \brief Add size to gather list 169 * @param sg_entry scatter/gather entry 356 /** Gather indicator 1=gather*/ 357 u64 gather:1; member 359 /** Data length OR no. of entries in gather list */ 387 /** Data length OR no. of entries in gather list */ 390 /** Gather indicator 1=gather*/ 391 u64 gather:1; 487 /** Gather indicator 1=gather*/ 488 u64 gather:1; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | liquidio_common.h | 151 /* The Scatter-Gather List Entry. The scatter or gather component used with 168 /* \brief Add size to gather list 169 * @param sg_entry scatter/gather entry 356 /** Gather indicator 1=gather*/ 357 u64 gather:1; member 359 /** Data length OR no. of entries in gather list */ 387 /** Data length OR no. of entries in gather list */ 390 /** Gather indicator 1=gather*/ 391 u64 gather:1; 487 /** Gather indicator 1=gather*/ 488 u64 gather:1; global() member [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | io-pgtable-dart.c | 300 struct iommu_iotlb_gather *gather) in dart_unmap_pages() 330 if (!iommu_iotlb_gather_queued(gather)) in dart_unmap_pages() 331 io_pgtable_tlb_add_page(&data->iop, gather, in dart_unmap_pages() 298 dart_unmap_pages(struct io_pgtable_ops *ops, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) dart_unmap_pages() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | EmulatedIntrinsics.cpp | 60 void gather(T &out, RValue<Pointer<EL>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned int alignment, bool zeroMaskedLanes) in gather() function 133 gather(result, base, offsets, mask, alignment, zeroMaskedLanes); 140 gather(result, base, offsets, mask, alignment, zeroMaskedLanes);
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Sampler.cpp | 62 gather = false; in Sampler() 268 gather = enable; in setGatherEnable() 454 if(gather && Surface::componentCount(internalTextureFormat) == 1) in getTextureFilter()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko.h | 220 uint64_t gather:1; member 238 * The total number of segs in the packet, if gather 239 * set, also gather list length. 250 uint64_t gather:1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko.h | 220 uint64_t gather:1; member 238 * The total number of segs in the packet, if gather 239 * set, also gather list length. 250 uint64_t gather:1;
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | tegra-gart.c | 210 size_t bytes, struct iommu_iotlb_gather *gather) in gart_iommu_unmap() 270 struct iommu_iotlb_gather *gather) in gart_iommu_sync() 209 gart_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t bytes, struct iommu_iotlb_gather *gather) gart_iommu_unmap() argument 269 gart_iommu_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) gart_iommu_sync() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_tx.c | 59 if (!tx_buffer->gather) { in octep_iq_process_completions() 121 if (!tx_buffer->gather) { in octep_iq_free_pending()
|
H A D | octep_main.c | 667 tx_buffer->gather = 0; in octep_start_xmit() 681 ih->gather = 1; in octep_start_xmit() 682 tx_buffer->gather = 1; in octep_start_xmit() 745 tx_buffer->gather = 0; in octep_start_xmit()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | io_pgtable_v2.c | 291 struct iommu_iotlb_gather *gather) in iommu_v2_unmap_pages() 345 static void v2_tlb_add_page(struct iommu_iotlb_gather *gather, in v2_tlb_add_page() argument 288 iommu_v2_unmap_pages(struct io_pgtable_ops *ops, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) iommu_v2_unmap_pages() argument
|
/third_party/mesa3d/bin/ |
H A D | gen_release_notes.py | 215 results = await asyncio.gather(*[get_bug(session, i) for i in issues]) 311 shortlog, bugs = await asyncio.gather(
|
/third_party/python/Lib/curses/ |
H A D | textpad.py | 160 def gather(self): member in Textbox 188 return self.gather()
|
/kernel/linux/linux-5.10/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 195 static void qcom_iommu_tlb_add_page(struct iommu_iotlb_gather *gather, in qcom_iommu_tlb_add_page() argument 460 size_t size, struct iommu_iotlb_gather *gather) in qcom_iommu_unmap() 477 ret = ops->unmap(ops, iova, size, gather); in qcom_iommu_unmap() 498 struct iommu_iotlb_gather *gather) in qcom_iommu_iotlb_sync() 459 qcom_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t size, struct iommu_iotlb_gather *gather) qcom_iommu_unmap() argument 497 qcom_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) qcom_iommu_iotlb_sync() argument
|
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/ |
H A D | qcom_iommu.c | 186 static void qcom_iommu_tlb_add_page(struct iommu_iotlb_gather *gather, in qcom_iommu_tlb_add_page() argument 423 struct iommu_iotlb_gather *gather) in qcom_iommu_unmap() 440 ret = ops->unmap_pages(ops, iova, pgsize, pgcount, gather); in qcom_iommu_unmap() 461 struct iommu_iotlb_gather *gather) in qcom_iommu_iotlb_sync() 421 qcom_iommu_unmap(struct iommu_domain *domain, unsigned long iova, size_t pgsize, size_t pgcount, struct iommu_iotlb_gather *gather) qcom_iommu_unmap() argument 460 qcom_iommu_iotlb_sync(struct iommu_domain *domain, struct iommu_iotlb_gather *gather) qcom_iommu_iotlb_sync() argument
|
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | gather_builder_test.cpp | 174 GatherBuilder gather; in HWTEST_F() local
|