Home
last modified time | relevance | path

Searched defs:Extent2D (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/
DesextcFragmentShadingRateCombinedTests.hpp54 struct Extent2D struct in glcts::FragmentShadingRateCombined
56 deUint32 width;
57 deUint32 height;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkStructConversion.hpp253 struct Extent2D : VkExtent2D struct
255 Extent2D(const VkExtent3D &extent3D) in Extent2D() function
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp5043 struct Extent2D struct
5048 VULKAN_HPP_CONSTEXPR Extent2D( uint32_t width_ = {}, uint32_t height_ = {} ) VULKAN_HPP_NOEXCEPT in Extent2D() function
5055Extent2D( VkExtent2D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent2D( *reinterpret_cast<Extent2D cons… in Extent2D() function
5062 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent2D const *>( &rhs ); in operator =()
5067 Extent2D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
5073 Extent2D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
5080 operator VkExtent2D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent2D const&()
5108 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::Extent2D ) == sizeof( VkExtent2D ),
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp6542 struct Extent2D struct
6547 VULKAN_HPP_CONSTEXPR Extent2D( uint32_t width_ = {}, uint32_t height_ = {} ) VULKAN_HPP_NOEXCEPT in Extent2D() function
6555Extent2D( VkExtent2D const & rhs ) VULKAN_HPP_NOEXCEPT : Extent2D( *reinterpret_cast<Extent2D cons… in Extent2D() function
6562 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::Extent2D const *>( &rhs ); in operator =()
6567 VULKAN_HPP_CONSTEXPR_14 Extent2D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
6573 VULKAN_HPP_CONSTEXPR_14 Extent2D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight()
6580 operator VkExtent2D const &() const VULKAN_HPP_NOEXCEPT in operator VkExtent2D const&()
6585 operator VkExtent2D &() VULKAN_HPP_NOEXCEPT in operator VkExtent2D&()
6596 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
6605 bool operator==( Extent2D const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]