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