Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp309 bool isDualPlane; member
317 , isDualPlane (true) in ASTCBlockMode()
327 return mode.weightGridWidth * mode.weightGridHeight * (mode.isDualPlane ? 2 : 1); in computeNumWeights()
415 blockMode.isDualPlane = zeroDH ? 0 : isBitSet(blockModeData, 10); in getASTCBlockMode()
1272 const int numWeightsPerTexel = blockMode.isDualPlane ? 2 : 1; in interpolateWeights()
1520 (numPartitions == 4 && blockMode.isDualPlane)) in decompressBlock()
1530 (blockMode.isDualPlane ? 2 : 0); in decompressBlock()
1565 …const int ccs = blockMode.isDualPlane ? (int)blockData.getBits(extraCemBitsStart-2, extraCem… in decompressBlock()
1818 bool isDualPlane; member
1830 , isDualPlane (true) in NormalBlockParams()
[all …]