Lines Matching defs:next
11 * The above copyright notice and this permission notice (including the next
646 char *next = strtok_r(env, ",", &save);
647 while (next != NULL) {
648 if (strncmp(next, "gc=", 3) == 0) {
649 gc_override = strtol(next + 3, NULL, 0);
650 } else if (strncmp(next, "g=", 2) == 0) {
651 g_override = strtol(next + 2, NULL, 0);
652 } else if (strncmp(next, "c=", 2) == 0) {
653 c_override = strtol(next + 2, NULL, 0);
655 mesa_logw("Ignoring unsupported ANV_QUEUE_OVERRIDE token: %s", next);
657 next = strtok_r(NULL, ",", &save);
2958 .next = device->trivial_batch_bo->map,
2966 intel_clflush_range(batch.start, batch.next - batch.start);
3210 * immediately (on the next batchbuffer submission) report that the