Searched refs:VIRGL_MAX_CMDBUF_DWORDS (Results 1 – 4 of 4) sorted by relevance
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];