Searched refs:s_offsets (Results 1 – 1 of 1) sorted by relevance
134 static const deUint32 s_offsets[][2] = in comparePixelRGBA8() local166 for (int sampleNdx = 0; sampleNdx < DE_LENGTH_OF_ARRAY(s_offsets); sampleNdx++) in comparePixelRGBA8()168 const int u = ((x-1)<<NUM_SUBPIXEL_BITS) + (int)s_offsets[sampleNdx][0]; in comparePixelRGBA8()169 const int v = ((y-1)<<NUM_SUBPIXEL_BITS) + (int)s_offsets[sampleNdx][1]; in comparePixelRGBA8()