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

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp318 struct ISEInput struct in namespace:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal
334 ISEInput (void) function in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::ISEInput
398 ISEInput weight;
399 ISEInput endpoint;
659 static void encodeISETritBlock (BitAssignAccessStream& dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32* nonBlockInput, int numValues)
726 static void encodeISEQuintBlock (BitAssignAccessStream& dst, int numBits, bool fromExplicitInputBlock, const ISEInput::Block& blockInput, const deUint32* nonBlockInput, int numValues)
783 static void encodeISE (BitAssignAccessStream& dst, const ISEParams& params, const ISEInput& input, int numValues)
792 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(),
804 input.isGivenInBlockForm ? input.value.block[blockNdx] : ISEInput::Block(),
817 static void writeWeightData (AssignBlock128& dst, const ISEParams& iseParams, const ISEInput
[all...]

Completed in 21 milliseconds