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:MAP_ASYNC
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_bufmgr.h
225
#define
MAP_ASYNC
PIPE_MAP_UNSYNCHRONIZED
macro
232
#define MAP_FLAGS (MAP_READ | MAP_WRITE |
MAP_ASYNC
| \
H
A
D
crocus_program_cache.c
147
MAP_ASYNC
| MAP_PERSISTENT);
in crocus_cache_new_bo()
295
MAP_READ | MAP_WRITE |
MAP_ASYNC
| MAP_PERSISTENT);
in crocus_init_program_cache()
H
A
D
crocus_bufmgr.c
768
if (flags &
MAP_ASYNC
)
in print_flags()
875
if (!(flags &
MAP_ASYNC
)) {
in crocus_bo_map_cpu()
926
if (!(flags &
MAP_ASYNC
)) {
in crocus_bo_map_wc()
1006
if (!(flags &
MAP_ASYNC
)) {
in crocus_bo_map_gtt()
1044
if (flags & (MAP_PERSISTENT | MAP_COHERENT |
MAP_ASYNC
| MAP_RAW))
in can_map_cpu()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.h
337
#define
MAP_ASYNC
PIPE_MAP_UNSYNCHRONIZED
macro
344
#define MAP_FLAGS (MAP_READ | MAP_WRITE |
MAP_ASYNC
| \
H
A
D
iris_bufmgr.c
1528
if (flags &
MAP_ASYNC
)
in print_flags()
1636
map = iris_bo_map(dbg, real, flags |
MAP_ASYNC
) + offset;
in iris_bo_map()
1665
if (!(flags &
MAP_ASYNC
)) {
in iris_bo_map()
H
A
D
iris_batch.c
147
.map = iris_bo_map(batch->dbg, bo, MAP_READ |
MAP_ASYNC
),
in decode_get_bo()
Completed in 10 milliseconds