Home
last modified time | relevance | path

Searched refs:now_active (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query_acc.c243 bool now_active = stage != FD_STAGE_NULL && in fd_acc_query_set_stage() local
246 if (was_active && (!now_active || batch_change)) in fd_acc_query_set_stage()
248 if (now_active && (!was_active || batch_change)) in fd_acc_query_set_stage()
Dfreedreno_query_hw.c395 bool now_active = is_active(hq, stage); in fd_hw_query_set_stage() local
397 if (now_active && !was_active) in fd_hw_query_set_stage()
399 else if (was_active && !now_active) in fd_hw_query_set_stage()