Home | History | Annotate | Download | only in freedreno

Lines Matching refs:active

98 	return !!(hq->provider->active & stage);
149 DBG("%p: active=%d", q, q->active);
163 DBG("%p: active=%d", q, q->active);
165 if (q->active)
174 q->active = true;
176 /* add to active list: */
192 if (skip_begin_query(q->type) && !q->active) {
196 DBG("%p: active=%d", q, q->active);
198 if (!q->active)
204 q->active = false;
205 /* remove from active list: */
223 DBG("%p: wait=%d, active=%d", q, wait, q->active);
225 if (q->active)
453 /* call the provider->enable() for all the hw queries that were active