Searched refs:VIRGL_MAX_CMDBUF_DWORDS (Results 1 – 7 of 7) sorted by relevance
41 if ((ctx->cbuf->cdw + len + 1) > VIRGL_MAX_CMDBUF_DWORDS) in virgl_encoder_write_cmd_dword()274 if (ctx->cbuf->cdw + hdr_len + 1 > VIRGL_MAX_CMDBUF_DWORDS) in virgl_encode_shader_state()277 thispass = (VIRGL_MAX_CMDBUF_DWORDS - ctx->cbuf->cdw - hdr_len - 1) * 4; in virgl_encode_shader_state()519 if (length < VIRGL_MAX_CMDBUF_DWORDS) { in virgl_encoder_inline_write()521 if ((ctx->cbuf->cdw + length + 1) > VIRGL_MAX_CMDBUF_DWORDS) { in virgl_encoder_inline_write()545 if (ctx->cbuf->cdw + 12 > VIRGL_MAX_CMDBUF_DWORDS) in virgl_encoder_inline_write()548 thispass = (VIRGL_MAX_CMDBUF_DWORDS - ctx->cbuf->cdw - 12) * 4; in virgl_encoder_inline_write()
31 #define VIRGL_MAX_CMDBUF_DWORDS (16*1024) macro
161 ctx->cbuf->buf = CALLOC(1, VIRGL_MAX_CMDBUF_DWORDS * 4); in testvirgl_init_ctx_cmdbuf()
72 uint32_t buf[VIRGL_MAX_CMDBUF_DWORDS];
45 if ((ctx->cbuf->cdw + len + 1) > VIRGL_MAX_CMDBUF_DWORDS) in virgl_encoder_write_cmd_dword()285 if (ctx->cbuf->cdw + hdr_len + 1 > VIRGL_MAX_CMDBUF_DWORDS) in virgl_encode_shader_state()288 thispass = (VIRGL_MAX_CMDBUF_DWORDS - ctx->cbuf->cdw - hdr_len - 1) * 4; in virgl_encode_shader_state()504 if ((ctx->cbuf->cdw + length + 1) > VIRGL_MAX_CMDBUF_DWORDS) { in virgl_encoder_inline_write()513 if (ctx->cbuf->cdw + 12 > VIRGL_MAX_CMDBUF_DWORDS) in virgl_encoder_inline_write()516 thispass = (VIRGL_MAX_CMDBUF_DWORDS - ctx->cbuf->cdw - 12) * 4; in virgl_encoder_inline_write()
34 #define VIRGL_MAX_CMDBUF_DWORDS (16*1024) macro
79 uint32_t buf[VIRGL_MAX_CMDBUF_DWORDS];