Lines Matching defs:BC_BLOCK_WIDTH
1091 BC_BLOCK_WIDTH = 4,
1534 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++)
1537 *dstPixel = colors[indices[y * BC_BLOCK_WIDTH + x]];
1606 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++)
1609 *dstPixel = (colors[indices[y * BC_BLOCK_WIDTH + x]] & 0x00ffffff) | alphas[y * BC_BLOCK_WIDTH + x];
1697 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++)
1700 *dstPixel = (colors[indices[y * BC_BLOCK_WIDTH + x]] & 0x00ffffff) | alphas[alphaIndices[y * BC_BLOCK_WIDTH + x]];
1757 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++)
1760 *dstPixel = reds[indices[y * BC_BLOCK_WIDTH + x]];
1806 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++)
1810 dstPixel[i] = rg[i][indices[i][y * BC_BLOCK_WIDTH + x]];