Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp369 int weightGridHeight; member
381 , weightGridHeight (-1) in NormalBlockParams()
410 return params.weightGridWidth * params.weightGridHeight * (params.isDualPlane ? 2 : 1); in computeNumWeights()
451 params.weightGridHeight <= blockHeight && in isValidBlockParams()
533 de::inRange(blockParams.weightGridHeight, heightMin, heightMax)) in writeBlockMode()
540 heightVariable = blockParams.weightGridHeight - layout.gridHeightConstantTerm; in writeBlockMode()
1018 for (int weightGridHeight = 2; weightGridHeight <= 12; weightGridHeight++) in generateBlockCaseTestData() local
1024 blockParams.weightGridHeight = weightGridHeight; in generateBlockCaseTestData()
1049 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
1052 …blockParams.isDualPlane = blockParams.weightGridWidth * blockParams.weightGridHeight < 24 ? tru… in generateBlockCaseTestData()
[all …]
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1211 int weightGridHeight; member
1219 , weightGridHeight (-1) in ASTCBlockMode()
1227 return mode.weightGridWidth * mode.weightGridHeight * (mode.isDualPlane ? 2 : 1); in computeNumWeights()
1268 blockMode.weightGridHeight = i5 ? 6 : 10; in getASTCBlockMode()
1275 case 0: blockMode.weightGridWidth = 12; blockMode.weightGridHeight = a + 2; break; in getASTCBlockMode()
1276 case 1: blockMode.weightGridWidth = a + 2; blockMode.weightGridHeight = 12; break; in getASTCBlockMode()
1277 …case 2: blockMode.weightGridWidth = a + 6; blockMode.weightGridHeight = getBits(blockModeData, 9,… in getASTCBlockMode()
1297 blockMode.weightGridHeight = i8 ? a+2 : b+6; in getASTCBlockMode()
1305 case 0: blockMode.weightGridWidth = b + 4; blockMode.weightGridHeight = a + 2; break; in getASTCBlockMode()
1306 case 1: blockMode.weightGridWidth = b + 8; blockMode.weightGridHeight = a + 2; break; in getASTCBlockMode()
[all …]