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:snapshots_landed
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_query.c
83
uint64_t
snapshots_landed
;
member
92
uint64_t
snapshots_landed
;
member
136
unsigned offset = offsetof(struct iris_query_snapshots,
snapshots_landed
);
in mark_available()
525
WRITE_ONCE(q->map->
snapshots_landed
, false);
in iris_begin_query()
595
if (!q->ready && READ_ONCE(q->map->
snapshots_landed
)) {
in iris_check_query_no_flush()
633
while (!READ_ONCE(q->map->
snapshots_landed
)) {
in iris_get_query_result()
640
assert(READ_ONCE(q->map->
snapshots_landed
));
in iris_get_query_result()
668
offsetof(struct iris_query_snapshots,
snapshots_landed
);
in iris_get_query_result_resource()
687
if (!q->ready && READ_ONCE(q->map->
snapshots_landed
)) {
in iris_get_query_result_resource()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_query.c
105
uint64_t
snapshots_landed
;
member
114
uint64_t
snapshots_landed
;
member
158
unsigned offset = offsetof(struct crocus_query_snapshots,
snapshots_landed
);
in mark_available()
557
WRITE_ONCE(q->map->
snapshots_landed
, false);
in crocus_begin_query()
645
if (!q->ready && READ_ONCE(q->map->
snapshots_landed
)) {
in crocus_check_query_no_flush()
676
while (!READ_ONCE(q->map->
snapshots_landed
)) {
in crocus_get_query_result()
682
assert(READ_ONCE(q->map->
snapshots_landed
));
in crocus_get_query_result()
720
offsetof(struct crocus_query_snapshots,
snapshots_landed
);
in crocus_get_query_result_resource()
739
if (!q->ready && READ_ONCE(q->map->
snapshots_landed
)) {
in crocus_get_query_result_resource()
Completed in 4 milliseconds