Lines Matching refs:ComponentMapping
4394 struct ComponentMapping struct
4396 …ComponentMapping( ComponentSwizzle r_ = ComponentSwizzle::eIdentity, ComponentSwizzle g_ = Compone… in ComponentMapping() function
4404 ComponentMapping( VkComponentMapping const & rhs ) in ComponentMapping() argument
4406 memcpy( this, &rhs, sizeof(ComponentMapping) ); in ComponentMapping()
4409 ComponentMapping& operator=( VkComponentMapping const & rhs ) in operator =() argument
4411 memcpy( this, &rhs, sizeof(ComponentMapping) ); in operator =()
4415 ComponentMapping& setR( ComponentSwizzle r_ ) in setR() argument
4421 ComponentMapping& setG( ComponentSwizzle g_ ) in setG() argument
4427 ComponentMapping& setB( ComponentSwizzle b_ ) in setB() argument
4433 ComponentMapping& setA( ComponentSwizzle a_ ) in setA() argument
4444 bool operator==( ComponentMapping const& rhs ) const in operator ==() argument
4452 bool operator!=( ComponentMapping const& rhs ) const in operator !=() argument
4462 …static_assert( sizeof( ComponentMapping ) == sizeof( VkComponentMapping ), "struct and wrapper hav…
11492 …eViewType::e1D, Format format_ = Format::eUndefined, ComponentMapping components_ = ComponentMappi… in ImageViewCreateInfo()
11551 ImageViewCreateInfo& setComponents( ComponentMapping components_ ) in setComponents()
11594 ComponentMapping components;