Lines Matching refs:vc4
74 struct vc4_context *vc4 = vc4_context(pctx); in vc4_resource_transfer_unmap() local
123 slab_free(&vc4->transfer_pool, ptrans); in vc4_resource_transfer_unmap()
151 struct vc4_context *vc4 = vc4_context(pctx); in vc4_resource_transfer_map() local
178 vc4->dirty |= VC4_DIRTY_VTXBUF; in vc4_resource_transfer_map()
183 vc4_flush_jobs_reading_resource(vc4, prsc); in vc4_resource_transfer_map()
191 vc4_flush_jobs_reading_resource(vc4, prsc); in vc4_resource_transfer_map()
193 vc4_flush_jobs_writing_resource(vc4, prsc); in vc4_resource_transfer_map()
201 trans = slab_alloc(&vc4->transfer_pool); in vc4_resource_transfer_map()
249 vc4_flush_jobs_writing_resource(vc4, blit.dst.resource); in vc4_resource_transfer_map()
986 struct vc4_context *vc4 = vc4_context(pctx); in vc4_get_shadow_index_buffer() local
992 u_upload_alloc(vc4->uploader, 0, count * 2, 4, in vc4_get_shadow_index_buffer()