Searched refs:__DRI_CTX_FLAG_DEBUG (Results 1 – 9 of 9) sorted by relevance
59 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | in dri_create_context()112 if ((ctx_config->flags & __DRI_CTX_FLAG_DEBUG) != 0) in dri_create_context()
431 && (ctx_config.flags & ~(__DRI_CTX_FLAG_DEBUG | in driCreateContextAttribs()453 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG in driCreateContextAttribs()495 if ((flags & __DRI_CTX_FLAG_DEBUG) != 0) { in driContextSetFlags()
534 if (dca->flags & ~(__DRI_CTX_FLAG_DEBUG | in dri_convert_glx_attribs()587 if (noError && ((flags & __DRI_CTX_FLAG_DEBUG) || in dri2_check_no_error()
155 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in r100CreateContext()
190 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in r200CreateContext()
63 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in nouveau_context_create()
974 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG | in brw_create_context()1165 if ((ctx_config->flags & __DRI_CTX_FLAG_DEBUG) != 0) { in brw_create_context()
1140 #define __DRI_CTX_FLAG_DEBUG 0x00000001 macro
984 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in intelCreateContext()