Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1786 bool isGivenInBlockForm; member
1795 : isGivenInBlockForm (false) in ISEInput()
2194 encodeISETritBlock(dst, params.numBits, input.isGivenInBlockForm, in encodeISE()
2195 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(), in encodeISE()
2196 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[5*blockNdx], in encodeISE()
2206 encodeISEQuintBlock(dst, params.numBits, input.isGivenInBlockForm, in encodeISE()
2207 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(), in encodeISE()
2208 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[3*blockNdx], in encodeISE()
2216 …encodeISEBitBlock(dst, params.numBits, input.isGivenInBlockForm ? input.value.block[i].bitValues[0… in encodeISE()
2282 result.weight.isGivenInBlockForm = false; in generateDefaultISEInputs()
[all …]