Searched refs:isGivenInBlockForm (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuAstcUtil.cpp | 1760 bool isGivenInBlockForm; member 1769 : isGivenInBlockForm (false) in ISEInput() 2168 encodeISETritBlock(dst, params.numBits, input.isGivenInBlockForm, in encodeISE() 2169 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(), in encodeISE() 2170 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[5*blockNdx], in encodeISE() 2180 encodeISEQuintBlock(dst, params.numBits, input.isGivenInBlockForm, in encodeISE() 2181 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(), in encodeISE() 2182 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[3*blockNdx], in encodeISE() 2190 …encodeISEBitBlock(dst, params.numBits, input.isGivenInBlockForm ? input.value.block[i].bitValues[0… in encodeISE() 2256 result.weight.isGivenInBlockForm = false; in generateDefaultISEInputs() [all …]
|