Home
last modified time | relevance | path

Searched refs:ST_FLUSH_WAIT (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_st.c347 flags |= ST_FLUSH_WAIT; in stw_st_flush()
349 if (flags & ST_FLUSH_WAIT) in stw_st_flush()
Dstw_context.c477 ST_FLUSH_FRONT | ST_FLUSH_WAIT); in stw_make_current()
481 ST_FLUSH_FRONT | ST_FLUSH_WAIT, &fence, in stw_make_current()
/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h144 #define ST_FLUSH_WAIT (1 << 2) macro
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c678 if ((flags & ST_FLUSH_WAIT) && fence && *fence) { in st_context_flush()