Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2048 … dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32*… in encodeISETritBlock() argument
2081 bitParts[i] = blockInput.bitValues[i]; in encodeISETritBlock()
2098 const deUint32 T = fromExplicitInputBlock ? blockInput.tOrQValue : tritBlockTValue[tritParts[0]] in encodeISETritBlock()
2116 … dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32*… in encodeISEQuintBlock() argument
2139 bitParts[i] = blockInput.bitValues[i]; in encodeISEQuintBlock()
2156 const deUint32 Q = fromExplicitInputBlock ? blockInput.tOrQValue : quintBlockQValue[quintParts[0]] in encodeISEQuintBlock()