Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/frontend/
Dapi.h87 #define ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED (1 << 3) macro
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c119 attribs.flags |= ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED; in dri_create_context()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c1062 if (attribs->flags & ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED) in st_api_create_context()
1102 if (attribs->flags & ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED) { in st_api_create_context()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.c232 attribs.flags |= ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED; in stw_create_context_attribs()