Searched defs:BlendState (Results 1 – 5 of 5) sorted by relevance
43 struct BlendState struct45 deUint32 equation;46 deUint32 srcFunc;47 deUint32 dstFunc;49 BlendState (void) in BlendState() argument
86 struct BlendState : sw::Memset<BlendState> struct88 BlendState() in BlendState() argument92 BlendState(bool alphaBlendEnable, in BlendState() function109 bool alphaBlendEnable;110 VkBlendFactor sourceBlendFactor;111 VkBlendFactor destBlendFactor;112 VkBlendOp blendOperation;113 VkBlendFactor sourceBlendFactorAlpha;114 VkBlendFactor destBlendFactorAlpha;115 VkBlendOp blendOperationAlpha;
207 struct BlendState struct209 BlendEquation equation;210 BlendFunc srcFunc;211 BlendFunc dstFunc;213 BlendState (void) in BlendState() argument
159 struct BlendState struct161 BlendState (void) {} in BlendState() function163 BlendState (const Maybe<bool>& enableBlend_, in BlendState() argument174 bool isEmpty (void) const in isEmpty()179 Maybe<bool> enableBlend;180 Maybe<Either<BlendEq, SeparateBlendEq> > blendEq;181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc;182 Maybe<BVec4> colorMask;
70 BlendState::BlendState() in BlendState() function in gl::BlendState87 BlendState::BlendState(const BlendState &other) in BlendState() function in gl::BlendState