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:has_bus_info
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/vulkan/device-select-layer/
H
A
D
device_select.h
40
bool
has_bus_info
;
member
H
A
D
device_select_wayland.c
126
if (devices[i].
has_bus_info
) {
in device_select_find_wayland_pci_default()
H
A
D
device_select_x11.c
103
if (devices[i].
has_bus_info
) {
in device_select_find_xcb_pci_default()
H
A
D
device_select_layer.c
261
drm_device->
has_bus_info
= true;
in fill_drm_device_info()
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_renderer.h
57
bool
has_bus_info
;
member
H
A
D
vn_renderer_virtgpu.c
1401
info->pci.
has_bus_info
= true;
in virtgpu_init_renderer_info()
1407
info->pci.
has_bus_info
= false;
in virtgpu_init_renderer_info()
H
A
D
vn_physical_device.c
2136
if (physical_dev->instance->renderer->info.pci.
has_bus_info
) {
in vn_GetPhysicalDeviceProperties2()
Completed in 9 milliseconds