Lines Matching refs:ndw
34 assert(state->ndw < state->max_dw);
37 state->last_pm4 = state->ndw++;
44 assert(state->ndw < state->max_dw);
45 state->pm4[state->ndw++] = dw;
52 count = state->ndw - state->last_pm4 - 2;
64 assert(state->ndw + 2 <= state->max_dw);
68 state->pm4[state->ndw++] = reg | (idx << 28);
73 state->pm4[state->ndw++] = val;
116 state->ndw = 0;
147 radeon_emit_array(state->pm4, state->ndw);