Searched refs:dump_command (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_util.c | 135 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); local in function:lima_dump_create 136 snprintf(buffer, sizeof(buffer), "%s.staging.%04d", dump_command, ret->id); 164 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); local in function:lima_dump_free 165 snprintf(stage_name, sizeof(stage_name), "%s.staging.%04d", dump_command, dump->id); 166 snprintf(final_name, sizeof(final_name), "%s.%04d", dump_command, frame_count++);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_screen.c | 417 const char *dump_command = "lima.dump"; local in function:lima_screen_parse_env 418 printf("lima: dump command stream to file %s\n", dump_command); 419 lima_dump_command_stream = fopen(dump_command, "w"); 422 dump_command);
|
Completed in 5 milliseconds