Searched refs:__DRI_CTX_RESET_NO_NOTIFICATION (Results 1 – 8 of 8) sorted by relevance
505 *reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri2_convert_glx_attribs()542 *reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri2_convert_glx_attribs()
248 int reset = __DRI_CTX_RESET_NO_NOTIFICATION; in dri3_create_context_attribs()289 if (reset != __DRI_CTX_RESET_NO_NOTIFICATION) { in dri3_create_context_attribs()
440 if (reset != __DRI_CTX_RESET_NO_NOTIFICATION) in drisw_create_context_attribs()
293 if (reset != __DRI_CTX_RESET_NO_NOTIFICATION) { in dri2_create_context_attribs()
111 if (ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION) in dri_create_context()
349 if (attribs[i * 2 + 1] != __DRI_CTX_RESET_NO_NOTIFICATION) { in driCreateContextAttribs()
1099 #define __DRI_CTX_RESET_NO_NOTIFICATION 0 macro
880 ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION); in brwCreateContext()