Lines Matching defs:cbuf
183 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
192 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
209 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
223 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
235 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
247 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
264 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
281 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
298 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
312 vws->emit_res(vws, vctx->cbuf, res->hw_res, FALSE);
942 struct virgl_cmd_buf *cbuf,
948 vws->submit_cmd(vws, cbuf, &sync_fence);
953 vws->submit_cmd(vws, cbuf, fence);
962 /* skip empty cbuf */
963 if (ctx->cbuf->cdw == ctx->cbuf_initial_cdw &&
974 virgl_transfer_queue_clear(&ctx->queue, ctx->cbuf);
976 virgl_submit_cmd(rs->vws, ctx->cbuf, fence);
980 ctx->cbuf->cdw = VIRGL_MAX_TBUF_DWORDS;
984 ctx->cbuf_initial_cdw = ctx->cbuf->cdw;
1313 rs->vws->fence_server_sync(rs->vws, vctx->cbuf, fence);
1493 rs->vws->cmd_buf_destroy(vctx->cbuf);
1574 vctx->cbuf = rs->vws->cmd_buf_create(rs->vws, VIRGL_MAX_CMDBUF_DWORDS);
1575 if (!vctx->cbuf) {
1677 vctx->cbuf->cdw = VIRGL_MAX_TBUF_DWORDS;