Searched refs:PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h411 #define PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET (1 << 6) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h441 #define PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET (1 << 6) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c921 ctx_flags |= PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c933 ctx_flags |= PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c392 bool stop_exec_on_failure = (flags & PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET) != 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c460 bool stop_exec_on_failure = (flags & PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET) != 0;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.0.rst1720 - gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET
1722 PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only

Completed in 17 milliseconds