Searched refs:dump_file_base (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| H A D | decode_common.c | 175 const char *dump_file_base = debug_get_option("PANDECODE_DUMP_FILE", "pandecode.dump"); local in function:pandecode_dump_file_open 176 if (force_stderr || !strcmp(dump_file_base, "stderr")) 180 snprintf(buffer, sizeof(buffer), "%s.%04d", dump_file_base, pandecode_dump_frame_count);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| H A D | decode.c | 565 const char *dump_file_base = getenv("PANDECODE_DUMP_FILE") ?: "agxdecode.dump"; local in function:agxdecode_dump_file_open 566 if (!strcmp(dump_file_base, "stderr")) 570 snprintf(buffer, sizeof(buffer), "%s.%04d", dump_file_base, agxdecode_dump_frame_count);
|
Completed in 3 milliseconds