Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1774 bool isGivenInBlockForm; member
1783 : isGivenInBlockForm (false) in ISEInput()
2182 encodeISETritBlock(dst, params.numBits, input.isGivenInBlockForm, in encodeISE()
2183 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(), in encodeISE()
2184 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[5*blockNdx], in encodeISE()
2194 encodeISEQuintBlock(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[3*blockNdx], in encodeISE()
2204 …encodeISEBitBlock(dst, params.numBits, input.isGivenInBlockForm ? input.value.block[i].bitValues[0… in encodeISE()
2270 result.weight.isGivenInBlockForm = false; in generateDefaultISEInputs()
[all …]