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:sw_device
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_wsi.c
47
bool
sw_device
= true;
in dzn_wsi_init()
local
53
-1, NULL,
sw_device
);
in dzn_wsi_init()
/third_party/libinput/src/
H
A
D
evdev-fallback.h
131
struct evdev_device *
sw_device
;
member
H
A
D
evdev-fallback.c
1366
if (dispatch->tablet_mode.other.
sw_device
)
in fallback_pair_tablet_mode()
1378
dispatch->tablet_mode.other.
sw_device
= tablet_mode_switch;
in fallback_pair_tablet_mode()
1416
if (removed_device == dispatch->tablet_mode.other.
sw_device
) {
in fallback_interface_device_removed()
1421
dispatch->tablet_mode.other.
sw_device
= NULL;
in fallback_interface_device_removed()
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common.h
240
bool
sw_device
);
H
A
D
wsi_common.c
66
bool
sw_device
)
in wsi_device_init()
77
wsi->sw =
sw_device
|| (WSI_DEBUG & WSI_DEBUG_SW);
in wsi_device_init()
60
wsi_device_init(struct wsi_device *wsi, VkPhysicalDevice pdevice, WSI_FN_GetPhysicalDeviceProcAddr proc_addr, const VkAllocationCallbacks *alloc, int display_fd, const struct driOptionCache *dri_options, bool
sw_device
)
wsi_device_init()
argument
Completed in 7 milliseconds