Home
last modified time | relevance | path

Searched refs:was_active (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c240 bool was_active = aq->batch != NULL; in fd_acc_query_update_batch() local
244 if (was_active && (!now_active || batch_change)) in fd_acc_query_update_batch()
246 if (now_active && (!was_active || batch_change)) in fd_acc_query_update_batch()
Dfreedreno_query_hw.c383 bool was_active = query_active_in_batch(batch, hq); in fd_hw_query_update_batch() local
387 if (now_active && !was_active) in fd_hw_query_update_batch()
389 else if (was_active && !now_active) in fd_hw_query_update_batch()
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.c688 goto was_active; in gst_buffer_pool_set_config()
723 was_active: in gst_buffer_pool_set_config()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.c832 goto was_active; in gst_audio_ring_buffer_activate()
860 was_active: in gst_audio_ring_buffer_activate()