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
defs:needs_flush
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_job.c
211
bool
needs_flush
;
in v3d_flush_jobs_writing_resource()
local
258
bool
needs_flush
;
in v3d_flush_jobs_reading_resource()
local
[all...]
H
A
D
v3d_context.h
450
bool
needs_flush
;
member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_batch.h
95
bool
needs_flush
: 1;
member
H
A
D
freedreno_resource.c
733
bool
needs_flush
= pending(rsc, !!(usage & PIPE_MAP_WRITE));
variable
855
bool
needs_flush
= pending(rsc, !!(usage & PIPE_MAP_WRITE));
variable
[all...]
/third_party/node/deps/v8/src/interpreter/
H
A
D
bytecode-register-optimizer.cc
77
bool
needs_flush
() const { return needs_flush_; }
in needs_flush()
function in v8::internal::interpreter::final
78
void set_needs_flush(bool
needs_flush
) { needs_flush_ =
needs_flush
; }
in set_needs_flush()
argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_context.h
287
bool
needs_flush
;
member
Completed in 8 milliseconds