Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/frontend/
Dapi.h87 #define ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED (1 << 3) macro
/external/mesa3d/src/gallium/frontends/dri/
Ddri_context.c120 attribs.flags |= ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED; in dri_create_context()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c914 if (attribs->flags & ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED) in st_api_create_context()
957 if (attribs->flags & ST_CONTEXT_FLAG_RESET_NOTIFICATION_ENABLED) { in st_api_create_context()