Lines Matching defs:gMin

672 			Vec4	gMin		= randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
676 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
731 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
734 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
772 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
776 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
812 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
816 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
870 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
874 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
933 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
937 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
1230 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1234 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1308 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1311 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1455 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1459 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1540 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1544 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1607 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1610 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
2144 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2148 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2190 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2193 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2231 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2235 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2273 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2277 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2408 const Vec4 gMin = 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);
2744 const Vec4 gMin = 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);
3046 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3050 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3093 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3097 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3141 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3145 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3211 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3215 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3282 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3285 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0]), gMin, gMax);
3344 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3347 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers, rowPitch, slicePitch, &data[0]), gMin, gMax);