Home
last modified time | relevance | path

Searched refs:AttachmentSampleLocationsEXT (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp5332 struct AttachmentSampleLocationsEXT struct
5337 VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT(
5345 AttachmentSampleLocationsEXT( AttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
5347 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT
5348 : AttachmentSampleLocationsEXT( *reinterpret_cast<AttachmentSampleLocationsEXT const *>( &rhs ) )
5352 AttachmentSampleLocationsEXT & operator=( AttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
5354 AttachmentSampleLocationsEXT
[all...]
H A Dvulkan_handles.hpp717 struct AttachmentSampleLocationsEXT;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp3299 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT ) == sizeof( VkAttachmentSampleLocationsEXT ),
3301 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT>::value, "struct wrapper is not a standard layout!" );
3302 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT>::value,
3303 "AttachmentSampleLocationsEXT is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp6867 struct AttachmentSampleLocationsEXT struct
6872 VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT( uint32_t attachmentIndex_ = {},
6879 VULKAN_HPP_CONSTEXPR AttachmentSampleLocationsEXT( AttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6881 AttachmentSampleLocationsEXT( VkAttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT
6882 : AttachmentSampleLocationsEXT( *reinterpret_cast<AttachmentSampleLocationsEXT const *>( &rhs ) )
6886 AttachmentSampleLocationsEXT & operator=( AttachmentSampleLocationsEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6889 AttachmentSampleLocationsEXT
[all...]
H A Dvulkan_hash.hpp1238 struct hash<VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT>
1240 std::size_t operator()( VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT const & attachmentSampleLocationsEXT ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_handles.hpp852 struct AttachmentSampleLocationsEXT;

Completed in 161 milliseconds