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:_lost
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_device.h
135
}
_lost
;
member
319
return p_atomic_read(&device->
_lost
.lost) > 0;
in vk_device_is_lost_no_report()
326
if (unlikely(lost && !device->
_lost
.reported))
in vk_device_is_lost()
H
A
D
vk_device.c
282
assert(p_atomic_read(&device->
_lost
.lost) > 0);
in _vk_device_report_lost()
284
device->
_lost
.reported = true;
in _vk_device_report_lost()
287
if (queue->
_lost
.lost) {
in _vk_device_report_lost()
289
queue->
_lost
.error_file, queue->
_lost
.error_line,
in _vk_device_report_lost()
290
"%s", queue->
_lost
.error_msg);
in _vk_device_report_lost()
307
p_atomic_inc(&device->
_lost
.lost);
in _vk_device_set_lost()
308
device->
_lost
.reported = true;
in _vk_device_set_lost()
H
A
D
vk_queue.h
107
}
_lost
;
member
191
return queue->
_lost
.lost;
in vk_queue_is_lost()
H
A
D
vk_queue.c
118
if (queue->
_lost
.lost)
in _vk_queue_set_lost()
121
queue->
_lost
.lost = true;
in _vk_queue_set_lost()
122
queue->
_lost
.error_file = file;
in _vk_queue_set_lost()
123
queue->
_lost
.error_line = line;
in _vk_queue_set_lost()
127
vsnprintf(queue->
_lost
.error_msg, sizeof(queue->
_lost
.error_msg), msg, ap);
in _vk_queue_set_lost()
130
p_atomic_inc(&queue->base.device->
_lost
.lost);
in _vk_queue_set_lost()
/third_party/mesa3d/src/panfrost/vulkan/
H
A
D
panvk_private.h
261
int
_lost
;
273
return unlikely(p_atomic_read(&device->
_lost
));
H
A
D
panvk_device.c
70
p_atomic_inc(&device->
_lost
);
in _panvk_device_set_lost()
Completed in 10 milliseconds