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:BO_ALLOC_ZEROED
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_bufmgr.h
153
#define
BO_ALLOC_ZEROED
(1 << 0)
macro
H
A
D
crocus_resource.c
513
*alloc_flags |=
BO_ALLOC_ZEROED
;
in crocus_resource_configure_aux()
568
if (!(alloc_flags &
BO_ALLOC_ZEROED
)) {
in crocus_resource_init_aux_buf()
H
A
D
crocus_bufmgr.c
332
if (flags &
BO_ALLOC_ZEROED
) {
in alloc_bo_from_cache()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.h
296
#define
BO_ALLOC_ZEROED
(1<<0)
macro
H
A
D
iris_measure.c
122
IRIS_MEMZONE_OTHER,
BO_ALLOC_ZEROED
);
in iris_init_batch_measure()
H
A
D
iris_bufmgr.c
852
if (flags &
BO_ALLOC_ZEROED
) {
in alloc_bo_from_slabs()
942
if (flags &
BO_ALLOC_ZEROED
) {
in alloc_bo_from_cache()
H
A
D
iris_resource.c
1025
4096, IRIS_MEMZONE_OTHER,
BO_ALLOC_ZEROED
);
in iris_resource_finish_aux_import()
1034
4096, IRIS_MEMZONE_OTHER,
BO_ALLOC_ZEROED
);
in iris_resource_finish_aux_import()
Completed in 15 milliseconds