Home | History | Annotate | Download | only in r200

Lines Matching refs:cmd_size

140    /* hack up the cmd_size so not the whole state atom is emitted always. */
141 rmesa->hw.vpp[0].cmd_size =
147 rmesa->hw.vpp[1].cmd_size = 1 + 4 * (paramList->NumParameters - 96);
1160 /* hack up the cmd_size so not the whole state atom is emitted always.
1164 packet emits (due to the mismatched cmd_size and count in cmd/last_cmd) */
1165 rmesa->hw.vpi[0].cmd_size = 1 + 4 * ((count > 64) ? 64 : count);
1176 rmesa->hw.vpi[1].cmd_size = 1 + 4 * (count - 64);