Home
last modified time | relevance | path

Searched refs:SampleLocationsInfoEXT (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp5189 struct SampleLocationsInfoEXT struct
5197 VULKAN_HPP_CONSTEXPR SampleLocationsInfoEXT(
5209 VULKAN_HPP_CONSTEXPR SampleLocationsInfoEXT( SampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
5211 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT
5212 : SampleLocationsInfoEXT( *reinterpret_cast<SampleLocationsInfoEXT const *>( &rhs ) )
5216 SampleLocationsInfoEXT(
5229 SampleLocationsInfoEXT & operator=( SampleLocationsInfoEXT cons
[all...]
H A Dvulkan_handles.hpp716 struct SampleLocationsInfoEXT;
4087 void setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT * pSampleLocationsInfo,
4091 void setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo,
H A Dvulkan.hpp8421 struct StructExtends<SampleLocationsInfoEXT, ImageMemoryBarrier>
8429 struct StructExtends<SampleLocationsInfoEXT, ImageMemoryBarrier2KHR>
H A Dvulkan_raii.hpp4411 void setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo ) const
13478 const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_funcs.hpp13302 CommandBuffer::setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT * pSampleLocationsInfo,
13313 CommandBuffer::setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo,
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_static_assertions.hpp3293 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT ) == sizeof( VkSampleLocationsInfoEXT ),
3295 VULKAN_HPP_STATIC_ASSERT( std::is_standard_layout<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT>::value, "struct wrapper is not a standard layout!" );
3296 VULKAN_HPP_STATIC_ASSERT( std::is_nothrow_move_constructible<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT>::value,
3297 "SampleLocationsInfoEXT is not nothrow_move_constructible!" );
H A Dvulkan_structs.hpp6708 struct SampleLocationsInfoEXT struct
6717 SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_ = VULKAN_HPP_NAMESPACE::SampleCountFlagBits::e1,
6730 VULKAN_HPP_CONSTEXPR SampleLocationsInfoEXT( SampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT = default;
6732 SampleLocationsInfoEXT( VkSampleLocationsInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT
6733 : SampleLocationsInfoEXT( *reinterpret_cast<SampleLocationsInfoEXT const *>( &rhs ) )
6738 SampleLocationsInfoEXT( VULKAN_HPP_NAMESPACE::SampleCountFlagBits sampleLocationsPerPixel_,
6751 SampleLocationsInfoEXT & operator=( SampleLocationsInfoEXT cons
[all...]
H A Dvulkan_handles.hpp851 struct SampleLocationsInfoEXT;
5415 void setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT * pSampleLocationsInfo,
5419 void setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo,
H A Dvulkan.hpp11359 struct StructExtends<SampleLocationsInfoEXT, ImageMemoryBarrier>
11368 struct StructExtends<SampleLocationsInfoEXT, ImageMemoryBarrier2>
H A Dvulkan_hash.hpp1222 struct hash<VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT>
1224 std::size_t operator()( VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT const & sampleLocationsInfoEXT ) const VULKAN_HPP_NOEXCEPT
H A Dvulkan_funcs.hpp14027 VULKAN_HPP_INLINE void CommandBuffer::setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT * pSampleLocationsInfo,
14036 VULKAN_HPP_INLINE void CommandBuffer::setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo,
[all...]
H A Dvulkan_raii.hpp5832 void setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo ) const VULKAN_HPP_NOEXCEPT;
17666 CommandBuffer::setSampleLocationsEXT( const VULKAN_HPP_NAMESPACE::SampleLocationsInfoEXT & sampleLocationsInfo ) const VULKAN_HPP_NOEXCEPT
[all...]

Completed in 320 milliseconds