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:aux_context_lock
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.c
1276
(void) mtx_init(&rscreen->
aux_context_lock
, mtx_plain);
in r600_common_screen_init()
1432
mtx_destroy(&rscreen->
aux_context_lock
);
in r600_destroy_common_screen()
1459
mtx_lock(&rscreen->
aux_context_lock
);
in r600_screen_clear_buffer()
1462
mtx_unlock(&rscreen->
aux_context_lock
);
in r600_screen_clear_buffer()
H
A
D
r600_pipe_common.h
348
mtx_t
aux_context_lock
;
member
H
A
D
r600_texture.c
323
mtx_lock(&rscreen->
aux_context_lock
);
in r600_eliminate_fast_color_clear()
329
mtx_unlock(&rscreen->
aux_context_lock
);
in r600_eliminate_fast_color_clear()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.c
937
mtx_unlock(&sscreen->
aux_context_lock
);
in si_destroy_screen()
939
mtx_destroy(&sscreen->
aux_context_lock
);
in si_destroy_screen()
1195
(void)mtx_init(&sscreen->
aux_context_lock
, mtx_recursive);
in radeonsi_screen_create_impl()
1484
mtx_lock(&sscreen->
aux_context_lock
);
in si_get_aux_context()
1492
mtx_unlock(&sscreen->
aux_context_lock
);
in si_put_aux_context_flush()
H
A
D
si_pipe.h
604
mtx_t
aux_context_lock
;
member
Completed in 14 milliseconds