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:chain_device
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
unknown_function_handling.c
49
gdpa_value = dev->loader_dispatch.core_dispatch.GetDeviceProcAddr(dev->
chain_device
, funcName);
in loader_init_dispatch_dev_ext_entry()
55
gdpa_value = ldev->loader_dispatch.core_dispatch.GetDeviceProcAddr(ldev->
chain_device
, funcName);
in loader_init_dispatch_dev_ext_entry()
H
A
D
loader_common.h
186
VkDevice
chain_device
; // device object from the dispatch chain
member
H
A
D
unknown_ext_chain_masm.asm
111
mov eax, dword ptr [esp + 4] ; Dereference the handle to get VkDevice
chain_device
112
mov eax, dword ptr [eax] ; Dereference the
chain_device
to get the loader_dispatch
H
A
D
unknown_ext_chain_gas_x86.S
138
mov eax, dword ptr [eax] # Dereference the
chain_device
to get the loader_dispatch
H
A
D
loader.c
1246
(dev->
chain_device
!= VK_NULL_HANDLE && loader_get_dispatch(dev->
chain_device
) == dispatch_table_device)) {
in loader_get_icd_and_device()
4422
*pDevice = dev->
chain_device
;
4485
dev->
chain_device
= NULL;
5040
dev->
chain_device
= created_device;
5067
loader_init_device_dispatch_table(&dev->loader_dispatch, nextGDPA, dev->
chain_device
);
Completed in 23 milliseconds