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

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp325 bool isGivenInBlockForm; member in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::ISEInput
334 : isGivenInBlockForm (false)
790 encodeISETritBlock(dst, params.numBits, input.isGivenInBlockForm,
791 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(),
792 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[5*blockNdx],
802 encodeISEQuintBlock(dst, params.numBits, input.isGivenInBlockForm,
803 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(),
804 input.isGivenInBlockForm ? DE_NULL : &input.value.plain[3*blockNdx],
812 encodeISEBitBlock(dst, params.numBits, input.isGivenInBlockForm ? input.value.block[i].bitValues[0] : input.value.plain[i]);
878 result.weight.isGivenInBlockForm
[all...]

Completed in 55 milliseconds