Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2058 deUint32 tritParts[5]; in encodeISETritBlock() local
2068 tritParts[i] = -1; // \note Won't be used, but silences warning. in encodeISETritBlock()
2074 tritParts[i] = nonBlockInput[i] >> numBits; in encodeISETritBlock()
2080 tritParts[i] = 0; in encodeISETritBlock()
2084 const deUint32 T = fromExplicitInputBlock ? blockInput.tOrQValue : tritBlockTValue[tritParts[0]] in encodeISETritBlock()
2085 [tritParts[1]] in encodeISETritBlock()
2086 [tritParts[2]] in encodeISETritBlock()
2087 [tritParts[3]] in encodeISETritBlock()
2088 [tritParts[4]]; in encodeISETritBlock()