Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2072 deUint32 tritParts[5]; in encodeISETritBlock() local
2082 tritParts[i] = -1; // \note Won't be used, but silences warning. in encodeISETritBlock()
2088 tritParts[i] = nonBlockInput[i] >> numBits; in encodeISETritBlock()
2094 tritParts[i] = 0; in encodeISETritBlock()
2098 const deUint32 T = fromExplicitInputBlock ? blockInput.tOrQValue : tritBlockTValue[tritParts[0]] in encodeISETritBlock()
2099 [tritParts[1]] in encodeISETritBlock()
2100 [tritParts[2]] in encodeISETritBlock()
2101 [tritParts[3]] in encodeISETritBlock()
2102 [tritParts[4]]; in encodeISETritBlock()