Home
last modified time | relevance | path

Searched refs:VkExportSemaphoreWin32HandleInfoKHR (Results 1 – 13 of 13) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_win32.h142 typedef struct VkExportSemaphoreWin32HandleInfoKHR { struct
148 } VkExportSemaphoreWin32HandleInfoKHR; argument
Dvulkan.hpp27703 ExportSemaphoreWin32HandleInfoKHR( VkExportSemaphoreWin32HandleInfoKHR const & rhs ) in ExportSemaphoreWin32HandleInfoKHR()
27708 ExportSemaphoreWin32HandleInfoKHR& operator=( VkExportSemaphoreWin32HandleInfoKHR const & rhs ) in operator =()
27738 operator VkExportSemaphoreWin32HandleInfoKHR const&() const in operator VkExportSemaphoreWin32HandleInfoKHR const&()
27740 return *reinterpret_cast<const VkExportSemaphoreWin32HandleInfoKHR*>( this ); in operator VkExportSemaphoreWin32HandleInfoKHR const&()
27743 operator VkExportSemaphoreWin32HandleInfoKHR &() in operator VkExportSemaphoreWin32HandleInfoKHR&()
27745 return *reinterpret_cast<VkExportSemaphoreWin32HandleInfoKHR*>( this ); in operator VkExportSemaphoreWin32HandleInfoKHR&()
27771 …rt( sizeof( ExportSemaphoreWin32HandleInfoKHR ) == sizeof( VkExportSemaphoreWin32HandleInfoKHR ), …
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_win32.h142 typedef struct VkExportSemaphoreWin32HandleInfoKHR { struct
148 } VkExportSemaphoreWin32HandleInfoKHR; argument
/external/swiftshader/include/vulkan/
Dvulkan_win32.h142 typedef struct VkExportSemaphoreWin32HandleInfoKHR { struct
148 } VkExportSemaphoreWin32HandleInfoKHR; argument
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_win32.h142 typedef struct VkExportSemaphoreWin32HandleInfoKHR { struct
148 } VkExportSemaphoreWin32HandleInfoKHR; argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkGetStructureTypeImpl.inl699 template<> VkStructureType getStructureType<VkExportSemaphoreWin32HandleInfoKHR> (void)
DvkStructTypes.inl2057 struct VkExportSemaphoreWin32HandleInfoKHR struct
DvkStrUtil.inl492 std::ostream& operator<< (std::ostream& s, const VkExportSemaphoreWin32HandleInfoKHR& value);
DvkVulkan_c.inl5462 typedef struct VkExportSemaphoreWin32HandleInfoKHR { struct
5468 } VkExportSemaphoreWin32HandleInfoKHR; argument
DvkStrUtilImpl.inl5050 std::ostream& operator<< (std::ostream& s, const VkExportSemaphoreWin32HandleInfoKHR& value)
5052 s << "VkExportSemaphoreWin32HandleInfoKHR = {\n";
/external/mesa3d/include/vulkan/
Dvulkan.h4486 typedef struct VkExportSemaphoreWin32HandleInfoKHR { struct
4492 } VkExportSemaphoreWin32HandleInfoKHR; argument
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in5459 typedef struct VkExportSemaphoreWin32HandleInfoKHR { struct
5465 } VkExportSemaphoreWin32HandleInfoKHR; argument
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp771 const vk::VkExportSemaphoreWin32HandleInfoKHR win32ExportInfo = in testSemaphoreWin32Create()