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:pci_function
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
loader_linux.c
117
if (left->
pci_function
< right->
pci_function
) {
in compare_devices()
119
} else if (left->
pci_function
> right->
pci_function
) {
in compare_devices()
188
if (left->
pci_function
< right->
pci_function
) {
in compare_device_groups()
190
} else if (left->
pci_function
> right->
pci_function
) {
in compare_device_groups()
310
sorted_device_info[index].
pci_function
= pci_props.pciFunction;
in linux_read_sorted_physical_devices()
413
sorted_group_term[group].internal_device_info[gpu].
pci_function
in linux_sort_physical_device_groups()
[all...]
H
A
D
loader_common.h
431
uint32_t
pci_function
;
member
/third_party/mesa3d/include/GL/
H
A
D
mesa_glinterop.h
113
uint32_t
pci_function
;
member
/third_party/opencl-headers/CL/
H
A
D
cl_ext.h
1087
cl_uint
pci_function
;
member
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri2.c
1946
out->
pci_function
= screen->get_param(screen, PIPE_CAP_PCI_FUNCTION);
in dri2_interop_query_device_info()
Completed in 11 milliseconds