Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dimage.c1098 UChar* dstU = (UChar*)dst; in ML_() local
1102 dstU[0] = get(img, offset); in ML_()
1112 VG_(memcpy)(&dstU[1], &ce->data[offset + 1 - ce->off], nToCopy); in ML_()
/external/deqp/framework/common/
DtcuAstcUtil.cpp460 deUint8* const dstU = (deUint8*)dst; in setASTCErrorColorBlock() local
464 dstU[4*i + 0] = 0xff; in setASTCErrorColorBlock()
465 dstU[4*i + 1] = 0; in setASTCErrorColorBlock()
466 dstU[4*i + 2] = 0xff; in setASTCErrorColorBlock()
467 dstU[4*i + 3] = 0xff; in setASTCErrorColorBlock()
509 deUint8* const dstU = (deUint8*)dst; in decodeVoidExtentBlock() local
512 dstU[i*4 + c] = (deUint8)((rgba[c] & 0xff00) >> 8); in decodeVoidExtentBlock()