Home | History | Annotate | Download | only in common

Lines Matching refs:IVec4

93 	const tcu::IVec4	okColor				(0, 255, 0, 255);
94 const tcu::IVec4 errorColor (255, 0, 0, 255);
118 const IVec4 refPix = reference.getPixelInt(x, y, z);
119 const IVec4 cmpPix = result.getPixelInt(x, y, z);
141 const IVec4 deviatedCmpPix = result.getPixelInt(sx, sy, sz);
164 const IVec4 deviatedRefPix = reference.getPixelInt(sx, sy, sz);
302 IVec4 a = ref.getPixelInt(x, y);
303 IVec4 b = cmp.getPixelInt(x, y);
304 IVec4 diff = abs(a - b);
761 IVec4 refPix = reference.getPixelInt(x, y, z);
762 IVec4 cmpPix = result.getPixelInt(x, y, z);
769 errorMask.setPixel(isOk ? IVec4(0, 0xff, 0, 0xff) : IVec4(0xff, 0, 0, 0xff), x, y, z);