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_func
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/intel/common/
H
A
D
intel_uuid.c
50
_mesa_sha1_update(&sha1_ctx, &devinfo->
pci_func
,
in intel_uuid_compute_device_id()
51
sizeof(devinfo->
pci_func
));
in intel_uuid_compute_device_id()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_sqtt.c
163
info->pci_domain, info->pci_bus, info->pci_dev, info->
pci_func
);
in ac_check_profile_state()
H
A
D
ac_gpu_info.h
77
uint32_t
pci_func
;
member
H
A
D
ac_gpu_info.c
611
info->
pci_func
= devinfo->businfo.pci->func;
in ac_query_gpu_info()
1394
uint_uuid[3] = info->
pci_func
;
in ac_compute_device_uuid()
1450
info->pci_dev, info->
pci_func
);
in ac_print_gpu_info()
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_device_info.h
111
uint8_t
pci_func
;
member
H
A
D
intel_dev_info.c
132
fprintf(stdout, " PCI function: 0x%x\n", devinfo.
pci_func
);
in main()
H
A
D
intel_device_info.c
1962
devinfo->
pci_func
= drmdev->businfo.pci->func;
in intel_get_device_info_from_fd()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_screen.c
243
return r300screen->info.
pci_func
;
in r300_get_param()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe.c
533
return rscreen->b.info.
pci_func
;
in r600_get_param()
H
A
D
r600_pipe_common.c
1282
rscreen->info.pci_dev, rscreen->info.
pci_func
);
in r600_common_screen_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_get.c
398
return sscreen->info.
pci_func
;
in si_get_param()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
2541
properties->pciFunction = pdevice->info.
pci_func
;
in anv_GetPhysicalDeviceProperties2()
Completed in 22 milliseconds