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()
1276 …DE_ASSERT(blockMode.weightGridWidth*blockMode.weightGridHeight*numWeightsPerTexel <= DE_LENGTH_OF_… in interpolateWeights()
1283 const deUint32 gY = (scaleY*texelY*(blockMode.weightGridHeight-1) + 32) >> 6; in interpolateWeights()
1300 … DE_ASSERT(deInBounds32(i00, 0, blockMode.weightGridWidth*blockMode.weightGridHeight) || w00 == 0); in interpolateWeights()
1301 … DE_ASSERT(deInBounds32(i01, 0, blockMode.weightGridWidth*blockMode.weightGridHeight) || w01 == 0); in interpolateWeights()
1302 … DE_ASSERT(deInBounds32(i10, 0, blockMode.weightGridWidth*blockMode.weightGridHeight) || w10 == 0); in interpolateWeights()
1303 … DE_ASSERT(deInBounds32(i11, 0, blockMode.weightGridWidth*blockMode.weightGridHeight) || w11 == 0); in interpolateWeights()
1519 blockMode.weightGridHeight > blockHeight || in decompressBlock()
1816 int weightGridHeight; member
1828 , weightGridHeight (-1) in NormalBlockParams()
1857 return params.weightGridWidth * params.weightGridHeight * (params.isDualPlane ? 2 : 1); in computeNumWeights()
1892 params.weightGridHeight <= blockHeight && in isValidBlockParams()
1974 de::inRange(blockParams.weightGridHeight, heightMin, heightMax)) in writeBlockMode()
1981 heightVariable = blockParams.weightGridHeight - layout.gridHeightConstantTerm; in writeBlockMode()
2358 blockParams.weightGridHeight = rnd.getInt(2, blockSize.y()); in generateRandomBlock()
2487 for (int weightGridHeight = 2; weightGridHeight <= 12; weightGridHeight++) in generateBlockCaseTestData() local
2493 blockParams.weightGridHeight = weightGridHeight; in generateBlockCaseTestData()
2518 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2521 …blockParams.isDualPlane = blockParams.weightGridWidth * blockParams.weightGridHeight < 24 ? tru… in generateBlockCaseTestData()
2528 blockParams.weightGridHeight--; in generateBlockCaseTestData()
2590 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2618 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2662 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2699 blockParams.weightGridHeight = 4; in generateBlockCaseTestData()
2748 …for (int weightGridHeight = 2; !validCaseGenerated && weightGridHeight <= 12; weightG… in generateBlockCaseTestData() local
2752 blockParams.weightGridHeight = weightGridHeight; in generateBlockCaseTestData()
2829 blockParams.weightGridHeight = 3; in generateBlockCaseTestData()
2912 blockParams.weightGridHeight = 3; in generateDummyNormalBlocks()