Searched defs:ISEInput (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp317 struct ISEInput struct in namespace:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal
333 ISEInput (void) function in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::ISEInput
397 ISEInput weight;
398 ISEInput endpoint;
658 static void encodeISETritBlock (BitAssignAccessStream& dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32* nonBlockInput, int numValues)
725 static void encodeISEQuintBlock (BitAssignAccessStream& dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32* nonBlockInput, int numValues)
782 static void encodeISE (BitAssignAccessStream& dst, const ISEParams& params, const ISEInput& input, int numValues)
791 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(),
803 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(),
816 static void writeWeightData (AssignBlock128& dst, const ISEParams& iseParams, const ISEInput
[all...]

Completed in 587 milliseconds