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
defs:phys_devs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vulkan-loader/tests/live_verification/
H
A
D
dynamic_rendering_get_proc_addr.cpp
40
auto
phys_devs
= inst.GetPhysDevs();
in main()
local
/third_party/vulkan-loader/tests/
H
A
D
loader_wsi_tests.cpp
199
std::array<VkPhysicalDevice, max_device_count>
phys_devs
;
in TEST()
local
382
std::array<VkPhysicalDevice, max_device_count>
phys_devs
;
in TEST()
local
565
std::array<VkPhysicalDevice, max_device_count>
phys_devs
;
in TEST()
local
748
std::array<VkPhysicalDevice, max_device_count>
phys_devs
;
in TEST()
local
[all...]
H
A
D
loader_regression_tests.cpp
1299
auto
phys_devs
= inst.GetPhysDevs(100);
in TEST()
local
1316
auto
phys_devs
= inst.GetPhysDevs(100);
in TEST()
local
3677
auto
phys_devs
= inst.GetPhysDevs(2);
in TEST()
local
4064
auto
phys_devs
= inst.GetPhysDevs();
in TEST()
local
4084
auto
phys_devs
= inst.GetPhysDevs();
TEST()
local
[all...]
H
A
D
loader_unknown_ext_tests.cpp
374
auto
phys_devs
= inst.GetPhysDevs(2);
in TEST()
local
411
auto
phys_devs
= inst.GetPhysDevs(2);
in TEST()
local
475
auto
phys_devs
= inst.GetPhysDevs(2);
TEST()
local
[all...]
H
A
D
loader_version_tests.cpp
993
auto
phys_devs
= inst.GetPhysDevs();
in CheckDirectDriverLoading()
local
/third_party/vulkan-loader/tests/framework/layer/
H
A
D
wrap_objects.cpp
395
auto
phys_devs
= new wrapped_phys_dev_obj[*pPhysicalDeviceCount];
in wrap_vkEnumeratePhysicalDevices()
local
Completed in 13 milliseconds