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:ddl_infos
(Results
1 - 1
of
1
) sorted by relevance
/third_party/vulkan-loader/tests/
H
A
D
loader_version_tests.cpp
935
std::vector<VkDirectDriverLoadingInfoLUNARG>
ddl_infos
;
in CheckDirectDriverLoading()
local
945
ddl_infos
.push_back(ddl_info);
in CheckDirectDriverLoading()
963
ddl_list.driverCount = static_cast<uint32_t>(
ddl_infos
.size());
in CheckDirectDriverLoading()
964
ddl_list.pDrivers =
ddl_infos
.data();
in CheckDirectDriverLoading()
987
<< reinterpret_cast<const void*>(
ddl_infos
.at(i).pfnGetInstanceProcAddr);
in CheckDirectDriverLoading()
1256
std::array<VkDirectDriverLoadingInfoLUNARG, 2>
ddl_infos
{};
in TEST()
1257
ddl_infos
[0].sType = VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_INFO_LUNARG;
in TEST()
1258
ddl_infos
[0].pfnGetInstanceProcAddr = nullptr; // user didn't set the pfnGetInstanceProcAddr to the driver's handle
in TEST()
1260
ddl_infos
[1].sType = VK_STRUCTURE_TYPE_DIRECT_DRIVER_LOADING_INFO_LUNARG;
in TEST()
1261
ddl_infos
[
in TEST()
[all...]
Completed in 3 milliseconds