Searched refs:dstU (Results 1 – 2 of 2) sorted by relevance
840 UChar* dstU = (UChar*)dst; in ML_() local844 dstU[0] = get(img, offset); in ML_()854 VG_(memcpy)(&dstU[1], &ce->data[offset + 1 - ce->off], nToCopy); in ML_()
1360 deUint8* const dstU = (deUint8*)dst; in setASTCErrorColorBlock() local1364 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() local1412 dstU[i*4 + c] = (rgba[c] & 0xff00) >> 8; in decodeVoidExtentBlock()