Searched refs:dstU (Results 1 – 1 of 1) sorted by relevance
460 deUint8* const dstU = (deUint8*)dst; in setASTCErrorColorBlock() local464 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() local512 dstU[i*4 + c] = (deUint8)((rgba[c] & 0xff00) >> 8); in decodeVoidExtentBlock()