Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/frontend/
Dapi.h146 #define ST_FLUSH_WAIT (1 << 2) macro
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c451 ST_FLUSH_FRONT | ST_FLUSH_WAIT, &fence, in stw_make_current()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c676 if ((flags & ST_FLUSH_WAIT) && fence && *fence) { in st_context_flush()