Lines Matching refs: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);
1229 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1233 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1307 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1310 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1454 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1458 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1539 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1543 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1606 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1609 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
2143 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2147 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2189 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2192 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2230 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2234 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2272 Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2276 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2407 const Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2411 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);
2743 const Vec4 gMin = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2746 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_size, m_size, 1, deAlign32(m_size*pixelSize, 4), 0, &data[0]), gMin, gMax);
3045 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3049 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3092 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3096 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3140 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3144 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3210 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3214 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3281 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3284 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0]), gMin, gMax);
3343 const Vec4 gMin = Vec4(-1.5f, -2.0f, 1.7f, -1.5f);
3346 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers, rowPitch, slicePitch, &data[0]), gMin, gMax);