Searched refs:was_active (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c219 bool was_active = is_active(aq, batch->stage); local in function:fd_acc_query_set_stage
222 if (now_active && !was_active)
224 else if (was_active && !now_active)
H A Dfreedreno_query_hw.c386 bool was_active = is_active(hq, batch->stage); local in function:fd_hw_query_set_stage
389 if (now_active && !was_active)
391 else if (was_active && !now_active)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_acc.c240 bool was_active = aq->batch != NULL; local in function:fd_acc_query_update_batch
244 if (was_active && (!now_active || batch_change))
246 if (now_active && (!was_active || batch_change))
H A Dfreedreno_query_hw.c383 bool was_active = query_active_in_batch(batch, hq); local in function:fd_hw_query_update_batch
387 if (now_active && !was_active)
389 else if (was_active && !now_active)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_render.h950 bool was_active = r->active; local in function:sna_vertex_wait__locked
953 return was_active;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_render.h860 bool was_active = r->active; local in function:sna_vertex_wait__locked
863 return was_active;

Completed in 12 milliseconds