Home
last modified time | relevance | path

Searched refs:StructureType (Results 1 - 7 of 7) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp3581 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 Dvulkan_structs.hpp186 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 Dvulkan_enums.hpp291 enum class StructureType class in VULKAN_HPP_NAMESPACE::Result
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp192 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 Dvulkan_enums.hpp134 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 DVkStringify.cpp45 ret = vkhpp::to_string(static_cast<vkhpp::StructureType>(value)); in Stringify()
/third_party/skia/third_party/externals/dawn/generator/
H A Ddawn_json_generator.py208 elif isinstance(member.type, StructureType):
218 if isinstance(self, StructureType):
223 class StructureType(Record, Type): class
395 'structure': StructureType,

Completed in 258 milliseconds