Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:ndw

38 	state->last_pm4 = state->ndw++;
43 state->pm4[state->ndw++] = dw;
49 count = state->ndw - state->last_pm4 - 2;
53 assert(state->ndw <= SI_PM4_MAX_DW);
114 if (state->ndw == offs) {
115 state->ndw--;
123 state->relocs[state->nrelocs++] = state->ndw;
199 count += state->ndw;
213 memcpy(&cs->buf[cs->cdw], state->pm4, state->ndw * 4);
219 cs->cdw += state->ndw;