Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp2034 …ncodeISETritBlock (BitAssignAccessStream& dst, int numBits, bool fromExplicitInputBlock, const ISE… in encodeISETritBlock() argument
2065 if (fromExplicitInputBlock) in encodeISETritBlock()
2084 const deUint32 T = fromExplicitInputBlock ? blockInput.tOrQValue : tritBlockTValue[tritParts[0]] in encodeISETritBlock()
2102 …codeISEQuintBlock (BitAssignAccessStream& dst, int numBits, bool fromExplicitInputBlock, const ISE… in encodeISEQuintBlock() argument
2123 if (fromExplicitInputBlock) in encodeISEQuintBlock()
2142 const deUint32 Q = fromExplicitInputBlock ? blockInput.tOrQValue : quintBlockQValue[quintParts[0]] in encodeISEQuintBlock()