Home | History | Annotate | Download | only in functional

Lines Matching defs: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);
1230 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1233 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1308 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1310 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1455 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1458 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1540 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1543 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
1607 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
1609 tcu::fillWithComponentGradients(data.getAccess(), gMin, gMax);
2144 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2147 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2190 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2192 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2231 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2234 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2273 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax);
2276 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
2408 const Vec4 gMax = 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);
2744 const Vec4 gMax = 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);
3046 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3049 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3093 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3096 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3141 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3144 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3211 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3214 tcu::fillWithComponentGradients(levelData.getAccess(), gMin, gMax);
3282 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3284 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, 1, rowPitch, 0, &data[0]), gMin, gMax);
3344 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f);
3346 tcu::fillWithComponentGradients(tcu::PixelBufferAccess(m_texFormat, m_width, m_height, m_numLayers, rowPitch, slicePitch, &data[0]), gMin, gMax);