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
defs:req_features
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_fence.c
77
static const enum vk_sync_features
req_features
=
in get_fence_sync_type()
local
H
A
D
vk_sync_timeline.c
46
ASSERTED const enum vk_sync_features
req_features
=
in vk_sync_timeline_type_validate()
local
H
A
D
vk_semaphore.c
84
enum vk_sync_features
req_features
= VK_SYNC_FEATURE_GPU_WAIT;
in get_semaphore_sync_type()
local
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_drm.c
187
get_sync_file_sync_type(struct vk_device *device, enum vk_sync_features
req_features
)
get_sync_file_sync_type()
argument
203
wsi_create_sync_for_dma_buf_wait(const struct wsi_swapchain *chain, const struct wsi_image *image, enum vk_sync_features
req_features
, struct vk_sync **sync_out)
wsi_create_sync_for_dma_buf_wait()
argument
Completed in 4 milliseconds