Searched refs:divRoundUp (Results 1 - 5 of 5) sorted by path

/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp274 inline int divRoundUp (int a, int b) function in namespace:tcu::__anon2964
1186 case ISEMODE_TRIT: return divRoundUp(numValues*8, 5) + numValues*iseParams.numBits;
1187 case ISEMODE_QUINT: return divRoundUp(numValues*7, 3) + numValues*iseParams.numBits;
1603 const int numBlocks = divRoundUp(numValues, 5);
1612 const int numBlocks = divRoundUp(numValues, 3);
2442 if (numColorEndpointValues > 18 || numBitsForColorEndpoints < divRoundUp(13*numColorEndpointValues, 5))
2585 const IVec3 blockCount (divRoundUp(dst.getWidth(), blockPixelSize.x()),
2586 divRoundUp(dst.getHeight(), blockPixelSize.y()),
2587 divRoundUp(dst.getDepth(), blockPixelSize.z()));
2648 m_data.resize(divRoundUp(m_widt
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp91 static inline int divRoundUp (int a, int b) function in namespace:deqp::gles3::Functional::ASTCDecompressionCaseInternal
344 case ISEMODE_TRIT: return divRoundUp(numValues*8, 5) + numValues*iseParams.numBits;
345 case ISEMODE_QUINT: return divRoundUp(numValues*7, 3) + numValues*iseParams.numBits;
454 numBitsForColorEndpoints >= divRoundUp(13*numColorEndpointValues, 5);
787 const int numBlocks = divRoundUp(numValues, 5);
799 const int numBlocks = divRoundUp(numValues, 3);
1067 const int numBlocks = divRoundUp(numWeightValues, numWeights);
1087 const int numISEBlocksPerBlock = divRoundUp(numWeights, numValuesInISEBlock);
1088 const int numBlocks = divRoundUp(numTQValues, numISEBlocksPerBlock);
1306 const int numBlocks = divRoundUp(numColorEndpointValue
[all...]
H A Des3fNegativeTextureApiTests.cpp53 static inline int divRoundUp (int a, int b) function in namespace:deqp::gles3::Functional
60 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp482 IVec3 divRoundUp (const IVec3& a, const IVec3& b) function in namespace:deqp::gles31::Functional::__anon3562
595 const IVec3 levelTexelBlockSize = divRoundUp(levelPixelSize, texelBlockPixelSize);
727 const IVec3 textureTexelBlockSize = divRoundUp(size, texelBlockPixelSize);
828 const IVec3 levelTexelBlockSize = divRoundUp(levelPixelSize, texelBlockPixelSize);
1253 const IVec3 levelTexelBlockSize = divRoundUp(levelPixelSize, texelBlockPixelSize);
H A Des31fNegativeTextureApiTests.cpp46 static inline int divRoundUp (int a, int b) function in namespace:deqp::gles31::Functional::NegativeTestShared
53 return (int)(divRoundUp(width, 4) * divRoundUp(height, 4) * sizeof(deUint64));

Completed in 340 milliseconds