Lines Matching defs:imageHeight
424 const int imageHeight = numYBlocksPerImage * blockSize.y();
430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
435 << imageWidth << "x" << imageHeight
452 Surface renderedFrame (imageWidth, imageHeight);
453 Surface referenceFrame (imageWidth, imageHeight);
558 const int imageHeight = (MAX_NUM_BLOCKS_Y-1)*blockSize.y() + curRemainderY;
560 const int numBlocksY = deDivRoundUp32(imageHeight, blockSize.y());
564 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
574 Surface renderedFrame (imageWidth, imageHeight);
575 Surface referenceFrame (imageWidth, imageHeight);
587 << imageWidth << "x" << imageHeight