Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp326 bool isGivenInBlockForm; member
335 : isGivenInBlockForm (false) in ISEInput()
791 encodeISETritBlock(dst, params.numBits, input.isGivenInBlockForm, in encodeISE()
792 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(), in encodeISE()
793 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[5*blockNdx], in encodeISE()
803 encodeISEQuintBlock(dst, params.numBits, input.isGivenInBlockForm, in encodeISE()
804 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(), in encodeISE()
805 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[3*blockNdx], in encodeISE()
813 …encodeISEBitBlock(dst, params.numBits, input.isGivenInBlockForm ? input.value.block[i].bitValues[0… in encodeISE()
879 result.weight.isGivenInBlockForm = false; in generateDefaultISEInputs()
[all …]