Home | History | Annotate | Download | only in vc5

Lines Matching refs:vc5

123         struct vc5_context *vc5 = vc5_context(pctx);
144 slab_free(&vc5->transfer_pool, ptrans);
154 struct vc5_context *vc5 = vc5_context(pctx);
186 vc5->dirty |= VC5_DIRTY_VTXBUF;
188 vc5->dirty |= VC5_DIRTY_CONSTBUF;
193 vc5_flush_jobs_reading_resource(vc5, prsc);
201 vc5_flush_jobs_reading_resource(vc5, prsc);
203 vc5_flush_jobs_writing_resource(vc5, prsc);
211 trans = slab_alloc(&vc5->transfer_pool);
643 struct vc5_context *vc5 = vc5_context(pctx);
644 struct vc5_screen *screen = vc5->screen;