Lines Matching defs:width
1770 const int width = viewportSize.x();
1772 const tcu::Vec3 scale (1.0f / float(width), 1.0f / float(height), 1.0f);
1788 for (int x = 0; x < width; x++)
1790 const float xf = (float(x) + .5f) / float(width);
1898 const int width = viewportSize.x();
1913 for (int x = 0; x < width; x++)
1915 const float xf = (float(x) + .5f) / float(width);
2021 const int width = viewportSize.x();
2027 Surface resImage (width, height);
2028 Surface refImage (width, height);
2030 const tcu::Vec3 scale(1.0f / float(width), 1.0f / float(height), 1.0f);
2070 const float centerX = float(width) *(x*0.5f + 0.5f);
2261 const int width = viewportSize.x();
2264 Surface resImage (width, height);
2265 Surface refImage (width, height);