Searched refs:record_pipe (Results 1 – 2 of 2) sorted by relevance
729 if (hud->record_pipe && (!pipe || pipe == hud->record_pipe)) in hud_run()730 hud_stop_queries(hud, hud->record_pipe); in hud_run()735 if (hud->record_pipe && (!pipe || pipe == hud->record_pipe)) in hud_run()736 hud_start_queries(hud, hud->record_pipe); in hud_run()749 if (pipe == hud->pipe || pipe != hud->record_pipe) in hud_record_only()752 hud_stop_queries(hud, hud->record_pipe); in hud_record_only()753 hud_start_queries(hud, hud->record_pipe); in hud_record_only()1789 struct pipe_context *pipe = hud->record_pipe; in hud_unset_record_context()1806 hud->record_pipe = NULL; in hud_unset_record_context()1812 hud->record_pipe = pipe; in hud_set_record_context()[all …]
48 struct pipe_context *record_pipe; member