Home
last modified time | relevance | path

Searched refs:queued (Results 1 - 25 of 49) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_transfer_queue.c37 struct virgl_transfer *queued; member
41 typedef bool (*compare_transfers_t)(struct virgl_transfer *queued,
155 static bool transfers_intersect(struct virgl_transfer *queued, in transfers_intersect() argument
158 return transfer_overlap(queued, current->hw_res, current->base.level, in transfers_intersect()
163 struct virgl_transfer *queued) in remove_transfer()
165 list_del(&queued->queue_link); in remove_transfer()
166 virgl_resource_destroy_transfer(queue->vctx, queued); in remove_transfer()
173 struct virgl_transfer *queued = args->queued; in replace_unmapped_transfer() local
175 u_box_union_2d(&current->base.box, &current->base.box, &queued in replace_unmapped_transfer()
162 remove_transfer(struct virgl_transfer_queue *queue, struct virgl_transfer *queued) remove_transfer() argument
185 struct virgl_transfer *queued = args->queued; transfer_put() local
198 struct virgl_transfer *queued = args->queued; transfer_write() local
212 struct virgl_transfer *queued, *tmp; compare_and_perform_action() local
230 struct virgl_transfer *queued, *tmp; perform_action() local
364 struct virgl_transfer *queued; virgl_transfer_queue_extend_buffer() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dframequeue.c40 av_assert0(fq->queued == fq->total_frames_head - fq->total_frames_tail); in check_consistency()
41 for (i = 0; i < fq->queued; i++) in check_consistency()
55 while (fq->queued) { in ff_framequeue_free()
68 if (fq->queued == fq->allocated) { in ff_framequeue_add()
82 if (fq->tail + fq->queued > fq->allocated) in ff_framequeue_add()
84 (fq->tail + fq->queued - fq->allocated) * sizeof(*nq)); in ff_framequeue_add()
89 b = bucket(fq, fq->queued); in ff_framequeue_add()
91 fq->queued++; in ff_framequeue_add()
103 av_assert1(fq->queued); in ff_framequeue_take()
105 fq->queued in ff_framequeue_take()
[all...]
H A Dframequeue.h72 * Number of currently queued frames.
74 size_t queued; member
88 * queued = total_frames_head - total_frames_tail
121 * Free the queue and all queued frames.
144 * Get the number of queued frames.
148 return fq->queued; in ff_framequeue_queued_frames()
152 * Get the number of queued samples.
H A Dqsvvpp.c314 /* list->queued==1 means the frame is not cached in VPP in clear_unused_frames()
316 if ((list->queued == 1) && !list->surface.Data.Locked) { in clear_unused_frames()
318 list->queued = 0; in clear_unused_frames()
341 if (!out->queued) { in get_free_frame()
342 out->queued = 1; in get_free_frame()
353 out->queued = 1; in get_free_frame()
811 aframe.frame->queued--; in ff_qsvvpp_filter_frame()
849 out_frame->queued++; in ff_qsvvpp_filter_frame()
866 aframe.frame->queued--; in ff_qsvvpp_filter_frame()
H A Dqsvvpp.h47 int queued; member
/third_party/nghttp2/lib/
H A Dnghttp2_stream.c96 stream->queued = 0; in nghttp2_stream_init()
150 for (; dep_stream && !stream->queued; in stream_obq_push()
165 stream->queued = 1; in stream_obq_push()
181 if (!stream->queued) { in stream_obq_remove()
191 assert(stream->queued); in stream_obq_remove()
193 stream->queued = 0; in stream_obq_remove()
213 if (!stream->queued) { in stream_obq_move()
221 stream->queued = 0; in stream_obq_move()
229 assert(stream->queued); in nghttp2_stream_reschedule()
269 if (!stream->queued) { in nghttp2_stream_change_weight()
348 int queued; check_queued() local
[all...]
H A Dnghttp2_outbound_item.h123 /* nonzero if this object is queued, except for DATA or HEADERS
125 uint8_t queued; member
H A Dnghttp2_outbound_item.c33 item->queued = 0; in nghttp2_outbound_item_init()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c96 stream->queued = 0; in nghttp2_stream_init()
150 for (; dep_stream && !stream->queued; in stream_obq_push()
165 stream->queued = 1; in stream_obq_push()
181 if (!stream->queued) { in stream_obq_remove()
191 assert(stream->queued); in stream_obq_remove()
193 stream->queued = 0; in stream_obq_remove()
213 if (!stream->queued) { in stream_obq_move()
221 stream->queued = 0; in stream_obq_move()
229 assert(stream->queued); in nghttp2_stream_reschedule()
269 if (!stream->queued) { in nghttp2_stream_change_weight()
348 int queued; check_queued() local
[all...]
H A Dnghttp2_outbound_item.h123 /* nonzero if this object is queued, except for DATA or HEADERS
125 uint8_t queued; member
H A Dnghttp2_outbound_item.c33 item->queued = 0; in nghttp2_outbound_item_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c128 if (sctx->queued.array[idx] == state) { in si_pm4_free_state()
129 sctx->queued.array[idx] = NULL; in si_pm4_free_state()
161 struct si_pm4_state *state = sctx->queued.array[i]; in si_pm4_reset_emitted()
174 if (sctx->queued.array[i]) in si_pm4_reset_emitted()
H A Dsi_state_binning.c179 struct si_state_dsa *dsa = sctx->queued.named.dsa; in si_get_depth_bin_size()
389 struct si_state_dsa *dsa = sctx->queued.named.dsa; in gfx10_get_bin_sizes()
445 struct si_state_blend *blend = sctx->queued.named.blend; in si_emit_dpbb_state()
446 struct si_state_dsa *dsa = sctx->queued.named.dsa; in si_emit_dpbb_state()
H A Dsi_state_viewport.c49 float line_width = sctx->queued.named.rasterizer->line_width; in si_get_small_prim_cull_info()
68 if (!sctx->queued.named.rasterizer->half_pixel_center) { in si_get_small_prim_cull_info()
160 if (!ctx->queued.named.rasterizer->scissor_enable) in si_set_scissor_states()
264 const struct si_state_rasterizer *rs = ctx->queued.named.rasterizer; in si_emit_guardband()
403 bool scissor_enabled = ctx->queued.named.rasterizer->scissor_enable; in si_emit_scissors()
550 bool clip_halfz = ctx->queued.named.rasterizer->clip_halfz; in si_emit_depth_ranges()
H A Dsi_state_draw.cpp67 struct si_state_rasterizer *rs = sctx->queued.named.rasterizer; in si_emit_spi_map()
220 sctx->vs_uses_base_instance = sctx->queued.named.hs->uses_base_instance; in si_update_shaders()
233 key.u.hs_wave32 = sctx->queued.named.hs->wave_size == 32; in si_update_shaders()
335 scratch_size = MAX2(scratch_size, sctx->queued.named.hs->config.scratch_bytes_per_wave); in si_update_shaders()
515 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.hs);
522 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs);
525 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs);
534 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.hs);
541 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued.named.gs);
543 si_prefetch_shader_async<GFX_VERSION>(sctx, sctx->queued
[all...]
H A Dsi_state.h470 ((sctx)->queued.named.member != (sctx)->emitted.named.member)
473 ((sctx)->queued.named.member && si_pm4_state_changed(sctx, member))
477 (sctx)->queued.named.member = (value); \
H A Dsi_state_shaders.cpp768 struct si_shader *shader = sctx->queued.named.es; in si_emit_shader_es()
929 struct si_shader *shader = sctx->queued.named.gs; in si_emit_shader_gs()
1247 struct si_shader *shader = sctx->queued.named.gs;
1256 struct si_shader *shader = sctx->queued.named.gs;
1270 struct si_shader *shader = sctx->queued.named.gs;
1284 struct si_shader *shader = sctx->queued.named.gs;
1567 struct si_shader *shader = sctx->queued.named.vs;
1797 struct si_shader *shader = sctx->queued.named.ps;
2183 sctx->queued.named.blend->alpha_to_coverage ||
2184 sctx->queued
[all...]
/third_party/curl/docs/examples/
H A Dmulti-double.c67 int queued; in main() local
78 msg = curl_multi_info_read(multi_handle, &queued); in main()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.cc233 uint32_t queued = 0; in ReadDigits() local
258 queued = 10 * queued + digit; in ReadDigits()
262 AddWithCarry(0, queued); in ReadDigits()
263 queued = digits_queued = 0; in ReadDigits()
269 AddWithCarry(0, queued); in ReadDigits()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c980 must be queued */ in test_nghttp2_session_recv_data()
1048 /* Now 2 WINDOW_UPDATEs for session and stream should be queued. */ in test_nghttp2_session_recv_data()
1054 /* Then send 32768 bytes of DATA. Since we have not sent queued in test_nghttp2_session_recv_data()
1073 /* This sends queued WINDOW_UPDATES. And then check in test_nghttp2_session_recv_data()
7225 /* Check that push reply HEADERS are queued into ob_ss_pq */ in test_nghttp2_session_get_next_ob_item()
7291 /* Check that push reply HEADERS are queued into ob_ss_pq */ in test_nghttp2_session_pop_next_ob_item()
8899 CU_ASSERT(c->queued); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8900 CU_ASSERT(a->queued); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8901 CU_ASSERT(b->queued); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
8902 CU_ASSERT(!d->queued); in test_nghttp2_session_stream_dep_all_your_stream_are_belong_to_us()
[all...]
/third_party/jsframework/runtime/main/reactivity/
H A Dwatcher.js56 this.queued = this.shallow = false;
138 this.queued = this.shallow = false;
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc38 NodeMarker<bool> queued(graph(), 2); in Run()
42 queued.Set(node, false); in Run()
68 } else if (!queued.Get(use)) { in Run()
70 queued.Set(use, true); in Run()
/third_party/libinput/src/
H A Devdev-mt-touchpad.c199 if (!(tp->queued & TOUCHPAD_EVENT_MOTION)) { in tp_detect_wobbling()
365 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_new_touch()
457 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_end_touch()
532 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute()
540 tp->queued |= TOUCHPAD_EVENT_MOTION; in tp_process_absolute()
558 tp->queued |= TOUCHPAD_EVENT_OTHERAXIS; in tp_process_absolute()
563 tp->queued |= TOUCHPAD_EVENT_OTHERAXIS; in tp_process_absolute()
568 tp->queued |= TOUCHPAD_EVENT_OTHERAXIS; in tp_process_absolute()
573 tp->queued |= TOUCHPAD_EVENT_OTHERAXIS; in tp_process_absolute()
592 tp->queued | in tp_process_absolute_st()
[all...]
/third_party/nghttp2/src/
H A Dshrpx_worker.h147 // true if this address is queued.
148 bool queued; member
178 // true if this object is queued.
179 bool queued; member
H A Dshrpx_worker.cc225 addr->queued = true; in ensure_enqueue_addr()
227 if (!wg->queued) { in ensure_enqueue_addr()
238 wg->queued = true; in ensure_enqueue_addr()
346 if (!addr.queued) { in replace_downstream_config()
389 addr.queued = true; in replace_downstream_config()
398 kv.second->queued = true; in replace_downstream_config()

Completed in 32 milliseconds

12