Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/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…
132 …me, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
139 , m_wrapS (wrapS) in TextureWrapCase()
152 …ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
159 , m_wrapS (wrapS) in TextureWrapCase()
173 …, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, d… in TextureWrapCase() argument
180 , m_wrapS (wrapS) in TextureWrapCase()
437 FOR_EACH(wrapS, wrapModes, in init()
[all …]
Des3fTextureFilteringTests.cpp86 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d…
87 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c…
139 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, d… in Texture2DFilteringCase() argument
145 , m_wrapS (wrapS) in Texture2DFilteringCase()
155 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, c… in Texture2DFilteringCase() argument
161 , m_wrapS (wrapS) in Texture2DFilteringCase()
364 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b…
365 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b…
418 … name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, b… in TextureCubeFilteringCase() argument
424 , 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 …]
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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…
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureFilteringTests.cpp108 deUint32 wrapS,
171 deUint32 wrapS, in TextureCubeArrayFilteringCase() argument
180 , m_wrapS (wrapS) in TextureCubeArrayFilteringCase()
535 const deUint32 wrapS = GL_REPEAT; in init() local
543 wrapS, wrapT, in init()
564 const deUint32 wrapS = GL_REPEAT; in init() local
573 wrapS, wrapT, in init()
596 const deUint32 wrapS = wrapModes[wrapSNdx].mode; in init() local
605 wrapS, wrapT, in init()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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 …]
/third_party/vk-gl-cts/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 …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DSampler.h49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp162 void SamplerState::setWrapS(GLenum wrapS) in setWrapS() argument
164 mWrapS = wrapS; in setWrapS()
165 mCompleteness.typed.wrapS = static_cast<uint8_t>(FromGLenum<WrapMode>(wrapS)); in setWrapS()
DSampler.cpp67 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() argument
69 mState.setWrapS(wrapS); in setWrapS()
/third_party/vk-gl-cts/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()
1219 testParameters.wrapS = Sampler::REPEAT_GL; in populateTextureFilteringTests()
1254 testParameters.wrapS = Sampler::REPEAT_GL; in populateTextureFilteringTests()
1290 testParameters.wrapS = wrapModes[wrapSNdx].mode; in populateTextureFilteringTests()
[all …]
/third_party/vk-gl-cts/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()
1313 << vk::mapWrapMode(m_baseParams.wrapS) << " and " in init()
1459 sampler.wrapS = m_baseParams.wrapS; in verify()
1911 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture()
1952 const tcu::Sampler::WrapMode wrapS,
1980 const tcu::Sampler::WrapMode wrapS, in TextureGather2DCase() argument
1991 …, m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, w… in TextureGather2DCase()
2132 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp1907 if (sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) in sampleNearest1D()
1910 int i = wrap(sampler.wrapS, x, width); in sampleNearest1D()
1924 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest2D()
1928 int i = wrap(sampler.wrapS, x, width); in sampleNearest2D()
1945 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest3D()
1950 int i = wrap(sampler.wrapS, x, width); in sampleNearest3D()
1964 int i0 = wrap(sampler.wrapS, x0, w); in sampleLinear1D()
1965 int i1 = wrap(sampler.wrapS, x1, w); in sampleLinear1D()
1969 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w); in sampleLinear1D()
1970 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w); in sampleLinear1D()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSampler.cpp71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS() argument
73 mState.setWrapS(wrapS); in setWrapS()
/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.hpp48 GLenum wrapS; member
106 GLenum wrapS; member

123