Lines Matching defs:ext
410 dump_shader(const char *ext, void *buf, int bufsz)
416 sprintf(filename, "%04d.%s", n++, ext);
438 const char *ext;
445 ext = "vo3";
447 ext = "fo3";
449 ext = "go3";
451 ext = "co3";
453 ext = NULL;
456 if (ext)
457 dump_shader(ext, buf, sizedwords * 4);
1130 const char *type = NULL, *ext = NULL;
1136 ext = "vo";
1141 ext = "fo";
1155 if (ext)
1156 dump_shader(ext, dwords + 2, (sizedwords - 2) * 4);
1485 const char *ext = NULL;
1501 ext = "vo3";
1503 ext = "go3";
1505 ext = "co3";
1507 ext = "fo3";
1515 if (ext)
1516 dump_shader(ext, contents, num_unit * 2 * 4);