Lines Matching refs:subBlock
530 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
531 const deUint32 tableNdx = table[subBlock];
535 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255);
536 dst[dstOffset+1] = (deUint8)deClamp32((int)baseG[subBlock] + modifier, 0, 255);
537 dst[dstOffset+2] = (deUint8)deClamp32((int)baseB[subBlock] + modifier, 0, 255);
625 const int subBlock = ((flipBit ? y : x) >= 2) ? 1 : 0;
626 const deUint32 tableNdx = table[subBlock];
648 dst[dstOffset+0] = (deUint8)deClamp32((int)baseR[subBlock] + modifier, 0, 255);
649 dst[dstOffset+1] = (deUint8)deClamp32((int)baseG[subBlock] + modifier, 0, 255);
650 dst[dstOffset+2] = (deUint8)deClamp32((int)baseB[subBlock] + modifier, 0, 255);