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()98 if ((flags & __DRI_CTX_FLAG_DEBUG) != 0) in dri_create_context()
403 && (flags & ~(__DRI_CTX_FLAG_DEBUG | in driCreateContextAttribs()424 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG in driCreateContextAttribs()464 if ((flags & __DRI_CTX_FLAG_DEBUG) != 0) { in driContextSetFlags()
158 if (flags & ~__DRI_CTX_FLAG_DEBUG) { in r100CreateContext()
192 if (flags & ~__DRI_CTX_FLAG_DEBUG) { in r200CreateContext()
66 if (flags & ~__DRI_CTX_FLAG_DEBUG) { in nouveau_context_create()
569 if (*flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_FORWARD_COMPATIBLE in dri2_convert_glx_attribs()
947 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG in brwCreateContext()1124 if ((flags & __DRI_CTX_FLAG_DEBUG) != 0) { in brwCreateContext()
1043 #define __DRI_CTX_FLAG_DEBUG 0x00000001 macro
964 if (flags & ~__DRI_CTX_FLAG_DEBUG) { in intelCreateContext()