Home
last modified time | relevance | path

Searched refs:DeviceGroupRenderPassBeginInfo (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp20284 struct DeviceGroupRenderPassBeginInfo struct
20292 VULKAN_HPP_CONSTEXPR DeviceGroupRenderPassBeginInfo( uint32_t deviceMask_ = {},
20302 DeviceGroupRenderPassBeginInfo( DeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT = default;
20304 DeviceGroupRenderPassBeginInfo( VkDeviceGroupRenderPassBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT
20305 : DeviceGroupRenderPassBeginInfo( *reinterpret_cast<DeviceGroupRenderPassBeginInfo const *>( &rhs ) )
20309 DeviceGroupRenderPassBeginInfo(
20319 DeviceGroupRenderPassBeginInfo &
20320 operator=( DeviceGroupRenderPassBeginInfo cons
[all...]
H A Dvulkan_handles.hpp143 struct DeviceGroupRenderPassBeginInfo;
144 using DeviceGroupRenderPassBeginInfoKHR = DeviceGroupRenderPassBeginInfo;
H A Dvulkan.hpp6693 struct StructExtends<DeviceGroupRenderPassBeginInfo, RenderPassBeginInfo>
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp729 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo ) == sizeof( VkDeviceGroupRenderPassBeginInfo ),
731 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo>::value, "struct wrapper is not a standard layout!" );
732 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo>::value,
733 "DeviceGroupRenderPassBeginInfo is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp28840 struct DeviceGroupRenderPassBeginInfo global() struct
[all...]
H A Dvulkan.hpp8742 struct StructExtends<DeviceGroupRenderPassBeginInfo, RenderPassBeginInfo>
8751 struct StructExtends<DeviceGroupRenderPassBeginInfo, RenderingInfo>
H A Dvulkan_handles.hpp144 struct DeviceGroupRenderPassBeginInfo;
145 using DeviceGroupRenderPassBeginInfoKHR = DeviceGroupRenderPassBeginInfo;
H A Dvulkan_hash.hpp3836 struct hash<VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo>
3838 std::size_t operator()( VULKAN_HPP_NAMESPACE::DeviceGroupRenderPassBeginInfo const & deviceGroupRenderPassBeginInfo ) const VULKAN_HPP_NOEXCEPT

Completed in 224 milliseconds