Searched defs:weightGridWidth (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp368 int weightGridWidth; member in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::NormalBlockParams
380 : weightGridWidth (-1)
410 return params.weightGridWidth * params.weightGridHeight * (params.isDualPlane ? 2 : 1);
450 params.weightGridWidth <= blockWidth &&
532 if (de::inRange(blockParams.weightGridWidth, widthMin, widthMax) &&
539 widthVariable = blockParams.weightGridWidth - layout.gridWidthConstantTerm;
1017 for (int weightGridWidth = 2; weightGridWidth <= 12; weightGridWidth++)
1023 blockParams.weightGridWidth
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1210 int weightGridWidth; member in struct:tcu::__anon2964::ASTCDecompressInternal::ASTCBlockMode
1218 , weightGridWidth (-1)
1227 return mode.weightGridWidth * mode.weightGridHeight * (mode.isDualPlane ? 2 : 1);
1267 blockMode.weightGridWidth = i5 ? 10 : 6;
1275 case 0: blockMode.weightGridWidth = 12; blockMode.weightGridHeight = a + 2; break;
1276 case 1: blockMode.weightGridWidth = a + 2; blockMode.weightGridHeight = 12; break;
1277 case 2: blockMode.weightGridWidth = a + 6; blockMode.weightGridHeight = getBits(blockModeData, 9, 10) + 6; break;
1296 blockMode.weightGridWidth = i8 ? b+2 : a+2;
1305 case 0: blockMode.weightGridWidth = b + 4; blockMode.weightGridHeight = a + 2; break;
1306 case 1: blockMode.weightGridWidth
[all...]

Completed in 49 milliseconds