Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_context.c58 unsigned allowed_flags = __DRI_CTX_FLAG_DEBUG | in dri_create_context() local
69 allowed_flags |= __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS; in dri_create_context()
73 if (ctx_config->flags & ~allowed_flags) { in dri_create_context()
H A Ddri_util.c607 const uint32_t allowed_flags = (__DRI_CTX_FLAG_DEBUG in driCreateContextAttribs() local
611 if (ctx_config.flags & ~allowed_flags) { in driCreateContextAttribs()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_type.cpp822 * \param allowed_flags A list of valid flags.
827 const ast_type_qualifier &allowed_flags, in validate_flags()
831 bad.flags.i = this->flags.i & ~allowed_flags.flags.i; in validate_flags()
825 validate_flags(YYLTYPE *loc, _mesa_glsl_parse_state *state, const ast_type_qualifier &allowed_flags, const char *message, const char *name) validate_flags() argument
H A Dast.h870 const ast_type_qualifier &allowed_flags,
/third_party/pcre2/pcre2/src/sljit/
H A DsljitLir.c2035 sljit_s32 allowed_flags; in check_sljit_emit_mem() local
2045 allowed_flags = SLJIT_MEM_UNALIGNED; in check_sljit_emit_mem()
2051 allowed_flags = SLJIT_MEM_UNALIGNED | SLJIT_MEM_UNALIGNED_16; in check_sljit_emit_mem()
2055 allowed_flags = SLJIT_MEM_UNALIGNED | SLJIT_MEM_UNALIGNED_16 | SLJIT_MEM_UNALIGNED_32; in check_sljit_emit_mem()
2059 CHECK_ARGUMENT((type & ~(0xff | SLJIT_32 | SLJIT_MEM_STORE | allowed_flags)) == 0); in check_sljit_emit_mem()

Completed in 10 milliseconds