Searched refs:colMask (Results 1 – 3 of 3) sorted by relevance
256 deUint8 colMask = pixelKnownChannelMask[offset]; in iterate() local257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask); in iterate()
1424 const GLint colMask = img->Width - 1; in opt_sample_rgb_2d() local1438 GLint i = IFLOOR(texcoords[k][0] * width) & colMask; in opt_sample_rgb_2d()1469 const GLint colMask = img->Width - 1; in opt_sample_rgba_2d() local1483 const GLint col = IFLOOR(texcoords[i][0] * width) & colMask; in opt_sample_rgba_2d()