Home
last modified time | relevance | path

Searched full:coalesce (Results 1 – 25 of 1223) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.h145 struct etna_coalesce *coalesce) in etna_coalesce_start() argument
147 coalesce->start = etna_cmd_stream_offset(stream); in etna_coalesce_start()
148 coalesce->last_reg = 0; in etna_coalesce_start()
149 coalesce->last_fixp = 0; in etna_coalesce_start()
154 struct etna_coalesce *coalesce) in etna_coalesce_end() argument
157 uint32_t size = end - coalesce->start; in etna_coalesce_end()
160 uint32_t offset = coalesce->start - 1; in etna_coalesce_end()
173 check_coalsence(struct etna_cmd_stream *stream, struct etna_coalesce *coalesce, in check_coalsence() argument
176 if (coalesce->last_reg != 0) { in check_coalsence()
177 if (((coalesce->last_reg + 4) != reg) || (coalesce->last_fixp != fixp)) { in check_coalsence()
[all …]
H A Detnaviv_texture_state.c286 etna_coalsence_emit(stream, &coalesce, VIVS_##state_name, src_value)
289 etna_coalsence_emit_fixp(stream, &coalesce, VIVS_##state_name, src_value)
292 etna_coalsence_emit_reloc(stream, &coalesce, VIVS_##state_name, src_value)
300 struct etna_coalesce coalesce; in etna_emit_ts_state() local
302 etna_coalesce_start(stream, &coalesce); in etna_emit_ts_state()
331 etna_coalesce_end(stream, &coalesce); in etna_emit_ts_state()
341 struct etna_coalesce coalesce; in etna_emit_new_texture_state() local
345 etna_coalesce_start(stream, &coalesce); in etna_emit_new_texture_state()
468 etna_coalesce_end(stream, &coalesce); in etna_emit_new_texture_state()
481 struct etna_coalesce coalesce; in etna_emit_texture_state() local
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dgro.c8 * sequence numbers coalesce. The one exception being the last data
12 * Pure ACK does not coalesce.
18 * different TCP header options shouldn't coalesce. Nit: given that
23 * ip fragments (ipv6) shouldn't coalesce.
25 * Packets larger than GRO_MAX_SIZE packets shouldn't coalesce.
31 * may not coalesce all of the packets.
344 * legal IP datagram length, do not coalesce
364 /* Pure acks and dup acks don't coalesce */
468 /* Packets with invalid checksum don't coalesce. */
483 /* Packets with non-consecutive sequence number don't coalesce.*/
[all …]
/aosp_15_r20/external/iw/
H A Dcoalesce.c14 SECTION(coalesce);
165 COMMAND(coalesce, enable, "<config-file>",
167 "Enable coalesce with given configuration.\n"
168 "The configuration file contains coalesce rules:\n"
189 /* just a set w/o coalesce attribute */ in handle_coalesce_disable()
192 COMMAND(coalesce, disable, "", NL80211_CMD_SET_COALESCE, 0, CIB_PHY,
193 handle_coalesce_disable, "Disable coalesce.");
208 printf("Coalesce is disabled.\n"); in print_coalesce_handler()
212 printf("Coalesce is enabled:\n"); in print_coalesce_handler()
282 COMMAND(coalesce, show, "", NL80211_CMD_GET_COALESCE, 0, CIB_PHY, handle_coalesce_show,
[all …]
/aosp_15_r20/packages/modules/adb/
Dtypes_test.cpp53 CHECK_EQ(0ULL, bc.coalesce().size()); in TEST()
58 size_t xsize = x.coalesce().size(); in TEST()
60 CHECK_EQ(xsize, y.coalesce().size()); in TEST()
69 auto coalesced = bc.coalesce(); in TEST()
80 ASSERT_EQ(create_block("foo"), foo.coalesce()); in TEST()
81 ASSERT_EQ(create_block("bar"), bc.coalesce()); in TEST()
93 ASSERT_EQ(create_block("foo"), foo.coalesce()); in TEST()
97 ASSERT_EQ(create_block("bar"), bar.coalesce()); in TEST()
101 ASSERT_EQ(create_block("baz"), baz.coalesce()); in TEST()
117 ASSERT_EQ(create_block("foob"), foob.coalesce()); in TEST()
[all …]
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc43 // Coalesce rows. in CopyPlane()
94 // Coalesce rows. in CopyPlane_16()
143 // Coalesce rows. in Convert16To8Plane()
193 // Coalesce rows. in Convert8To16Plane()
374 // Coalesce rows. in SplitUVPlane()
435 // Coalesce rows. in MergeUVPlane()
442 // Coalesce rows. in MergeUVPlane()
517 // Coalesce rows. in SplitRGBPlane()
566 // Coalesce rows. in MergeRGBPlane()
573 // Coalesce rows. in MergeRGBPlane()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dservices.sql125 COALESCE(client_binder.client_oom_score, server_binder.client_oom_score) AS client_oom_score,
126 COALESCE(client_binder.client_process, server_binder.client_process) AS client_process,
127 COALESCE(client_binder.client_thread, server_binder.client_thread) AS client_thread,
128 COALESCE(client_binder.client_pid, server_binder.client_pid) AS client_pid,
129 COALESCE(client_binder.client_tid, server_binder.client_tid) AS client_tid,
130 COALESCE(client_binder.client_upid, server_binder.client_upid) AS client_upid,
131 COALESCE(client_binder.client_utid, server_binder.client_utid) AS client_utid,
132 COALESCE(client_binder.client_ts, server_binder.client_ts) AS client_ts,
133 COALESCE(client_binder.client_dur, server_binder.client_dur) AS client_dur,
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/wattson/curves/
H A Destimates.sql65 COALESCE(base.cpu0_curve, lut0.curve_value) as cpu0_curve,
66 COALESCE(base.cpu1_curve, lut1.curve_value) as cpu1_curve,
67 COALESCE(base.cpu2_curve, lut2.curve_value) as cpu2_curve,
68 COALESCE(base.cpu3_curve, lut3.curve_value) as cpu3_curve,
72 COALESCE(base.cpu4_curve, 0.0) as cpu4_curve,
73 COALESCE(base.cpu5_curve, 0.0) as cpu5_curve,
74 COALESCE(base.cpu6_curve, 0.0) as cpu6_curve,
75 COALESCE(base.cpu7_curve, 0.0) as cpu7_curve,
79 COALESCE(static_1d.curve_value, static_2d.curve_value)
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
H A DFrpNetwork.kt69 coalesce: (old: Out, new: In) -> Out, in transact()
84 coalesce: (old: Out, new: In) -> Out, in transact()
87 coalescingMutableTFlow(coalesce, getInitialValue = { initialValue }) in transact()
107 coalesce: (old: Out, new: In) -> Out, in mutableTState()
109 ): CoalescingMutableTFlow<In, Out> = network.coalescingMutableTFlow(coalesce) { initialValue } in mutableTState()
115 coalesce: (old: Out, new: In) -> Out, in CoalescingMutableTFlow()
117 ): CoalescingMutableTFlow<In, Out> = network.coalescingMutableTFlow(coalesce, getInitialValue) in CoalescingMutableTFlow()
167 coalesce: (old: Out, new: In) -> Out, in coalescingMutableTFlow()
169 ): CoalescingMutableTFlow<In, Out> = CoalescingMutableTFlow(coalesce, network, getInitialValue) in coalescingMutableTFlow()
/aosp_15_r20/external/pytorch/test/
H A Dtest_sparse.py296 self.assertEqual(x.coalesce()._nnz(), nnz if x.is_coalesced() else nnz // 2)
314 # Make sure that coalesce handles duplicate indices correctly
318 self.assertEqual(x.coalesce()._nnz(), 9)
327 tc = t.coalesce()
373 # Test coalesce doesn't create autograd graph cycles (gh-52253)
388 S = S.coalesce()
390 S2 = S.coalesce()
552 a_coalesced = a.coalesce()
562 a_coalesced = a.coalesce()
565 self.assertEqual(a.coalesce(), a.coalesce().to_dense().to_sparse())
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/chrome/
H A Dscroll_jank_cause.sql39 COALESCE(move.blocking_touch_move, 0) AS blocking_touch_move,
40 COALESCE(task.blocked_by_language_detection, 0)
42 COALESCE(task.blocked_by_copy_request, 0) AS blocked_by_copy_request,
43 COALESCE(bitmap.blocked_by_bitmap, 0) AS blocked_by_bitmap,
44 COALESCE(bitmap.blocked_by_toolbar, 0) AS blocked_by_toolbar,
45 COALESCE(bitmap.blocked_by_bitmap_no_toolbar, 0)
65 COALESCE(blocking_touch_move
H A Dgesture_flow_event.sql48 COALESCE(ancestor_zero.name, slice.name) AS ancestor_name_zero,
49 COALESCE(ancestor_zero.id, slice.id) AS ancestor_id_zero,
50 COALESCE(ancestor_zero.ts, slice.ts) AS ancestor_ts_zero,
51 COALESCE(ancestor_zero.dur, slice.dur) AS ancestor_dur_zero,
52 COALESCE(ancestor_one.name, slice.name) AS ancestor_name_one,
53 COALESCE(ancestor_one.id, slice.id) AS ancestor_id_one,
54 COALESCE(ancestor_one.ts, slice.ts) AS ancestor_ts_one,
55 COALESCE(ancestor_one.dur, slice.dur) AS ancestor_dur_one
198 COALESCE(
H A Dscroll_jank_cause_queuing_delay.sql132 COALESCE(
185 COALESCE(single_descendant.number_of_siblings, 0) AS number_of_siblings
212 COALESCE(depth.invalid_depth, 10) AS invalid_depth
448 top_level_name(name, function, file) || COALESCE(
450 top_level_name(name, function, file) || COALESCE(
452 || COALESCE("(ipc=" || mojom_ipc_hash || ")", ""),
454 || COALESCE("(ipc=" || mojom_ipc_hash || ")", ""),
493 COALESCE(avg_no_jank.avg_dur_overlapping_ns, 0)
508 COALESCE(avg_no_jank.avg_dur_overlapping_ns_restricted, 0)
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/
H A Dprocess_mem.sql55 COALESCE(file_rss, 0)
56 + COALESCE(anon_rss, 0)
57 + COALESCE(shmem_rss, 0) AS rss_val,
58 COALESCE(file_rss, 0)
59 + COALESCE(anon_rss, 0)
60 + COALESCE(shmem_rss, 0)
61 + COALESCE(swap, 0) AS rss_and_swap_val
/aosp_15_r20/external/libaom/third_party/libyuv/source/
H A Dplanar_functions.cc43 // Coalesce rows. in CopyPlane()
94 // Coalesce rows. in CopyPlane_16()
143 // Coalesce rows. in Convert16To8Plane()
193 // Coalesce rows. in Convert8To16Plane()
407 // Coalesce rows. in SplitUVPlane()
482 // Coalesce rows. in MergeUVPlane()
556 // Coalesce rows. in SwapUVPlane()
655 // Coalesce rows. in SplitRGBPlane()
712 // Coalesce rows. in MergeRGBPlane()
719 // Coalesce rows. in MergeRGBPlane()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Ppi/
H A DCapsule.h37 the current location of the various capsule fragments and coalesce them
83 capsule coalesce function, which must be called first, returns a base
86 returned by the Coalesce() function. Then this function can create a
94 @param[in] CapsuleBase Address returned by the capsule coalesce function.
95 @param[in] CapsuleSize Value returned by the capsule coalesce function.
113 /// for PEI to coalesce a capsule from a scattered set of memory locations
118 EFI_PEI_CAPSULE_COALESCE Coalesce; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Ppi/
H A DCapsule.h37 the current location of the various capsule fragments and coalesce them
83 capsule coalesce function, which must be called first, returns a base
86 returned by the Coalesce() function. Then this function can create a
94 @param[in] CapsuleBase Address returned by the capsule coalesce function.
95 @param[in] CapsuleSize Value returned by the capsule coalesce function.
113 /// for PEI to coalesce a capsule from a scattered set of memory locations
118 EFI_PEI_CAPSULE_COALESCE Coalesce; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Ppi/
H A DCapsule.h37 the current location of the various capsule fragments and coalesce them
83 capsule coalesce function, which must be called first, returns a base
86 returned by the Coalesce() function. Then this function can create a
94 @param[in] CapsuleBase Address returned by the capsule coalesce function.
95 @param[in] CapsuleSize Value returned by the capsule coalesce function.
113 /// for PEI to coalesce a capsule from a scattered set of memory locations
118 EFI_PEI_CAPSULE_COALESCE Coalesce; member
/aosp_15_r20/external/libyuv/source/
H A Dplanar_functions.cc47 // Coalesce rows. in CopyPlane()
125 // Coalesce rows. in Convert16To8Plane()
186 // Coalesce rows. in Convert8To16Plane()
506 // Coalesce rows. in SplitUVPlane()
589 // Coalesce rows. in MergeUVPlane()
686 // Coalesce rows. in SplitUVPlane_16()
744 // Coalesce rows. in MergeUVPlane_16()
799 // Coalesce rows. in ConvertToMSBPlane_16()
852 // Coalesce rows. in ConvertToLSBPlane_16()
903 // Coalesce rows. in SwapUVPlane()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
H A DCapsule.h43 the current location of the various capsule fragments and coalesce them
89 capsule coalesce function, which must be called first, returns a base
92 returned by the Coalesce() function. Then this function can create a
100 @param[in] CapsuleBase Address returned by the capsule coalesce function.
101 @param[in] CapsuleSize Value returned by the capsule coalesce function.
119 /// for PEI to coalesce a capsule from a scattered set of memory locations
124 EFI_PEI_CAPSULE_COALESCE Coalesce; member
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/webview/
H A Dwebview_power_usage.sql76 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
100 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
114 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
150 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
164 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
191 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
204 SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
275 SELECT SUM(dur * COALESCE(power_ma, 0) / 1e9) AS power_mas
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensorMath.cpp172 // This coalesce is why we can't easily provide an inplace variant in pow_out_sparse_scalar()
173 SparseTensor t = t_.coalesce(); in pow_out_sparse_scalar()
192 // coalesce(SparseTensor)
200 SparseTensor coalesced = tensor.coalesce(); in coalesce_()
242 t_tmp = t.coalesce(); in div_out_sparse_zerodim()
319 dividend_tmp = dividend.coalesce(); in floor_divide_out_sparse_zerodim()
381 return self.coalesce()._values().norm(p_); in norm_sparse()
545 // TODO: Improved heuristic on when to coalesce or remove need to coalesce in add_out_sparse_non_contiguous()
547 auto c = r.coalesce(); in add_out_sparse_non_contiguous()
775 // TODO: coalesce() performance may can be further improved in add_out_dense_sparse_cpu()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/
H A DExpression.java79 * @param expression1 The first expression to coalesce
80 * @param expression2 The second expression to coalesce
128 * @param expressions The expressions to coalesce
161 * @param expression1 The first expression string to coalesce
162 * @param expression2 The second expression string to coalesce
202 … String.format("Attempt to coalesce two expressions with conflicting expression values. " in joinValues()
234 … String.format("Attempt to coalesce two expressions with conflicting expression names. " in joinNames()
361 … String.format("Attempt to coalesce expressions with conflicting expression values. " in mergeExpressionValues()
408 … String.format("Attempt to coalesce expressions with conflicting expression names. " in mergeExpressionNames()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/adaptors/
H A Dcoalesce.rs89 /// See [`.coalesce()`](crate::Itertools::coalesce) for more information.
90 pub type Coalesce<I, F> = CoalesceBy<I, F, <I as Iterator>::Item>; typedef
101 /// Create a new `Coalesce`.
102 pub fn coalesce<I, F>(mut iter: I, f: F) -> Coalesce<I, F> in coalesce() function
106 Coalesce { in coalesce()
/aosp_15_r20/external/go-cmp/cmp/
H A Dreport_slices.go488 // {NumIdentical: 6}, // ├── coalesce
489 // {NumInserted: 2}, // ├── coalesce
490 // {NumIdentical: 1}, // ├── coalesce
491 // {NumRemoved: 9}, // └── coalesce
494 // {NumIdentical: 6}, // ├── coalesce
495 // {NumInserted: 2}, // ├── coalesce
496 // {NumIdentical: 1}, // ├── coalesce
497 // {NumRemoved: 7}, // ├── coalesce
498 // {NumIdentical: 1}, // ├── coalesce
499 // {NumRemoved: 2}, // └── coalesce
[all …]

12345678910>>...49