Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:allowed_flags
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_context.c
58
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
D
dri_util.c
607
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
D
ast_type.cpp
822
* \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
D
ast.h
870
const ast_type_qualifier &
allowed_flags
,
/third_party/pcre2/pcre2/src/sljit/
H
A
D
sljitLir.c
2035
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