Searched refs:dump_command (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_util.c | 128 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_create() local 129 snprintf(buffer, sizeof(buffer), "%s.staging.%04d", dump_command, ret->id); in lima_dump_create() 157 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_free() local 158 snprintf(stage_name, sizeof(stage_name), "%s.staging.%04d", dump_command, dump->id); in lima_dump_free() 159 snprintf(final_name, sizeof(final_name), "%s.%04d", dump_command, frame_count++); in lima_dump_free()
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 181 DumpCommand dump_command(&reader); in DumpFile() local 182 reader.WalkLoadCommands(&dump_command); in DumpFile()
|