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:StructureType
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_to_string.hpp
3581
VULKAN_HPP_INLINE std::string to_string(
StructureType
value )
in to_string()
3585
case
StructureType
::eApplicationInfo: return "ApplicationInfo";
in to_string()
3586
case
StructureType
::eInstanceCreateInfo: return "InstanceCreateInfo";
in to_string()
3587
case
StructureType
::eDeviceQueueCreateInfo: return "DeviceQueueCreateInfo";
in to_string()
3588
case
StructureType
::eDeviceCreateInfo: return "DeviceCreateInfo";
in to_string()
3589
case
StructureType
::eSubmitInfo: return "SubmitInfo";
in to_string()
3590
case
StructureType
::eMemoryAllocateInfo: return "MemoryAllocateInfo";
in to_string()
3591
case
StructureType
::eMappedMemoryRange: return "MappedMemoryRange";
in to_string()
3592
case
StructureType
::eBindSparseInfo: return "BindSparseInfo";
in to_string()
3593
case
StructureType
in to_string()
[all...]
H
A
D
vulkan_structs.hpp
186
static VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType
structureType =
StructureType
::eAccelerationStructureGeometryTrianglesDataKHR;
294
std::tuple<VULKAN_HPP_NAMESPACE::
StructureType
const &,
311
VULKAN_HPP_NAMESPACE::
StructureType
sType =
StructureType
::eAccelerationStructureGeometryTrianglesDataKHR;
323
struct CppType<
StructureType
,
StructureType
::eAccelerationStructureGeometryTrianglesDataKHR>
333
static VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType
structureType =
StructureType
::eAccelerationStructureGeometryAabbsDataKHR;
396
std::tuple<VULKAN_HPP_NAMESPACE::
StructureType
cons
[all...]
H
A
D
vulkan_enums.hpp
291
enum class
StructureType
class in VULKAN_HPP_NAMESPACE::Result
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_structs.hpp
192
static VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType
structureType =
193
StructureType
::eAccelerationStructureGeometryTrianglesDataKHR;
300
VULKAN_HPP_NAMESPACE::
StructureType
sType =
StructureType
::eAccelerationStructureGeometryTrianglesDataKHR;
321
struct CppType<
StructureType
,
StructureType
::eAccelerationStructureGeometryTrianglesDataKHR>
331
static VULKAN_HPP_CONST_OR_CONSTEXPR
StructureType
structureType =
332
StructureType
::eAccelerationStructureGeometryAabbsDataKHR;
394
VULKAN_HPP_NAMESPACE::
StructureType
sType =
StructureType
[all...]
H
A
D
vulkan_enums.hpp
134
enum class
StructureType
class in VULKAN_HPP_NAMESPACE::Result
1011
VULKAN_HPP_INLINE std::string to_string(
StructureType
value )
in to_string()
1015
case
StructureType
::eApplicationInfo: return "ApplicationInfo";
in to_string()
1016
case
StructureType
::eInstanceCreateInfo: return "InstanceCreateInfo";
in to_string()
1017
case
StructureType
::eDeviceQueueCreateInfo: return "DeviceQueueCreateInfo";
in to_string()
1018
case
StructureType
::eDeviceCreateInfo: return "DeviceCreateInfo";
in to_string()
1019
case
StructureType
::eSubmitInfo: return "SubmitInfo";
in to_string()
1020
case
StructureType
::eMemoryAllocateInfo: return "MemoryAllocateInfo";
in to_string()
1021
case
StructureType
::eMappedMemoryRange: return "MappedMemoryRange";
in to_string()
1022
case
StructureType
in to_string()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
VkStringify.cpp
45
ret = vkhpp::to_string(static_cast<vkhpp::
StructureType
>(value));
in Stringify()
/third_party/skia/third_party/externals/dawn/generator/
H
A
D
dawn_json_generator.py
208
elif isinstance(member.type,
StructureType
):
218
if isinstance(self,
StructureType
):
223
class
StructureType
(Record, Type):
class
395
'structure':
StructureType
,
Completed in 258 milliseconds