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