Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dimage.c840 UChar* dstU = (UChar*)dst; in ML_() local
844 dstU[0] = get(img, offset); in ML_()
854 VG_(memcpy)(&dstU[1], &ce->data[offset + 1 - ce->off], nToCopy); in ML_()
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1360 deUint8* const dstU = (deUint8*)dst; in setASTCErrorColorBlock() local
1364 dstU[4*i + 0] = 0xff; in setASTCErrorColorBlock()
1365 dstU[4*i + 1] = 0; in setASTCErrorColorBlock()
1366 dstU[4*i + 2] = 0xff; in setASTCErrorColorBlock()
1367 dstU[4*i + 3] = 0xff; in setASTCErrorColorBlock()
1409 deUint8* const dstU = (deUint8*)dst; in decodeVoidExtentBlock() local
1412 dstU[i*4 + c] = (rgba[c] & 0xff00) >> 8; in decodeVoidExtentBlock()