Searched refs:BC_BLOCK_WIDTH (Results 1 – 1 of 1) sorted by relevance
1091 BC_BLOCK_WIDTH = 4, enumerator1534 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++) in decompressBc1()1537 *dstPixel = colors[indices[y * BC_BLOCK_WIDTH + x]]; in decompressBc1()1606 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++) in decompressBc2()1609 …*dstPixel = (colors[indices[y * BC_BLOCK_WIDTH + x]] & 0x00ffffff) | alphas[y * BC_BLOCK_WIDTH + x… in decompressBc2()1697 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++) in decompressBc3()1700 …*dstPixel = (colors[indices[y * BC_BLOCK_WIDTH + x]] & 0x00ffffff) | alphas[alphaIndices[y * BC_BL… in decompressBc3()1757 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++) in decompressBc4()1760 *dstPixel = reds[indices[y * BC_BLOCK_WIDTH + x]]; in decompressBc4()1806 for (deUint32 x = 0; x < (deUint32)BC_BLOCK_WIDTH; x++) in decompressBc5()[all …]