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

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp368 int weightGridHeight; member in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::NormalBlockParams
380 , weightGridHeight (-1)
409 return params.weightGridWidth * params.weightGridHeight * (params.isDualPlane ? 2 : 1);
450 params.weightGridHeight <= blockHeight &&
532 de::inRange(blockParams.weightGridHeight, heightMin, heightMax))
539 heightVariable = blockParams.weightGridHeight - layout.gridHeightConstantTerm;
1017 for (int weightGridHeight = 2; weightGridHeight <= 12; weightGridHeight++)
1023 blockParams.weightGridHeight
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1321 int weightGridHeight; member in struct:tcu::ASTCDecompressInternal::ASTCBlockMode
1329 , weightGridHeight (-1)
1337 return mode.weightGridWidth * mode.weightGridHeight * (mode.isDualPlane ? 2 : 1);
1378 blockMode.weightGridHeight = i5 ? 6 : 10;
1385 case 0: blockMode.weightGridWidth = 12; blockMode.weightGridHeight = a + 2; break;
1386 case 1: blockMode.weightGridWidth = a + 2; blockMode.weightGridHeight = 12; break;
1387 case 2: blockMode.weightGridWidth = a + 6; blockMode.weightGridHeight = getBits(blockModeData, 9, 10) + 6; break;
1407 blockMode.weightGridHeight = i8 ? a+2 : b+6;
1415 case 0: blockMode.weightGridWidth = b + 4; blockMode.weightGridHeight = a + 2; break;
1416 case 1: blockMode.weightGridWidth = b + 8; blockMode.weightGridHeight
[all...]

Completed in 802 milliseconds