Searched refs:nonBlockInput (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 2048 …xplicitInputBlock, const ISEInput::Block& blockInput, const deUint32* nonBlockInput, int numValues) in encodeISETritBlock() argument 2087 bitParts[i] = numBits > 0 ? getBits(nonBlockInput[i], 0, numBits-1) : 0; in encodeISETritBlock() 2088 tritParts[i] = nonBlockInput[i] >> numBits; in encodeISETritBlock() 2116 …xplicitInputBlock, const ISEInput::Block& blockInput, const deUint32* nonBlockInput, int numValues) in encodeISEQuintBlock() argument 2145 bitParts[i] = numBits > 0 ? getBits(nonBlockInput[i], 0, numBits-1) : 0; in encodeISEQuintBlock() 2146 quintParts[i] = nonBlockInput[i] >> numBits; in encodeISEQuintBlock()
|