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()
1421 const GLint colMask = img->Width - 1; in opt_sample_rgb_2d() local1435 GLint i = IFLOOR(texcoords[k][0] * width) & colMask; in opt_sample_rgb_2d()1466 const GLint colMask = img->Width - 1; in opt_sample_rgba_2d() local1480 const GLint col = IFLOOR(texcoords[i][0] * width) & colMask; in opt_sample_rgba_2d()