Searched refs:wrapS (Results 26 - 45 of 45) sorted by relevance

12

/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp58 deUint32 wrapS,
67 , m_wrapS (wrapS)
54 Texture2DRenderCase(Context& context, const char* name, const char* description, deUint32 internalFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const tcu::Mat3& coordTransform, int numTextures, bool powerOfTwo) argument
/external/deqp/framework/common/
H A DtcuTexture.cpp1295 if (sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width))
1298 int i = wrap(sampler.wrapS, x, width);
1312 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) ||
1316 int i = wrap(sampler.wrapS, x, width);
1333 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) ||
1338 int i = wrap(sampler.wrapS, x, width);
1352 int i0 = wrap(sampler.wrapS, x0, w);
1353 int i1 = wrap(sampler.wrapS, x1, w);
1357 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w);
1358 bool i1UseBorder = sampler.wrapS
[all...]
H A DtcuTexLookupVerifier.cpp42 isWrapModeSupported(sampler.wrapS) &&
506 const int x = wrap(sampler.wrapS, i, level.getWidth());
539 const int x = wrap(sampler.wrapS, i, level.getWidth());
578 const int x = wrap(sampler.wrapS, i, level.getWidth());
609 const int x0 = wrap(sampler.wrapS, i , w);
610 const int x1 = wrap(sampler.wrapS, i+1, w);
657 const int x0 = wrap(sampler.wrapS, i , w);
658 const int x1 = wrap(sampler.wrapS, i+1, w);
718 const int x0 = wrap(sampler.wrapS, i , w);
719 const int x1 = wrap(sampler.wrapS,
[all...]
H A DtcuTexCompareVerifier.cpp41 isWrapModeSupported(sampler.wrapS) &&
560 const int x = wrap(sampler.wrapS, i, level.getWidth());
601 const int x0 = wrap(sampler.wrapS, i , w);
602 const int x1 = wrap(sampler.wrapS, i+1, w);
676 const float depth0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ);
682 const float depth1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ);
740 const int x0 = wrap(sampler.wrapS, i0 , w0);
741 const int x1 = wrap(sampler.wrapS, i0+1, w0);
762 const int x0 = wrap(sampler.wrapS, i1 , w1);
763 const int x1 = wrap(sampler.wrapS, i
[all...]
H A DtcuTexture.hpp209 WrapMode wrapS; member in class:tcu::Sampler
250 : wrapS (wrapS_)
266 : wrapS (WRAPMODE_LAST)
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp660 * \param wrapS S-component wrap mode
665 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 minFilter, deUint32 magFilter)
667 return mapGLSampler(wrapS, wrapS, wrapS, minFilter, magFilter);
676 * \param wrapS S-component wrap mode
682 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter)
684 return mapGLSampler(wrapS, wrapT, wrapS, minFilter, magFilter);
692 * \param wrapS
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp951 tcu::Sampler::WrapMode wrapS,
1027 tcu::Sampler::WrapMode wrapS,
1039 , m_wrapS (wrapS)
1490 sampler.wrapS = m_wrapS;
1626 tcu::Sampler::WrapMode wrapS,
1634 : TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1716 tcu::Sampler::WrapMode wrapS,
1724 : TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1848 tcu::Sampler::WrapMode wrapS,
1856 : TextureGatherCase (context, name, description, TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrap
1019 TextureGatherCase(Context& context, const char* name, const char* description, TextureType textureType, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags) argument
1619 TextureGather2DCase(Context& context, const char* name, const char* description, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& texSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags, const IVec2& textureSize) argument
[all...]
H A Des31fTextureBorderClampTests.cpp792 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, glu::getGLWrapMode(samplerParams.sampler.wrapS));
831 gl.samplerParameteri(**sampler, GL_TEXTURE_WRAP_S, glu::getGLWrapMode(samplerParams.sampler.wrapS));
2164 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_S, glu::getGLWrapMode(samplerParams.sampler.wrapS));
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp83 deUint32 wrapS,
122 deUint32 wrapS,
133 , m_wrapS (wrapS)
384 deUint32 wrapS,
421 deUint32 wrapS,
431 , m_wrapS (wrapS)
115 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
414 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp80 deUint32 wrapS,
119 deUint32 wrapS,
130 , m_wrapS (wrapS)
377 deUint32 wrapS,
414 deUint32 wrapS,
424 , m_wrapS (wrapS)
112 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
407 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp84 deUint32 wrapS,
123 deUint32 wrapS,
134 , m_wrapS (wrapS)
438 deUint32 wrapS,
475 deUint32 wrapS,
485 , m_wrapS (wrapS)
815 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
832 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
951 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
982 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, wrapS);
116 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
468 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
[all...]
H A Des2fTextureCompletenessTests.cpp426 Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
438 Incomplete2DWrapModeCase::Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
441 , m_wrapS (wrapS)
783 IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
795 IncompleteCubeWrapModeCase::IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
798 , m_wrapS (wrapS)
H A Des2fVertexTextureTests.cpp388 Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
415 Vertex2DTextureCase::Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
419 , m_wrapS (wrapS)
691 VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
718 VertexCubeTextureCase::VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
722 , m_wrapS (wrapS)
H A Des2fTextureFormatTests.cpp147 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
161 << "\n WRAP_S = " << getTextureParameterValueStr(GL_TEXTURE_WRAP_S, wrapS)
178 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp133 deUint32 wrapS,
172 deUint32 wrapS,
183 , m_wrapS (wrapS)
482 deUint32 wrapS,
519 deUint32 wrapS,
529 , m_wrapS (wrapS)
854 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
871 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
989 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
1020 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, wrapS);
165 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
512 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
1116 Texture3DMipmapCase(Context& context, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 format, int width, int height, int depth) argument
1493 const deUint32 wrapS = GL_REPEAT; local
1805 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
2118 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
[all...]
H A Des3fVertexTextureTests.cpp486 Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
513 Vertex2DTextureCase::Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
517 , m_wrapS (wrapS)
792 VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
819 VertexCubeTextureCase::VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
823 , m_wrapS (wrapS)
1130 Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
1157 Vertex2DArrayTextureCase::Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
1161 , m_wrapS (wrapS)
1468 Vertex3DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint3
1496 Vertex3DTextureCase(Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR) argument
[all...]
H A Des3fTextureFormatTests.cpp164 const deUint32 wrapS = GL_CLAMP_TO_EDGE; local
178 << "\n WRAP_S = " << glu::getTextureParameterValueStr(GL_TEXTURE_WRAP_S, wrapS)
195 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS);
/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp89 gl.texParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS);
90 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS)");
107 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_S, state.wrapS);
108 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_S, state.wrapS)");
601 gl.texParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS);
602 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_S, state.wrapS)");
619 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_S, state.wrapS);
620 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_S, state.wrapS)");
H A DglsShaderRenderCase.cpp538 gl.texParameteri(texTarget, GL_TEXTURE_WRAP_S, glu::getGLWrapMode(sampler.wrapS));
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp389 m_emptyTex1D.getSampler().wrapS = tcu::Sampler::CLAMP_TO_EDGE;
397 m_emptyTex2D.getSampler().wrapS = tcu::Sampler::CLAMP_TO_EDGE;
405 m_emptyTexCube.getSampler().wrapS = tcu::Sampler::CLAMP_TO_EDGE;
416 m_emptyTex2DArray.getSampler().wrapS = tcu::Sampler::CLAMP_TO_EDGE;
424 m_emptyTex3D.getSampler().wrapS = tcu::Sampler::CLAMP_TO_EDGE;
433 m_emptyTexCubeArray.getSampler().wrapS = tcu::Sampler::CLAMP_TO_EDGE;
1838 tcu::Sampler::WrapMode wrapS = mapGLWrapMode(value);
1839 RC_IF_ERROR(wrapS == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
1840 texture->getSampler().wrapS = wrapS;
[all...]

Completed in 488 milliseconds

12