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:phys_devs_tramp
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
loader_common.h
269
struct loader_physical_device_tramp **
phys_devs_tramp
;
member
H
A
D
loader.c
5997
if (inst->
phys_devs_tramp
[cur_idx]->phys_dev == phys_devs[new_idx]) {
6013
phys_devs[new_idx] = (VkPhysicalDevice)inst->
phys_devs_tramp
[cur_idx];
6045
new_phys_devs[new_idx] = inst->
phys_devs_tramp
[cur_idx];
6077
new_phys_devs[new_idx] = inst->
phys_devs_tramp
[cur_idx];
6097
if (new_phys_devs[new_idx] == inst->
phys_devs_tramp
[cur_idx]) {
6115
if (NULL != inst->
phys_devs_tramp
) {
6119
if (inst->
phys_devs_tramp
[i] == new_phys_devs[j]) {
6125
loader_instance_heap_free(inst, inst->
phys_devs_tramp
[i]);
6128
loader_instance_heap_free(inst, inst->
phys_devs_tramp
);
6130
inst->
phys_devs_tramp
[all...]
H
A
D
trampoline.c
851
if (ptr_instance->
phys_devs_tramp
) {
in vkDestroyInstance()
853
loader_instance_heap_free(ptr_instance, ptr_instance->
phys_devs_tramp
[i]);
in vkDestroyInstance()
855
loader_instance_heap_free(ptr_instance, ptr_instance->
phys_devs_tramp
);
in vkDestroyInstance()
Completed in 18 milliseconds