Searched refs:NEAREST_MIPMAP_LINEAR (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.hpp66 return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR;
H A DtcuTexture.cpp2197 case Sampler::NEAREST_MIPMAP_LINEAR:
2237 case Sampler::NEAREST_MIPMAP_LINEAR:
2277 case Sampler::NEAREST_MIPMAP_LINEAR:
2317 case Sampler::NEAREST_MIPMAP_LINEAR:
2357 case Sampler::NEAREST_MIPMAP_LINEAR:
2703 case Sampler::NEAREST_MIPMAP_LINEAR:
2873 case Sampler::NEAREST_MIPMAP_LINEAR:
2965 case Sampler::NEAREST_MIPMAP_LINEAR:
3047 case Sampler::NEAREST_MIPMAP_LINEAR:
H A DtcuTexture.hpp201 NEAREST_MIPMAP_LINEAR, enumerator in enum:tcu::Sampler::FilterMode
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp238 Sampler::NEAREST_MIPMAP_LINEAR,
H A DvktTextureMipmapTests.cpp334 const bool isTrilinear = m_testParameters.minFilter == Sampler::NEAREST_MIPMAP_LINEAR || m_testParameters.minFilter == Sampler::LINEAR_MIPMAP_LINEAR;
848 const bool isTrilinear = m_testParameters.minFilter == Sampler::NEAREST_MIPMAP_LINEAR || m_testParameters.minFilter == Sampler::LINEAR_MIPMAP_LINEAR;
1031 const bool isTrilinear = m_minFilter == Sampler::NEAREST_MIPMAP_LINEAR || m_minFilter == Sampler::LINEAR_MIPMAP_LINEAR;
1556 const bool isTrilinear = m_minFilter == Sampler::NEAREST_MIPMAP_LINEAR || m_minFilter == Sampler::LINEAR_MIPMAP_LINEAR;
1724 { "nearest_linear", Sampler::NEAREST_MIPMAP_LINEAR },
H A DvktTextureShadowTests.cpp843 { "nearest_mipmap_linear", Sampler::NEAREST_MIPMAP_LINEAR, Sampler::LINEAR },
H A DvktTextureFilteringTests.cpp911 { "nearest_mipmap_linear", Sampler::NEAREST_MIPMAP_LINEAR },
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2111 case tcu::Sampler::NEAREST_MIPMAP_LINEAR: return VK_FILTER_NEAREST;
2134 case tcu::Sampler::NEAREST_MIPMAP_LINEAR: return VK_SAMPLER_MIPMAP_MODE_LINEAR;
2344 case VK_SAMPLER_MIPMAP_MODE_LINEAR: return tcu::Sampler::NEAREST_MIPMAP_LINEAR;
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp637 case GL_NEAREST_MIPMAP_LINEAR: return tcu::Sampler::NEAREST_MIPMAP_LINEAR;
774 case tcu::Sampler::NEAREST_MIPMAP_LINEAR: return GL_NEAREST_MIPMAP_LINEAR;
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp929 case tcu::Sampler::NEAREST_MIPMAP_LINEAR:
2229 { "nearest_mipmap_linear", tcu::Sampler::NEAREST_MIPMAP_LINEAR },
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1810 case GL_NEAREST_MIPMAP_LINEAR: return tcu::Sampler::NEAREST_MIPMAP_LINEAR;
4715 tcu::Sampler::NEAREST_MIPMAP_LINEAR,
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2516 { "nearest_mipmap_linear", tcu::Sampler::NEAREST_MIPMAP_LINEAR },
H A DvktShaderRenderTextureFunctionTests.cpp2240 case tcu::Sampler::NEAREST_MIPMAP_LINEAR:

Completed in 2826 milliseconds