Searched refs:pipe_flags (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c662 unsigned pipe_flags = 0; local in function:st_context_flush
665 pipe_flags |= PIPE_FLUSH_END_OF_FRAME;
667 pipe_flags |= PIPE_FLUSH_FENCE_FD;
671 st_flush(st, fence, pipe_flags);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c660 unsigned pipe_flags = 0; local in function:st_context_flush
663 pipe_flags |= PIPE_FLUSH_END_OF_FRAME;
665 pipe_flags |= PIPE_FLUSH_FENCE_FD;
676 st_flush(st, fence, pipe_flags);

Completed in 5 milliseconds