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:timeline_type
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_sync_binary.c
51
return vk_sync_init(device, &binary->timeline, btype->
timeline_type
,
in vk_sync_binary_init()
115
vk_sync_binary_get_type(const struct vk_sync_type *
timeline_type
)
in vk_sync_binary_get_type()
argument
117
assert(
timeline_type
->features & VK_SYNC_FEATURE_TIMELINE);
in vk_sync_binary_get_type()
122
timeline_type
->size,
in vk_sync_binary_get_type()
136
.
timeline_type
=
timeline_type
,
in vk_sync_binary_get_type()
H
A
D
vk_sync_binary.h
34
const struct vk_sync_type *
timeline_type
;
member
38
vk_sync_binary_get_type(const struct vk_sync_type *
timeline_type
);
H
A
D
vk_device.c
44
const struct vk_sync_type *
timeline_type
= NULL;
in get_timeline_mode()
local
49
assert(
timeline_type
== NULL);
in get_timeline_mode()
50
timeline_type
= *t;
in get_timeline_mode()
54
if (
timeline_type
== NULL)
in get_timeline_mode()
57
if (vk_sync_type_is_vk_sync_timeline(
timeline_type
))
in get_timeline_mode()
60
if (
timeline_type
->features & VK_SYNC_FEATURE_WAIT_BEFORE_SIGNAL)
in get_timeline_mode()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.h
122
struct vk_sync_timeline_type
timeline_type
;
member
H
A
D
tu_drm.c
750
device->
timeline_type
= vk_sync_timeline_get_type(&tu_timeline_sync_type);
in tu_drm_device_init()
753
device->sync_types[1] = &device->
timeline_type
.sync;
in tu_drm_device_init()
Completed in 6 milliseconds