Searched refs:weightGridHeight (Results 1 – 1 of 1) sorted by relevance
311 int weightGridHeight; member319 , 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()[all …]