Lines Matching defs:gen
114 return spec->gen;
402 const char *gen = NULL;
409 else if (strcmp(atts[i], "gen") == 0)
410 gen = atts[i + 1];
416 if (gen == NULL)
417 fail(&ctx->loc, "no gen given");
420 int n = sscanf(gen, "%d.%d", &major, &minor);
422 fail(&ctx->loc, "invalid gen given: %s", gen);
426 ctx->spec->gen = intel_make_gen(major, minor);
609 fprintf(stderr, "unable to find gen (%u) data\n", ver_10);
737 ASSERTED size_t len = snprintf(filename, filename_len, "%s/gen%i.xml",