Lines Matching defs:width
600 const int width = result.getWidth();
602 tcu::TextureLevel ideal (result.getFormat(), width, height);
604 tcu::Surface errorMask (width, height);
610 for (int px = 0; px < width; px++)
615 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
678 const int width = result.getWidth();
680 tcu::Surface ideal (width, height);
682 tcu::Surface errorMask (width, height);
688 for (int px = 0; px < width; px++)
693 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
727 const int width = result.getWidth();
729 tcu::Surface ideal (width, height);
731 tcu::Surface errorMask (width, height);
738 for (int px = 0; px < width; px++)