Home | History | Annotate | Download | only in functional

Lines Matching defs:imageWidth

423 	const int						imageWidth				= numXBlocksPerImage * blockSize.x();
430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
435 << imageWidth << "x" << imageHeight
452 Surface renderedFrame (imageWidth, imageHeight);
453 Surface referenceFrame (imageWidth, imageHeight);
557 const int imageWidth = (MAX_NUM_BLOCKS_X-1)*blockSize.x() + curRemainderX;
559 const int numBlocksX = deDivRoundUp32(imageWidth, blockSize.x());
564 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight);
574 Surface renderedFrame (imageWidth, imageHeight);
575 Surface referenceFrame (imageWidth, imageHeight);
587 << imageWidth << "x" << imageHeight