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

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp256 struct VoidExtentParams struct in namespace:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal
266 VoidExtentParams (bool isHDR_, deUint16 r_, deUint16 g_, deUint16 b_, deUint16 a_) : isHDR(isHDR_), r(r_), g(g_), b(b_), a(a_) {} function in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::VoidExtentParams
269 static AssignBlock128 generateVoidExtentBlock (const VoidExtentParams& params)
980 generateVoidExtentBlock(VoidExtentParams(false, r, g, b, a)).pushBytesToVector(dst);
1005 generateVoidExtentBlock(VoidExtentParams(true, r, g, b, a)).pushBytesToVector(dst);
1393 generateVoidExtentBlock(VoidExtentParams(isVoidExtentHDR, r, g, b, a)).pushBytesToVector(dst);
1901 AssignBlock128 block = generateVoidExtentBlock(VoidExtentParams(false, 0, 0, 0, 0));

Completed in 666 milliseconds