Searched refs:VIRGL_MAX_TBUF_DWORDS (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h34 #define VIRGL_MAX_TBUF_DWORDS 1024 macro
35 #define VIRGL_MAX_CMDBUF_DWORDS ((64 * 1024) + VIRGL_MAX_TBUF_DWORDS)
H A Dvirgl_transfer_queue.c227 if (queue->num_dwords + dwords >= VIRGL_MAX_TBUF_DWORDS) {
260 queue->tbuf = vs->vws->cmd_buf_create(vs->vws, VIRGL_MAX_TBUF_DWORDS);
H A Dvirgl_context.c776 ctx->cbuf->cdw = VIRGL_MAX_TBUF_DWORDS;
1343 vctx->cbuf->cdw = VIRGL_MAX_TBUF_DWORDS;
H A Dvirgl_encode.c1124 diff = VIRGL_MAX_TBUF_DWORDS - buf->cdw;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h34 #define VIRGL_MAX_TBUF_DWORDS 1024 macro
35 #define VIRGL_MAX_CMDBUF_DWORDS ((64 * 1024) + VIRGL_MAX_TBUF_DWORDS)
H A Dvirgl_transfer_queue.c246 if (queue->num_dwords + dwords >= VIRGL_MAX_TBUF_DWORDS) {
277 queue->tbuf = vs->vws->cmd_buf_create(vs->vws, VIRGL_MAX_TBUF_DWORDS);
H A Dvirgl_context.c975 ctx->cbuf->cdw = VIRGL_MAX_TBUF_DWORDS;
1652 vctx->cbuf->cdw = VIRGL_MAX_TBUF_DWORDS;
H A Dvirgl_encode.c1524 diff = VIRGL_MAX_TBUF_DWORDS - buf->cdw;

Completed in 16 milliseconds