Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:num_dw

119 void si_need_cs_space(struct r600_context *ctx, unsigned num_dw,
123 num_dw += ctx->cs->cdw;
127 num_dw += ctx->pm4_dirty_cdwords;
130 num_dw += SI_MAX_DRAW_CS_DWORDS;
134 num_dw += ctx->num_cs_dw_queries_suspend;
137 num_dw += ctx->num_cs_dw_streamout_end;
141 num_dw += 3;
145 num_dw += 7; /* one SURFACE_SYNC and CACHE_FLUSH_AND_INV (r6xx-only) */
148 num_dw += 16;
151 if (num_dw > RADEON_MAX_CMDBUF_DWORDS) {