Lines Matching defs:width
3526 const int width = reference.getWidth();
3528 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height);
3534 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, width, 1), green);
3535 tcu::clear(tcu::getSubregion(errorAccess, 0, height-1, width, 1), green);
3537 tcu::clear(tcu::getSubregion(errorAccess, width-1, 0, 1, height), green);
3542 for (int x = 1; x < width - 1; ++x)
3621 const int width = reference.getWidth();
3623 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height);
3629 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, width, 1), green);
3630 tcu::clear(tcu::getSubregion(errorAccess, 0, height-1, width, 1), green);
3632 tcu::clear(tcu::getSubregion(errorAccess, width-1, 0, 1, height), green);
3637 for (int x = 1; x < width - 1; ++x)