Lines Matching defs:height
601 const int height = result.getWidth();
602 tcu::TextureLevel ideal (result.getFormat(), width, height);
604 tcu::Surface errorMask (width, height);
609 for (int py = 0; py < height; py++)
615 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
679 const int height = result.getWidth();
680 tcu::Surface ideal (width, height);
682 tcu::Surface errorMask (width, height);
687 for (int py = 0; py < height; py++)
693 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
728 const int height = result.getWidth();
729 tcu::Surface ideal (width, height);
731 tcu::Surface errorMask (width, height);
737 for (int py = 0; py < height; py++)