Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2073 deUint32 bitParts[5]; in encodeISETritBlock() local
2081 bitParts[i] = blockInput.bitValues[i]; in encodeISETritBlock()
2087 bitParts[i] = numBits > 0 ? getBits(nonBlockInput[i], 0, numBits-1) : 0; in encodeISETritBlock()
2093 bitParts[i] = 0; in encodeISETritBlock()
2104 dst.setNext(numBits, bitParts[0]); in encodeISETritBlock()
2106 dst.setNext(numBits, bitParts[1]); in encodeISETritBlock()
2108 dst.setNext(numBits, bitParts[2]); in encodeISETritBlock()
2110 dst.setNext(numBits, bitParts[3]); in encodeISETritBlock()
2112 dst.setNext(numBits, bitParts[4]); in encodeISETritBlock()
2131 deUint32 bitParts[3]; in encodeISEQuintBlock() local
[all …]