Home
last modified time | relevance | path

Searched refs:__DRI_CTX_FLAG_DEBUG (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_context.c59 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()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c431 && (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()
/third_party/mesa3d/src/glx/
Ddri_common.c534 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()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c155 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in r100CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c190 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in r200CreateContext()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c63 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in nouveau_context_create()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c974 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()
/third_party/mesa3d/include/GL/internal/
Ddri_interface.h1140 #define __DRI_CTX_FLAG_DEBUG 0x00000001 macro
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c984 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { in intelCreateContext()