Searched defs:PushConstantRange (Results 1 – 2 of 2) sorted by relevance
77 struct PushConstantRange struct79 VkShaderStageFlags shaderStage;80 deUint32 offset;81 deUint32 size;
10136 struct PushConstantRange struct10138 …PushConstantRange( ShaderStageFlags stageFlags_ = ShaderStageFlags(), uint32_t offset_ = 0, uint32… in PushConstantRange() argument10145 PushConstantRange( VkPushConstantRange const & rhs ) in PushConstantRange() argument10150 PushConstantRange& operator=( VkPushConstantRange const & rhs ) in operator =()10156 PushConstantRange& setStageFlags( ShaderStageFlags stageFlags_ ) in setStageFlags()10162 PushConstantRange& setOffset( uint32_t offset_ ) in setOffset()10168 PushConstantRange& setSize( uint32_t size_ ) in setSize()10174 operator const VkPushConstantRange&() const in operator const VkPushConstantRange&()10179 bool operator==( PushConstantRange const& rhs ) const in operator ==()10186 bool operator!=( PushConstantRange const& rhs ) const in operator !=()[all …]