Home
last modified time | relevance | path

Searched refs:VkExportMemoryWin32HandleInfoKHR (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_win32.h72 typedef struct VkExportMemoryWin32HandleInfoKHR { struct
78 } VkExportMemoryWin32HandleInfoKHR; argument
/third_party/vulkan-headers/include/vulkan/
Dvulkan_win32.h61 typedef struct VkExportMemoryWin32HandleInfoKHR { struct
67 } VkExportMemoryWin32HandleInfoKHR; argument
Dvulkan_structs.hpp24763 using NativeType = VkExportMemoryWin32HandleInfoKHR;
24780 … ExportMemoryWin32HandleInfoKHR( VkExportMemoryWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryWin32HandleInfoKHR()
24788 …ExportMemoryWin32HandleInfoKHR & operator=( VkExportMemoryWin32HandleInfoKHR const & rhs ) VULKAN_… in operator =()
24821 operator VkExportMemoryWin32HandleInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryWin32HandleInfoKHR const&()
24823 return *reinterpret_cast<const VkExportMemoryWin32HandleInfoKHR *>( this ); in operator VkExportMemoryWin32HandleInfoKHR const&()
24826 operator VkExportMemoryWin32HandleInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryWin32HandleInfoKHR&()
24828 return *reinterpret_cast<VkExportMemoryWin32HandleInfoKHR *>( this ); in operator VkExportMemoryWin32HandleInfoKHR&()
24854 sizeof( VkExportMemoryWin32HandleInfoKHR ),
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_win32.h70 typedef struct VkExportMemoryWin32HandleInfoKHR { struct
76 } VkExportMemoryWin32HandleInfoKHR; typedef
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_win32.h61 typedef struct VkExportMemoryWin32HandleInfoKHR { struct
67 } VkExportMemoryWin32HandleInfoKHR; argument
/third_party/mesa3d/include/vulkan/
Dvulkan_win32.h61 typedef struct VkExportMemoryWin32HandleInfoKHR { struct
67 } VkExportMemoryWin32HandleInfoKHR; argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_win32.h61 typedef struct VkExportMemoryWin32HandleInfoKHR { struct
67 } VkExportMemoryWin32HandleInfoKHR; typedef
Dvulkan_structs.hpp24204 using NativeType = VkExportMemoryWin32HandleInfoKHR;
24221 … ExportMemoryWin32HandleInfoKHR( VkExportMemoryWin32HandleInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT in ExportMemoryWin32HandleInfoKHR()
24229 …ExportMemoryWin32HandleInfoKHR & operator=( VkExportMemoryWin32HandleInfoKHR const & rhs ) VULKAN_… in operator =()
24261 operator VkExportMemoryWin32HandleInfoKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkExportMemoryWin32HandleInfoKHR const&()
24263 return *reinterpret_cast<const VkExportMemoryWin32HandleInfoKHR *>( this ); in operator VkExportMemoryWin32HandleInfoKHR const&()
24266 operator VkExportMemoryWin32HandleInfoKHR &() VULKAN_HPP_NOEXCEPT in operator VkExportMemoryWin32HandleInfoKHR&()
24268 return *reinterpret_cast<VkExportMemoryWin32HandleInfoKHR *>( this ); in operator VkExportMemoryWin32HandleInfoKHR&()
24294 sizeof( VkExportMemoryWin32HandleInfoKHR ),
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_win32.h61 typedef struct VkExportMemoryWin32HandleInfoKHR { struct
67 } VkExportMemoryWin32HandleInfoKHR; argument
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl2994 template<> VkStructureType getStructureType<VkExportMemoryWin32HandleInfoKHR> (void)
DvkStrUtil.inl1299 std::ostream& operator<< (std::ostream& s, const VkExportMemoryWin32HandleInfoKHR& value);
DvkStructTypes.inl7505 struct VkExportMemoryWin32HandleInfoKHR struct
DvkStrUtilImpl.inl14484 std::ostream& operator<< (std::ostream& s, const VkExportMemoryWin32HandleInfoKHR& value)
14486 s << "VkExportMemoryWin32HandleInfoKHR = {\n";
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp2954 const vk::VkExportMemoryWin32HandleInfoKHR win32Info = in testMemoryWin32Create()