Home
last modified time | relevance | path

Searched refs:is_first (Results 1 – 25 of 37) sorted by relevance

12

/third_party/rust/crates/tracing/tracing/src/
Dlib.rs1046 is_first: true in __tracing_log()
1064 pub(crate) is_first: bool, field
1072 is_first: bool, in fmt() field
1078 let res = if self.is_first { in fmt()
1079 self.is_first = false; in fmt()
1104 is_first: self.is_first, in fmt()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp29 bool is_first = true; in ForEachSuccessorLabel() local
30 br->ForEachInId([&is_first, &f](const uint32_t* idp) { in ForEachSuccessorLabel()
31 if (!is_first) f(*idp); in ForEachSuccessorLabel()
32 is_first = false; in ForEachSuccessorLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dbasic_block.cpp125 bool is_first = true; in WhileEachSuccessorLabel() local
126 return br->WhileEachInId([&is_first, &f](const uint32_t* idp) { in WhileEachSuccessorLabel()
127 if (!is_first) return f(*idp); in WhileEachSuccessorLabel()
128 is_first = false; in WhileEachSuccessorLabel()
148 bool is_first = true; in ForEachSuccessorLabel() local
149 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel()
150 if (!is_first) f(idp); in ForEachSuccessorLabel()
151 is_first = false; in ForEachSuccessorLabel()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dbasic_block.cpp125 bool is_first = true; in WhileEachSuccessorLabel() local
126 return br->WhileEachInId([&is_first, &f](const uint32_t* idp) { in WhileEachSuccessorLabel()
127 if (!is_first) return f(*idp); in WhileEachSuccessorLabel()
128 is_first = false; in WhileEachSuccessorLabel()
148 bool is_first = true; in ForEachSuccessorLabel() local
149 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel()
150 if (!is_first) f(idp); in ForEachSuccessorLabel()
151 is_first = false; in ForEachSuccessorLabel()
/third_party/spirv-tools/source/opt/
Dbasic_block.cpp125 bool is_first = true; in WhileEachSuccessorLabel() local
126 return br->WhileEachInId([&is_first, &f](const uint32_t* idp) { in WhileEachSuccessorLabel()
127 if (!is_first) return f(*idp); in WhileEachSuccessorLabel()
128 is_first = false; in WhileEachSuccessorLabel()
148 bool is_first = true; in ForEachSuccessorLabel() local
149 br->ForEachInId([&is_first, &f](uint32_t* idp) { in ForEachSuccessorLabel()
150 if (!is_first) f(idp); in ForEachSuccessorLabel()
151 is_first = false; in ForEachSuccessorLabel()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c148 bool *is_first, unsigned *packet_flags) in si_cp_dma_prepare() argument
170 if (*is_first && sctx->flags) in si_cp_dma_prepare()
173 if (user_flags & SI_OP_SYNC_CPDMA_BEFORE && *is_first && !(*packet_flags & CP_DMA_CLEAR)) in si_cp_dma_prepare()
176 *is_first = false; in si_cp_dma_prepare()
196 bool is_first = true; in si_cp_dma_clear_buffer() local
223 si_cp_dma_prepare(sctx, dst, NULL, byte_count, size, user_flags, coher, &is_first, in si_cp_dma_clear_buffer()
249 bool *is_first) in si_cp_dma_realign_engine() argument
273 user_flags, coher, is_first, &dma_flags); in si_cp_dma_realign_engine()
294 bool is_first = true; in si_cp_dma_copy_buffer() local
366 coher, &is_first, &dma_flags); in si_cp_dma_copy_buffer()
[all …]
/third_party/benchmark/src/
Dperf_counters.cc51 const bool is_first = i == 0; in Create() local
54 const int group_id = !is_first ? counter_ids[0] : -1; in Create()
69 attr.disabled = is_first; in Create()
74 attr.pinned = is_first; in Create()
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/resources/
Dsymbolize_stack_trace.py56 is_first = True
62 if is_first:
66 is_first = False
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
Dsymbolize_stack_trace.py61 is_first = True
67 if is_first:
71 is_first = False
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/compute/workgroup_memory_explicit_layout/
Dcopy_memory_variable_pointers.amber108 %is_first = OpIEqual %bool %index_val %first
110 %is_first_or_second = OpLogicalOr %bool %is_first %is_second
116 %dst = OpSelect %half_array_wg_ptr %is_first %ptr_to_array_wg_0 %ptr_to_array_wg_1
121 OpBranchConditional %is_first %src_for_first %next
164 OpBranchConditional %is_first %output_copy %after_output_copy
Dcopy_memory_two_invocations.amber105 %is_first = OpIEqual %bool %index_val %first
113 OpBranchConditional %is_first %first_copy %after_first_copy
/third_party/gstreamer/gstplugins_bad/gst/accurip/
Dgstaccurip.c152 accurip->is_first = FALSE; in gst_accurip_reset()
247 if (accurip->is_first && accurip->num_samples < IGNORED_SAMPLES_COUNT) in gst_accurip_transform_ip()
306 accurip->is_first = g_value_get_boolean (value); in gst_accurip_set_property()
336 g_value_set_boolean (value, accurip->is_first); in gst_accurip_get_property()
Dgstaccurip.h67 gboolean is_first; member
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioringbuffer.cpp51 gboolean is_first; member
177 if (self->is_first) { in gst_asio_buffer_switch_cb()
187 self->is_first = FALSE; in gst_asio_buffer_switch_cb()
353 self->is_first = TRUE; in gst_asio_ring_buffer_start()
394 self->is_first = TRUE; in gst_asio_ring_buffer_stop()
/third_party/ffmpeg/libavfilter/
Dvf_hue.c76 int is_first; member
236 hue->is_first = 1; in init()
429 if (hue->is_first || (old_hue_sin != hue->hue_sin || old_hue_cos != hue->hue_cos)) in filter_frame()
432 if (hue->is_first || (old_brightness != hue->brightness && hue->brightness)) in filter_frame()
467 hue->is_first = 0; in filter_frame()
Df_sendcmd.c66 int i, is_first = 1; in make_command_flags_str() local
71 if (!is_first) in make_command_flags_str()
74 is_first = 0; in make_command_flags_str()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.h147 bool is_first() { in is_first() function
207 bool needs_newline = !element_->is_first(); in Pop()
Djson_objectwriter.cc173 bool not_first = !element()->is_first(); in WritePrefix()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstclocksync.c409 clocksync->is_first = TRUE; in gst_clock_sync_sink_event()
428 if (!clocksync->sync_to_first || !clocksync->is_first || !clocksync->sync) in gst_clock_sync_update_ts_offset()
449 clocksync->is_first = FALSE; in gst_clock_sync_update_ts_offset()
617 clocksync->is_first = TRUE; in gst_clocksync_change_state()
Dgstclocksync.h63 gboolean is_first; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwnm_sta.h48 unsigned int is_first:1; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwnm_sta.h48 unsigned int is_first:1; member
/third_party/skia/third_party/externals/libwebp/src/enc/
Dframe_enc.c39 int is_first; member
53 s->is_first = 1; in InitPassStats()
68 if (s->is_first) { in ComputeNextQ()
70 s->is_first = 0; in ComputeNextQ()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dframe_enc.c35 int is_first; member
48 s->is_first = 1; in InitPassStats()
65 if (s->is_first) { in ComputeNextQ()
67 s->is_first = 0; in ComputeNextQ()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp166 gboolean is_first; member
483 if (self->is_first) { in gst_wasapi2_ring_buffer_read()
485 self->is_first = FALSE; in gst_wasapi2_ring_buffer_read()
1155 self->is_first = TRUE; in gst_wasapi2_ring_buffer_start_internal()

12