Home
last modified time | relevance | path

Searched refs:wrapS (Results 1 – 25 of 65) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp86 …me, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, d…
87 …ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, d…
88 …, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, d…
130 …me, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
137 , m_wrapS (wrapS) in TextureWrapCase()
149 …ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
156 , m_wrapS (wrapS) in TextureWrapCase()
169 …, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
176 , m_wrapS (wrapS) in TextureWrapCase()
423 FOR_EACH(wrapS, wrapModes, in init()
[all …]
Des3fTextureFilteringTests.cpp83 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
84 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c…
136 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in Texture2DFilteringCase() argument
142 , m_wrapS (wrapS) in Texture2DFilteringCase()
152 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c… in Texture2DFilteringCase() argument
158 , m_wrapS (wrapS) in Texture2DFilteringCase()
361 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b…
362 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b…
415 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b… in TextureCubeFilteringCase() argument
421 , m_wrapS (wrapS) in TextureCubeFilteringCase()
[all …]
Des3fTextureSizeTests.cpp130 deUint32 wrapS = GL_CLAMP_TO_EDGE; in iterate() local
150 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS); in iterate()
161 …tRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter,… in iterate()
278 deUint32 wrapS = GL_CLAMP_TO_EDGE; in testFace() local
298 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, wrapS); in testFace()
308 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter); in testFace()
Des3fTextureShadowTests.cpp157 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
207 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in Texture2DShadowCase() argument
211 , m_wrapS (wrapS) in Texture2DShadowCase()
407 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
459 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in TextureCubeShadowCase() argument
463 , m_wrapS (wrapS) in TextureCubeShadowCase()
698 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
752 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in Texture2DArrayShadowCase() argument
756 , m_wrapS (wrapS) in Texture2DArrayShadowCase()
1041 const deUint32 wrapS = GL_REPEAT; in init() local
[all …]
/external/deqp/modules/gles2/functional/
Des2fTextureWrapTests.cpp60 …me, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, d…
61 …ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, d…
90 …me, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
96 , m_wrapS (wrapS) in TextureWrapCase()
107 …ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
113 , m_wrapS (wrapS) in TextureWrapCase()
305 FOR_EACH(wrapS, wrapModes, in init()
311 …bool is_clamp_clamp = (wrapModes[wrapS].mode == GL_CLAMP_TO_EDGE && wrapModes[wrapT].mode == GL_C… in init()
312 …bool is_repeat_mirror = (wrapModes[wrapS].mode == GL_REPEAT && wrapModes[wrapT].mode == GL_MIRRO… in init()
320 …string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringMo… in init()
[all …]
Des2fTextureFilteringTests.cpp64 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
65 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c…
118 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in Texture2DFilteringCase() argument
124 , m_wrapS (wrapS) in Texture2DFilteringCase()
135 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c… in Texture2DFilteringCase() argument
141 , m_wrapS (wrapS) in Texture2DFilteringCase()
327 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
328 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c…
381 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in TextureCubeFilteringCase() argument
387 , m_wrapS (wrapS) in TextureCubeFilteringCase()
[all …]
Des2fTextureSizeTests.cpp129 deUint32 wrapS = GL_CLAMP_TO_EDGE; in iterate() local
149 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, wrapS); in iterate()
160 …tRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter,… in iterate()
277 deUint32 wrapS = GL_CLAMP_TO_EDGE; in testFace() local
297 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, wrapS); in testFace()
307 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter); in testFace()
/external/deqp/framework/opengl/
DgluTextureUtil.hpp64 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 minFilter, deUint32 magFilter);
65 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 ma…
66 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFil…
DgluTextureUtil.cpp671 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 minFilter, deUint32 magFilter) in mapGLSampler() argument
673 return mapGLSampler(wrapS, wrapS, wrapS, minFilter, magFilter); in mapGLSampler()
688 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter) in mapGLSampler() argument
690 return mapGLSampler(wrapS, wrapT, wrapS, minFilter, magFilter); in mapGLSampler()
705 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUi… in mapGLSampler() argument
707 return tcu::Sampler(mapGLWrapMode(wrapS), mapGLWrapMode(wrapT), mapGLWrapMode(wrapR), in mapGLSampler()
/external/deqp/modules/gles31/functional/
Des31fTextureFilteringTests.cpp108 deUint32 wrapS,
171 deUint32 wrapS, in TextureCubeArrayFilteringCase() argument
180 , m_wrapS (wrapS) in TextureCubeArrayFilteringCase()
531 const deUint32 wrapS = GL_REPEAT; in init() local
539 wrapS, wrapT, in init()
560 const deUint32 wrapS = GL_REPEAT; in init() local
569 wrapS, wrapT, in init()
592 const deUint32 wrapS = wrapModes[wrapSNdx].mode; in init() local
601 wrapS, wrapT, in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCountTests.cpp73 deUint32 wrapS = GL_CLAMP_TO_EDGE; in init() local
81 …addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrap… in init()
Des3pTextureFormatTests.cpp111 deUint32 wrapS = GL_CLAMP_TO_EDGE; in init() local
118 …DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, wrapS, wrapT, minFilter,… in init()
Des3pTextureFilteringTests.cpp88 deUint32 wrapS = GL_REPEAT; in init() local
94 …addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, wrapS, wrapT, minFilter, mag… in init()
/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp72 deUint32 wrapS = GL_CLAMP_TO_EDGE; in init() local
79 …e(m_context, nameBase.c_str(), descriptionBase.c_str(), format, dataType, wrapS, wrapT, minFilter,… in init()
Des2pTextureCountTests.cpp72 deUint32 wrapS = GL_CLAMP_TO_EDGE; in init() local
80 …enderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter,… in init()
Des2pTextureFilteringTests.cpp88 deUint32 wrapS = GL_REPEAT; in init() local
94 …addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, dataType, wrapS, wrapT, minF… in init()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp53 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
54 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c…
83 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in Texture2DFilteringCase() argument
89 , m_wrapS (wrapS) in Texture2DFilteringCase()
98 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c… in Texture2DFilteringCase() argument
104 , m_wrapS (wrapS) in Texture2DFilteringCase()
307 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b…
308 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b…
338 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b… in TextureCubeFilteringCase() argument
344 , m_wrapS (wrapS) in TextureCubeFilteringCase()
[all …]
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp58 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
59 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c…
90 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in Texture2DFilteringCase() argument
96 , m_wrapS (wrapS) in Texture2DFilteringCase()
106 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c… in Texture2DFilteringCase() argument
112 , m_wrapS (wrapS) in Texture2DFilteringCase()
319 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
320 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c…
351 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in TextureCubeFilteringCase() argument
357 , m_wrapS (wrapS) in TextureCubeFilteringCase()
[all …]
/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() argument
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp108 …if (testParameters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::S… in checkTextureSupport()
115 …if (testParameters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::S… in checkTextureSupport()
122 …if (testParameters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::S… in checkTextureSupport()
129 …if (testParameters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::S… in checkTextureSupport()
310 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate()
758 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate()
962 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate()
1218 testParameters.wrapS = Sampler::REPEAT_GL; in populateTextureFilteringTests()
1253 testParameters.wrapS = Sampler::REPEAT_GL; in populateTextureFilteringTests()
1289 testParameters.wrapS = wrapModes[wrapSNdx].mode; in populateTextureFilteringTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1007 tcu::Sampler::WrapMode wrapS; member
1036 , wrapS (wrapS_) in GatherCaseBaseParams()
1053 , wrapS (tcu::Sampler::WRAPMODE_LAST) in GatherCaseBaseParams()
1300 << vk::mapWrapMode(m_baseParams.wrapS) << " and " in init()
1446 sampler.wrapS = m_baseParams.wrapS; in verify()
1898 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture()
1939 const tcu::Sampler::WrapMode wrapS,
1966 const tcu::Sampler::WrapMode wrapS, in TextureGather2DCase() argument
1977 …, m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, w… in TextureGather2DCase()
2112 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture()
[all …]
/external/deqp/framework/common/
DtcuTexture.cpp1841 if (sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) in sampleNearest1D()
1844 int i = wrap(sampler.wrapS, x, width); in sampleNearest1D()
1858 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest2D()
1862 int i = wrap(sampler.wrapS, x, width); in sampleNearest2D()
1879 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest3D()
1884 int i = wrap(sampler.wrapS, x, width); in sampleNearest3D()
1898 int i0 = wrap(sampler.wrapS, x0, w); in sampleLinear1D()
1899 int i1 = wrap(sampler.wrapS, x1, w); in sampleLinear1D()
1903 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w); in sampleLinear1D()
1904 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w); in sampleLinear1D()
[all …]
DtcuTexLookupVerifier.cpp42 isWrapModeSupported(sampler.wrapS) && in isSamplerSupported()
581 const int x = wrap(sampler.wrapS, i, level.getWidth()); in isNearestSampleResultValid()
614 const int x = wrap(sampler.wrapS, i, level.getWidth()); in isNearestSampleResultValid()
653 const int x = wrap(sampler.wrapS, i, level.getWidth()); in isNearestSampleResultValid()
695 const int x0 = wrap(sampler.wrapS, i , w); in isLinearSampleResultValid()
696 const int x1 = wrap(sampler.wrapS, i+1, w); in isLinearSampleResultValid()
756 const int x0 = wrap(sampler.wrapS, i , w); in isLinearSampleResultValid()
757 const int x1 = wrap(sampler.wrapS, i+1, w); in isLinearSampleResultValid()
830 const int x0 = wrap(sampler.wrapS, i , w); in isLinearSampleResultValid()
831 const int x1 = wrap(sampler.wrapS, i+1, w); in isLinearSampleResultValid()
[all …]
/external/deqp/modules/glshared/
DglsSamplerObjectTest.hpp48 GLenum wrapS; member
106 GLenum wrapS; member
/external/angle/src/libANGLE/
DSampler.cpp71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() argument
73 mState.setWrapS(wrapS); in setWrapS()

123