Lines Matching refs:weightGridHeight
311 int weightGridHeight; member
319 , weightGridHeight (-1) in ASTCBlockMode()
327 return mode.weightGridWidth * mode.weightGridHeight * (mode.isDualPlane ? 2 : 1); in computeNumWeights()
368 blockMode.weightGridHeight = i5 ? 6 : 10; in getASTCBlockMode()
375 case 0: blockMode.weightGridWidth = 12; blockMode.weightGridHeight = a + 2; break; in getASTCBlockMode()
376 case 1: blockMode.weightGridWidth = a + 2; blockMode.weightGridHeight = 12; break; in getASTCBlockMode()
377 …case 2: blockMode.weightGridWidth = a + 6; blockMode.weightGridHeight = getBits(blockModeData, 9,… in getASTCBlockMode()
397 blockMode.weightGridHeight = i8 ? a+2 : b+6; in getASTCBlockMode()
405 case 0: blockMode.weightGridWidth = b + 4; blockMode.weightGridHeight = a + 2; break; in getASTCBlockMode()
406 case 1: blockMode.weightGridWidth = b + 8; blockMode.weightGridHeight = a + 2; break; in getASTCBlockMode()
407 case 2: blockMode.weightGridWidth = a + 2; blockMode.weightGridHeight = b + 8; break; in getASTCBlockMode()
1269 const deUint32 gY = (scaleY*texelY*(blockMode.weightGridHeight-1) + 32) >> 6; in interpolateWeights()
1493 blockMode.weightGridHeight > blockHeight || in decompressBlock()
1790 int weightGridHeight; member
1802 , weightGridHeight (-1) in NormalBlockParams()
1831 return params.weightGridWidth * params.weightGridHeight * (params.isDualPlane ? 2 : 1); in computeNumWeights()
1866 params.weightGridHeight <= blockHeight && in isValidBlockParams()
1948 de::inRange(blockParams.weightGridHeight, heightMin, heightMax)) in writeBlockMode()
1955 heightVariable = blockParams.weightGridHeight - layout.gridHeightConstantTerm; in writeBlockMode()
2332 blockParams.weightGridHeight = rnd.getInt(2, blockSize.y()); in generateRandomBlock()
2461 for (int weightGridHeight = 2; weightGridHeight <= 12; weightGridHeight++) in generateBlockCaseTestData() local
2467 blockParams.weightGridHeight = weightGridHeight; in generateBlockCaseTestData()
2492 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2495 …blockParams.isDualPlane = blockParams.weightGridWidth * blockParams.weightGridHeight < 24 ? tru… in generateBlockCaseTestData()
2502 blockParams.weightGridHeight--; in generateBlockCaseTestData()
2564 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2592 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2636 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2673 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2722 …for (int weightGridHeight = 2; !validCaseGenerated && weightGridHeight <= 12; weightG… in generateBlockCaseTestData() local
2726 blockParams.weightGridHeight = weightGridHeight; in generateBlockCaseTestData()
2803 blockParams.weightGridHeight = 3; in generateBlockCaseTestData()
2886 blockParams.weightGridHeight = 3; in generateDummyNormalBlocks()