Lines Matching refs:PushConstantRange
40254 struct PushConstantRange struct
40256 PushConstantRange( ShaderStageFlags stageFlags_ = ShaderStageFlags(), in PushConstantRange() function
40264 PushConstantRange( VkPushConstantRange const & rhs ) in PushConstantRange() argument
40266 memcpy( this, &rhs, sizeof( PushConstantRange ) ); in PushConstantRange()
40269 PushConstantRange& operator=( VkPushConstantRange const & rhs ) in operator =() argument
40271 memcpy( this, &rhs, sizeof( PushConstantRange ) ); in operator =()
40275 PushConstantRange & setStageFlags( ShaderStageFlags stageFlags_ ) in setStageFlags() argument
40281 PushConstantRange & setOffset( uint32_t offset_ ) in setOffset() argument
40287 PushConstantRange & setSize( uint32_t size_ ) in setSize() argument
40303 bool operator==( PushConstantRange const& rhs ) const in operator ==() argument
40310 bool operator!=( PushConstantRange const& rhs ) const in operator !=() argument
40319 …static_assert( sizeof( PushConstantRange ) == sizeof( VkPushConstantRange ), "struct and wrapper h…
40327 const PushConstantRange* pPushConstantRanges_ = nullptr ) in PipelineLayoutCreateInfo()
40376 … PipelineLayoutCreateInfo & setPPushConstantRanges( const PushConstantRange* pPushConstantRanges_ ) in setPPushConstantRanges()
40417 const PushConstantRange* pPushConstantRanges;