Home
last modified time | relevance | path

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

/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()