Home
last modified time | relevance | path

Searched refs:VoidExtentParams (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.cpp1722 struct VoidExtentParams struct
1732VoidExtentParams (bool isHDR_, deUint16 r_, deUint16 g_, deUint16 b_, deUint16 a_) : isHDR(isHDR_)… in VoidExtentParams() function
1735 static AssignBlock128 generateVoidExtentBlock (const VoidExtentParams& params) in generateVoidExtentBlock()
2333 generateVoidExtentBlock(VoidExtentParams(isVoidExtentHDR, r, g, b, a)).assignToMemory(dst); in generateRandomBlock()
2438 generateVoidExtentBlock(VoidExtentParams(false, r, g, b, a)).pushBytesToVector(dst); in generateBlockCaseTestData()
2463 generateVoidExtentBlock(VoidExtentParams(true, r, g, b, a)).pushBytesToVector(dst); in generateBlockCaseTestData()
2890 AssignBlock128 block = generateVoidExtentBlock(VoidExtentParams(false, 0, 0, 0, 0)); in generateDummyVoidExtentBlocks()