Lines Matching defs:kWidth
1438 const auto kWidth = access.getWidth();
1442 for (int x = 0; x < kWidth; ++x)
1472 const auto kWidth = access.getWidth();
1477 for (int x = 0; x < kWidth; ++x)
1505 constexpr auto kWidth = static_cast<int>(kFramebufferWidth);
1507 constexpr auto kLastSegmentStart = static_cast<int>(kWidth * 0.75f);
1510 for (int x = 0; x < kWidth; ++x)
1540 constexpr auto kWidth = static_cast<int>(kFramebufferWidth);
1544 for (int x = 0; x < kWidth; ++x)
1574 constexpr auto kWidth = static_cast<int>(kFramebufferWidth);
1578 for (int x = 0; x < kWidth; ++x)
1580 const auto& color = ((x >= kWidth / 4 && x < (kWidth * 3) / 4) ? m_center : m_sides);
1609 const auto kWidth = access.getWidth();
1613 for (int x = 0; x < kWidth; ++x)
6182 const int kWidth = static_cast<int>(kFramebufferWidth);
6187 tcu::TextureLevel referenceColorLevel (tcuColorFormat, kWidth, kHeight);
6192 tcu::TextureLevel colorError (errorFormat, kWidth, kHeight);
6193 tcu::TextureLevel depthError (errorFormat, kWidth, kHeight);
6194 tcu::TextureLevel stencilError (errorFormat, kWidth, kHeight);
6214 for (int x = 0; x < kWidth; ++x)