Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp684 deUint32 bitParts[5]; in encodeISETritBlock() local
692 bitParts[i] = blockInput.bitValues[i]; in encodeISETritBlock()
697 bitParts[i] = getBits(nonBlockInput[i], 0, numBits-1); in encodeISETritBlock()
703 bitParts[i] = 0; in encodeISETritBlock()
714 dst.setNext(numBits, bitParts[0]); in encodeISETritBlock()
716 dst.setNext(numBits, bitParts[1]); in encodeISETritBlock()
718 dst.setNext(numBits, bitParts[2]); in encodeISETritBlock()
720 dst.setNext(numBits, bitParts[3]); in encodeISETritBlock()
722 dst.setNext(numBits, bitParts[4]); in encodeISETritBlock()
741 deUint32 bitParts[3]; in encodeISEQuintBlock() local
[all …]