Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2084 deUint32 tritParts[5]; in encodeISETritBlock() local
2094 tritParts[i] = -1; // \note Won't be used, but silences warning. in encodeISETritBlock()
2100 tritParts[i] = nonBlockInput[i] >> numBits; in encodeISETritBlock()
2106 tritParts[i] = 0; in encodeISETritBlock()
2110 const deUint32 T = fromExplicitInputBlock ? blockInput.tOrQValue : tritBlockTValue[tritParts[0]] in encodeISETritBlock()
2111 [tritParts[1]] in encodeISETritBlock()
2112 [tritParts[2]] in encodeISETritBlock()
2113 [tritParts[3]] in encodeISETritBlock()
2114 [tritParts[4]]; in encodeISETritBlock()