HomeSort by: relevance | last modified time | path
    Searched defs:outfile (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
asm.c 370 char *file, *outfile; local
390 outfile = argv[optind + 1];
392 outfd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0644);
394 fprintf(stderr, "could not open \"%s\"\n", outfile);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler.h 113 struct etna_shader_io_file outfile; member in struct:etna_shader_variant
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
aubinator.c 65 FILE *outfile; variable
94 intel_batch_decode_ctx_init(&batch_ctx, &devinfo, outfile, batch_flags,
114 fprintf(outfile, "%sAubinator: Intel AUB file decoder.%-80s%s\n",
118 fprintf(outfile, "File name: %s\n", input_file);
121 fprintf(outfile, "PCI ID: 0x%x\n", aub_pci_id);
123 fprintf(outfile, "Application name: %s\n", app_name);
125 fprintf(outfile, "Decoding as: %s\n", devinfo.name);
128 fprintf(outfile, "\n");
305 outfile = stdout;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_compiler.h 78 struct etna_shader_io_file outfile; member in struct:etna_shader_variant
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
aubinator.c 66 FILE *outfile; variable
95 gen_batch_decode_ctx_init(&batch_ctx, &devinfo, outfile, batch_flags,
115 fprintf(outfile, "%sAubinator: Intel AUB file decoder.%-80s%s\n",
119 fprintf(outfile, "File name: %s\n", input_file);
122 fprintf(outfile, "PCI ID: 0x%x\n", aub_pci_id);
124 fprintf(outfile, "Application name: %s\n", app_name);
126 fprintf(outfile, "Decoding as: %s\n", gen_get_device_name(pci_id));
129 fprintf(outfile, "\n");
306 outfile = stdout;

Completed in 37 milliseconds