Lines Matching defs:SampleData
114 struct SampleData struct in rr::FragmentProcessor
116 bool isAlive;
117 bool stencilPassed;
118 bool depthPassed;
119 tcu::Vec4 clampedBlendSrcColor;
120 tcu::Vec4 clampedBlendSrc1Color;
121 tcu::Vec4 clampedBlendDstColor;
122 tcu::Vec3 blendSrcFactorRGB;
123 float blendSrcFactorA;
124 tcu::Vec3 blendDstFactorRGB;
125 float blendDstFactorA;
126 tcu::Vec3 blendedRGB;
127 float blendedA;
128 tcu::Vector<deInt32, 4> signedValue; //!< integer targets
129 tcu::Vector<deUint32, 4> unsignedValue; //!< unsigned integer targets