Lines Matching defs:width
631 const int width = result.getWidth();
633 tcu::TextureLevel ideal (result.getFormat(), width, height);
635 tcu::Surface errorMask (width, height);
641 for (int px = 0; px < width; px++)
646 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
709 const int width = result.getWidth();
711 tcu::Surface ideal (width, height);
713 tcu::Surface errorMask (width, height);
719 for (int px = 0; px < width; px++)
724 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);