Searched refs:numXBlocksPerImage (Results 1 – 1 of 1) sorted by relevance
420 …const int numXBlocksPerImage = de::min(m_context.getRenderTarget().getWidth(), 512) / block… in iterate() local422 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()