Home | History | Annotate | Download | only in nvc0

Lines Matching defs:commands

212    uint32_t commands[32];
226 commands[n++] = (i << 1) | 0;
259 commands[n++] = (tic->id << 9) | (i << 1) | 1;
264 commands[n++] = (i << 1) | 0;
270 PUSH_DATAp(push, commands, n);
357 uint32_t commands[16];
369 commands[n++] = (i << 4) | 0;
382 commands[n++] = (tsc->id << 12) | (i << 4) | 1;
385 commands[n++] = (i << 4) | 0;
391 PUSH_DATAp(push, commands, n);