Home
last modified time | relevance | path

Searched refs:decompressedBuffer (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.cpp1556 } decompressedBuffer; in decompress() local
1559 decompressBlock(isSRGB ? (void*)&decompressedBuffer.sRGB[0] : (void*)&decompressedBuffer.linear[0], in decompress()
1567 dst.setPixel(IVec4(decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 0], in decompress()
1568 decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 1], in decompress()
1569 decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 2], in decompress()
1570 decompressedBuffer.sRGB[(i*blockWidth + j) * 4 + 3]), j, i); in decompress()
1578 dst.setPixel(Vec4(decompressedBuffer.linear[(i*blockWidth + j) * 4 + 0], in decompress()
1579 decompressedBuffer.linear[(i*blockWidth + j) * 4 + 1], in decompress()
1580 decompressedBuffer.linear[(i*blockWidth + j) * 4 + 2], in decompress()
1581 decompressedBuffer.linear[(i*blockWidth + j) * 4 + 3]), j, i); in decompress()