• Home
  • Raw
  • Download

Lines Matching refs:gMax

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