Home
last modified time | relevance | path

Searched refs:record_pipe (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c703 if (hud->record_pipe && (!pipe || pipe == hud->record_pipe)) in hud_run()
704 hud_stop_queries(hud, hud->record_pipe); in hud_run()
709 if (hud->record_pipe && (!pipe || pipe == hud->record_pipe)) in hud_run()
710 hud_start_queries(hud, hud->record_pipe); in hud_run()
723 if (pipe == hud->pipe || pipe != hud->record_pipe) in hud_record_only()
726 hud_stop_queries(hud, hud->record_pipe); in hud_record_only()
727 hud_start_queries(hud, hud->record_pipe); in hud_record_only()
1699 struct pipe_context *pipe = hud->record_pipe; in hud_unset_record_context()
1716 hud->record_pipe = NULL; in hud_unset_record_context()
1722 hud->record_pipe = pipe; in hud_set_record_context()
[all …]
Dhud_private.h46 struct pipe_context *record_pipe; member