Home
last modified time | relevance | path

Searched refs:numXBlocksPerImage (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp420 …const int numXBlocksPerImage = de::min(m_context.getRenderTarget().getWidth(), 512) / block… in iterate() local
422 const int numBlocksPerImage = numXBlocksPerImage * numYBlocksPerImage; in iterate()
423 const int imageWidth = numXBlocksPerImage * blockSize.x(); in iterate()
436 …<< ", with " << numXBlocksPerImage << " block columns and " << numYBlocksPerImage << " block rows " in iterate()
484 …const int blockNdx = m_numBlocksTested + firstFailedBlockCoord.y()*numXBlocksPerImage + firstFaile… in iterate()