Home
last modified time | relevance | path

Searched defs:gMax (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp661 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
720 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
761 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
801 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
859 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
922 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
1219 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
1297 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
1444 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
1529 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
[all …]
Des3fTextureFilteringTests.cpp183 tcu::Vec4 gMax = tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
764 …const tcu::Vec4 gMax = tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f).swizzle(swz[0],swz[1],swz[2],swz[3])*cSc… in init() local
1014 tcu::Vec4 gMax = tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
Des3fVertexTextureTests.cpp598 const Vec4 gMax = Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
1244 const Vec4 gMax = Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
1584 const Vec4 gMax = Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
Des3fTextureShadowTests.cpp791 tcu::Vec4 gMax = tcu::Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
Des3fTextureFormatTests.cpp309 tcu::Vec4 gMin, gMax; in init() local
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp642 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
691 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
740 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
795 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
937 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
1007 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
1083 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
1143 Vec4 gMax = randomVector<4>(rnd); in createTexture() local
Des2fTextureFormatTests.cpp278 tcu::Vec4 gMin, gMax; in init() local
Des2fTextureFilteringTests.cpp183 tcu::Vec4 gMax = tcu::Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
Des2fVertexTextureTests.cpp497 const Vec4 gMax = Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp341 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
381 Vec4 gMax = randomVector<4>(rnd, m_texFormatInfo.valueMin, m_texFormatInfo.valueMax); in createTexture() local
619 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f); in createTexture() local
666 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f); in createTexture() local
737 const Vec4 gMax = Vec4(2.0f, 1.5f, -1.0f, 2.0f); in createTexture() local
Des31fTextureFilteringTests.cpp234 …const tcu::Vec4 gMax = tcu::Vec4(1.0f, 1.0f, 1.0f, 0.0f).swizzle(swz[0],swz[1],swz[2],swz[3])*cSc… in init() local
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp143 tcu::Vec4 gMax = tcu::Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp152 tcu::Vec4 gMax = tcu::Vec4( 1.0f, 1.0f, 1.0f, 0.0f)*cScale + cBias; in init() local
/external/valgrind/main/exp-sgcheck/
Dsg_main.c1629 Addr gMin, gMax, sMin, sMax, uMin, uMax; in classify_address() local
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp998 int gMax = de::max(a.getGreen(), b.getGreen()); in rangeDiff() local