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

/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp370 bool isDualPlane; member in struct:deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCBlockGeneratorInternal::NormalBlockParams
371 deUint32 ccs; //! \note Irrelevant if !isDualPlane.
382 , isDualPlane (true)
409 return params.weightGridWidth * params.weightGridHeight * (params.isDualPlane ? 2 : 1);
416 (params.isDualPlane ? 2 : 0);
451 !(params.numPartitions == 4 && params.isDualPlane) &&
459 const deUint32 d = blockParams.isDualPlane != 0;
854 if (blockParams.isDualPlane)
883 if (blockParams.isDualPlane)
1014 for (int isDualPlane
[all...]
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1319 bool isDualPlane; member in struct:tcu::ASTCDecompressInternal::ASTCBlockMode
1327 , isDualPlane (true)
1337 return mode.weightGridWidth * mode.weightGridHeight * (mode.isDualPlane ? 2 : 1);
1425 blockMode.isDualPlane = zeroDH ? 0 : isBitSet(blockModeData, 10);
2311 const int numWeightsPerTexel = blockMode.isDualPlane ? 2 : 1;
2526 (numPartitions == 4 && blockMode.isDualPlane))
2536 (blockMode.isDualPlane ? 2 : 0);
2571 const int ccs = blockMode.isDualPlane ? (int)blockData.getBits(extraCemBitsStart-2, extraCemBitsStart-1) : -1;

Completed in 1100 milliseconds