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:pciDomain
(Results
1 - 19
of
19
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
loader_linux.c
307
sorted_device_info[index].pci_domain = pci_props.
pciDomain
;
in linux_read_sorted_physical_devices()
410
sorted_group_term[group].internal_device_info[gpu].pci_domain = pci_props.
pciDomain
;
in linux_sort_physical_device_groups()
/third_party/mesa3d/src/vulkan/device-select-layer/
H
A
D
device_select_layer.c
235
fprintf(stderr, " %04x:%02x:%02x.%x", ext_pci_properties.
pciDomain
,
in print_gpu()
262
drm_device->bus_info.domain = ext_pci_properties.
pciDomain
;
in fill_drm_device_info()
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_drm.c
281
match = wsi->pci_bus_info.
pciDomain
== fd_device->businfo.pci->domain &&
in wsi_device_matches_drm_fd()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiFeatureInfo.cpp
4477
s << "\tpciDomain = " << value.
pciDomain
<< '\n';
in toString()
5106
pciBusInfoProperties[ndx].
pciDomain
= DEUINT32_MAX;
in deviceProperties2()
5120
if (pciBusInfoProperties[0].
pciDomain
!= pciBusInfoProperties[1].
pciDomain
||
in deviceProperties2()
5127
if (pciBusInfoProperties[0].
pciDomain
== DEUINT32_MAX ||
in deviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiFeatureInfo.cpp
4482
s << "\tpciDomain = " << value.
pciDomain
<< '\n';
in toString()
5111
pciBusInfoProperties[ndx].
pciDomain
= DEUINT32_MAX;
in deviceProperties2()
5125
if (pciBusInfoProperties[0].
pciDomain
!= pciBusInfoProperties[1].
pciDomain
||
in deviceProperties2()
5132
if (pciBusInfoProperties[0].
pciDomain
== DEUINT32_MAX ||
in deviceProperties2()
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_physical_device.c
2137
u.pci_bus_info->
pciDomain
=
in vn_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_device.c
2538
properties->
pciDomain
= pdevice->info.pci_domain;
in anv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
2379
properties->
pciDomain
= pdevice->bus_info.domain;
in radv_GetPhysicalDeviceProperties2()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H
A
D
vulkan_sc_core.h
7269
uint32_t
pciDomain
;
member
/third_party/skia/include/third_party/vulkan/vulkan/
H
A
D
vulkan_core.h
10832
uint32_t
pciDomain
;
member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_structs.hpp
47636
uint32_t
pciDomain
= {};
global()
member
[all...]
H
A
D
vulkan_core.h
11235
uint32_t
pciDomain
;
member
/third_party/mesa3d/include/vulkan/
H
A
D
vulkan_core.h
12321
uint32_t
pciDomain
;
member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H
A
D
vulkan_core.h
11395
uint32_t
pciDomain
;
member
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H
A
D
vulkan_json_data.hpp
[all...]
H
A
D
vulkan_json_parser.hpp
12773
parse_uint32_t("
pciDomain
", obj["
pciDomain
"], (o.
pciDomain
));
in parse_VkPhysicalDevicePCIBusInfoPropertiesEXT()
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_core.h
14220
uint32_t
pciDomain
;
member
H
A
D
vulkan_hash.hpp
10130
VULKAN_HPP_HASH_COMBINE( seed, physicalDevicePCIBusInfoPropertiesEXT.
pciDomain
);
H
A
D
vulkan_structs.hpp
[all...]
Completed in 483 milliseconds