Home | History | Annotate | Download | only in vc5

Lines Matching refs:vc5

70         struct vc5_context *vc5 = vc5_context(pctx);
75 q->start = vc5->prims_generated;
78 q->start = vc5->tf_prims_generated;
81 q->bo = vc5_bo_alloc(vc5->screen, 4096, "query");
85 vc5->current_oq = q->bo;
86 vc5->dirty |= VC5_DIRTY_OQ;
96 struct vc5_context *vc5 = vc5_context(pctx);
101 q->end = vc5->prims_generated;
104 q->end = vc5->tf_prims_generated;
107 vc5->current_oq = NULL;
108 vc5->dirty |= VC5_DIRTY_OQ;
163 struct vc5_context *vc5 = vc5_context(pctx);
165 vc5->active_queries = enable;
166 vc5->dirty |= VC5_DIRTY_OQ;