Searched refs:allowed_flags (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_context.c57 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | local in function:dri_create_context
68 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS;
72 if (ctx_config->flags & ~allowed_flags) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_context.c59 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | local in function:dri_create_context
70 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS;
74 if (ctx_config->flags & ~allowed_flags) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c446 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG local in function:driCreateContextAttribs
450 if (ctx_config.flags & ~allowed_flags) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.c453 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG local in function:driCreateContextAttribs
457 if (ctx_config.flags & ~allowed_flags) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_type.cpp822 * \param allowed_flags A list of valid flags.
827 const ast_type_qualifier &allowed_flags,
831 bad.flags.i = this->flags.i & ~allowed_flags.flags.i;
825 validate_flags(YYLTYPE * loc,_mesa_glsl_parse_state * state,const ast_type_qualifier & allowed_flags,const char * message,const char * name) argument
H A Dast.h870 const ast_type_qualifier &allowed_flags,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_type.cpp821 * \param allowed_flags A list of valid flags.
826 const ast_type_qualifier &allowed_flags,
830 bad.flags.i = this->flags.i & ~allowed_flags.flags.i;
824 validate_flags(YYLTYPE * loc,_mesa_glsl_parse_state * state,const ast_type_qualifier & allowed_flags,const char * message,const char * name) argument
H A Dast.h860 const ast_type_qualifier &allowed_flags,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c935 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG | local in function:brwCreateContext
940 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS;
942 if (ctx_config->flags & ~allowed_flags) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c975 uint32_t allowed_flags = __DRI_CTX_FLAG_DEBUG | local in function:brw_create_context
980 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS;
982 if (ctx_config->flags & ~allowed_flags) {

Completed in 19 milliseconds