Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:bSum

624 			const tcu::Vec4		bSum	= b0 + b1 + b2;
628 packet.barycentric[0] = b0 / bSum;
629 packet.barycentric[1] = b1 / bSum;
829 const tcu::Vec4 bSum = b0 + b1 + b2;
833 packet.barycentric[0] = b0 / bSum;
834 packet.barycentric[1] = b1 / bSum;