Lines Matching defs:bufmgr
209 batch->hw_ctx_id = crocus_create_hw_context(screen->bufmgr);
212 crocus_hw_context_set_priority(screen->bufmgr, batch->hw_ctx_id, priority);
309 assert(bo->bufmgr == batch->command.bo->bufmgr);
461 struct crocus_bufmgr *bufmgr = screen->bufmgr;
462 grow->bo = crocus_bo_alloc(bufmgr, name, size);
545 struct crocus_bufmgr *bufmgr = screen->bufmgr;
579 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id);
629 struct crocus_bufmgr *bufmgr = screen->bufmgr;
641 struct crocus_bo *new_bo = crocus_bo_alloc(bufmgr, bo->name, new_size);
651 * Use bo->size rather than new_size because the bufmgr may have
776 struct crocus_bufmgr *bufmgr = screen->bufmgr;
778 uint32_t new_ctx = crocus_clone_hw_context(bufmgr, batch->hw_ctx_id);
782 crocus_destroy_hw_context(bufmgr, batch->hw_ctx_id);