/external/deqp/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 86 …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() 414 FOR_EACH(wrapS, wrapModes, in init() [all …]
|
D | es3fTextureFilteringTests.cpp | 83 … 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 …]
|
D | es3fTextureSizeTests.cpp | 130 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()
|
D | es3fTextureShadowTests.cpp | 157 … 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/ |
D | es2fTextureWrapTests.cpp | 60 …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() 286 FOR_EACH(wrapS, wrapModes, in init() 292 …bool is_clamp_clamp = (wrapModes[wrapS].mode == GL_CLAMP_TO_EDGE && wrapModes[wrapT].mode == GL_C… in init() 293 …bool is_repeat_mirror = (wrapModes[wrapS].mode == GL_REPEAT && wrapModes[wrapT].mode == GL_MIRRO… in init() 301 …string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringMo… in init() [all …]
|
D | es2fTextureFilteringTests.cpp | 64 … 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 …]
|
D | es2fTextureSizeTests.cpp | 129 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/ |
D | gluTextureUtil.hpp | 64 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…
|
D | gluTextureUtil.cpp | 669 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 minFilter, deUint32 magFilter) in mapGLSampler() argument 671 return mapGLSampler(wrapS, wrapS, wrapS, minFilter, magFilter); in mapGLSampler() 686 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter) in mapGLSampler() argument 688 return mapGLSampler(wrapS, wrapT, wrapS, minFilter, magFilter); in mapGLSampler() 703 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUi… in mapGLSampler() argument 705 return tcu::Sampler(mapGLWrapMode(wrapS), mapGLWrapMode(wrapT), mapGLWrapMode(wrapR), in mapGLSampler()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 108 deUint32 wrapS, 171 deUint32 wrapS, in TextureCubeArrayFilteringCase() argument 180 , m_wrapS (wrapS) in TextureCubeArrayFilteringCase() 522 const deUint32 wrapS = GL_REPEAT; in init() local 530 wrapS, wrapT, in init() 551 const deUint32 wrapS = GL_REPEAT; in init() local 560 wrapS, wrapT, in init() 583 const deUint32 wrapS = wrapModes[wrapSNdx].mode; in init() local 592 wrapS, wrapT, in init()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 58 … 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 …]
|
D | es2aTextureMipmapTests.cpp | 85 deUint32 wrapS, 124 deUint32 wrapS, in Texture2DMipmapCase() argument 135 , m_wrapS (wrapS) in Texture2DMipmapCase() 386 deUint32 wrapS, 423 deUint32 wrapS, in TextureCubeMipmapCase() argument 433 , m_wrapS (wrapS) in TextureCubeMipmapCase()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 53 … 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 …]
|
D | es3aTextureMipmapTests.cpp | 81 deUint32 wrapS, 120 deUint32 wrapS, in Texture2DMipmapCase() argument 131 , m_wrapS (wrapS) in Texture2DMipmapCase() 378 deUint32 wrapS, 415 deUint32 wrapS, in TextureCubeMipmapCase() argument 425 , m_wrapS (wrapS) in TextureCubeMipmapCase()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCountTests.cpp | 73 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()
|
D | es3pTextureFormatTests.cpp | 111 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()
|
D | es3pTextureFilteringTests.cpp | 88 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/ |
D | es2pTextureFormatTests.cpp | 72 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()
|
D | es2pTextureCountTests.cpp | 72 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()
|
D | es2pTextureFilteringTests.cpp | 88 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/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringTests.cpp | 122 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture2DFilteringTestInstance() 211 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 321 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in TextureCubeFilteringTestInstance() 543 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture2DArrayFilteringTestInstance() 624 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 746 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture3DFilteringTestInstance() 808 …refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testPar… in iterate() 1027 testParameters.wrapS = Sampler::REPEAT_GL; in populateTextureFilteringTests() 1062 testParameters.wrapS = Sampler::REPEAT_GL; in populateTextureFilteringTests() 1097 testParameters.wrapS = wrapModes[wrapSNdx].mode; in populateTextureFilteringTests() [all …]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Sampler.h | 49 void setWrapS(GLenum wrapS) { mWrapModeS = wrapS; } in setWrapS() argument
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 996 tcu::Sampler::WrapMode wrapS; member 1023 , wrapS (wrapS_) in GatherCaseBaseParams() 1039 , wrapS (tcu::Sampler::WRAPMODE_LAST) in GatherCaseBaseParams() 1212 << vk::mapWrapMode(m_baseParams.wrapS) << " and " in init() 1358 sampler.wrapS = m_baseParams.wrapS; in verify() 1711 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture() 1752 const tcu::Sampler::WrapMode wrapS, 1778 const tcu::Sampler::WrapMode wrapS, in TextureGather2DCase() argument 1788 …, m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, w… in TextureGather2DCase() 1917 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL, in createTexture() [all …]
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 1747 if (sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) in sampleNearest1D() 1750 int i = wrap(sampler.wrapS, x, width); in sampleNearest1D() 1764 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest2D() 1768 int i = wrap(sampler.wrapS, x, width); in sampleNearest2D() 1785 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) || in sampleNearest3D() 1790 int i = wrap(sampler.wrapS, x, width); in sampleNearest3D() 1804 int i0 = wrap(sampler.wrapS, x0, w); in sampleLinear1D() 1805 int i1 = wrap(sampler.wrapS, x1, w); in sampleLinear1D() 1809 bool i0UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i0, 0, w); in sampleLinear1D() 1810 bool i1UseBorder = sampler.wrapS == Sampler::CLAMP_TO_BORDER && !de::inBounds(i1, 0, w); in sampleLinear1D() [all …]
|
D | tcuTexLookupVerifier.cpp | 42 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 …]
|