Lines Matching full:gmax
673 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
676 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
732 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
734 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
773 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
776 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
813 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
816 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
871 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
874 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
934 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
937 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
1231 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1234 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1309 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1311 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1456 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1459 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1541 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1544 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1608 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1610 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
2145 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2148 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2191 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2193 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2232 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2235 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2274 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2277 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2409 const Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2412 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, rowPitch, 0, &data[face][0] + m_skipRows*rowPitch + m_skipPixels*pixelSize + m_offset), gMin, gMax);
2745 const Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2747 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, deAlign32(m_size*pixelSize, 4), 0, &data[0]), gMin, gMax);
3047 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3050 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3094 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3097 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3142 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3145 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3212 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3215 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3283 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3285 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0]), gMin, gMax);
3345 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3347 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers, rowPitch, slicePitch, &data[0]), gMin, gMax);