Home | History | Annotate | Download | only in common

Lines Matching refs:deUint32

33 	const deUint32 r = (deUint32)floatToU8(v.x());
34 const deUint32 g = (deUint32)floatToU8(v.y());
35 const deUint32 b = (deUint32)floatToU8(v.z());
36 const deUint32 a = (deUint32)floatToU8(v.w());
53 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask)
55 deUint32 aPacked = a.getPacked();
56 deUint32 bPacked = b.getPacked();
97 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask)