Searched refs:dump_command (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_util.c | 136 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_create() local 137 snprintf(buffer, sizeof(buffer), "%s.staging.%04d", dump_command, ret->id); in lima_dump_create() 165 const char *dump_command = debug_get_option("LIMA_DUMP_FILE", "lima.dump"); in lima_dump_free() local 166 snprintf(stage_name, sizeof(stage_name), "%s.staging.%04d", dump_command, dump->id); in lima_dump_free() 167 snprintf(final_name, sizeof(final_name), "%s.%04d", dump_command, frame_count++); in lima_dump_free()
|