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:AllocateInfo
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
VkDeviceMemoryExternalHost.hpp
24
struct
AllocateInfo
struct in ExternalMemoryHost
29
AllocateInfo
() = default;
31
AllocateInfo
(const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo);
45
AllocateInfo
allocateInfo;
H
A
D
VkDeviceMemoryExternalAndroid.hpp
31
struct
AllocateInfo
struct in AHardwareBufferExternalMemory
39
AllocateInfo
() = default;
41
// Use the parsed allocation info to initialize a
AllocateInfo
.
42
AllocateInfo
(const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo);
49
AllocateInfo
info(extendedAllocationInfo);
in SupportsAllocateInfo()
89
AllocateInfo
allocateInfo;
H
A
D
VkDeviceMemoryExternalFuchsia.hpp
31
struct
AllocateInfo
struct in zircon::VmoExternalMemory
37
AllocateInfo
() = default;
39
// Use the parsed allocation info to initialize a
AllocateInfo
.
40
AllocateInfo
(const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo)
in AllocateInfo()
function
67
AllocateInfo
info(extendedAllocationInfo);
in supportsAllocateInfo()
161
AllocateInfo
allocateInfo;
H
A
D
VkDeviceMemoryExternalHost.cpp
17
ExternalMemoryHost::
AllocateInfo
::
AllocateInfo
(const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo)
in AllocateInfo()
function in ExternalMemoryHost::AllocateInfo
34
AllocateInfo
info(extendedAllocationInfo);
in SupportsAllocateInfo()
H
A
D
VkDeviceMemoryExternalAndroid.cpp
167
AHardwareBufferExternalMemory::
AllocateInfo
::
AllocateInfo
(const vk::DeviceMemory::ExtendedAllocationInfo &extendedAllocationInfo)
in AllocateInfo()
function in AHardwareBufferExternalMemory::AllocateInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H
A
D
DmaBufImageSiblingVkLinux.cpp
49
struct
AllocateInfo
struct
258
AllocateInfo
*infoOut)
in GetAllocateInfo()
495
AllocateInfo
allocateInfo;
in initImpl()
Completed in 4 milliseconds