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/
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()
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/
Dast_type.cpp827 const ast_type_qualifier &allowed_flags, in validate_flags() argument
831 bad.flags.i = this->flags.i & ~allowed_flags.flags.i; in validate_flags()
Dast.h870 const ast_type_qualifier &allowed_flags,
/third_party/pcre2/pcre2/src/sljit/
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()