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:ImageBlit2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_static_assertions.hpp
1627
VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::
ImageBlit2
) == sizeof( VkImageBlit2 ), "struct and wrapper have different size!" );
1628
VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::
ImageBlit2
>::value, "struct wrapper is not a standard layout!" );
1629
VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::
ImageBlit2
>::value, "
ImageBlit2
is not nothrow_move_constructible!" );
H
A
D
vulkan_structs.hpp
10413
struct
ImageBlit2
struct
10421
VULKAN_HPP_CONSTEXPR_14
ImageBlit2
( VULKAN_HPP_NAMESPACE::ImageSubresourceLayers srcSubresource_ = {},
10434
VULKAN_HPP_CONSTEXPR_14
ImageBlit2
(
ImageBlit2
const & rhs ) VULKAN_HPP_NOEXCEPT = default;
10436
ImageBlit2
( VkImageBlit2 const & rhs ) VULKAN_HPP_NOEXCEPT :
ImageBlit2
( *reinterpret_cast<
ImageBlit2
const *>( &rhs ) ) {}
10438
ImageBlit2
& operator=(
ImageBlit2
const & rhs ) VULKAN_HPP_NOEXCEPT = default;
10441
ImageBlit2
[all...]
H
A
D
vulkan_handles.hpp
424
struct
ImageBlit2
;
425
using ImageBlit2KHR =
ImageBlit2
;
H
A
D
vulkan_hash.hpp
1673
struct hash<VULKAN_HPP_NAMESPACE::
ImageBlit2
>
1675
std::size_t operator()( VULKAN_HPP_NAMESPACE::
ImageBlit2
const & imageBlit2 ) const VULKAN_HPP_NOEXCEPT
H
A
D
vulkan.hpp
13842
struct StructExtends<CopyCommandTransformInfoQCOM,
ImageBlit2
>
Completed in 114 milliseconds