Searched refs:LINEAR_MIPMAP_NEAREST (Results 1 - 15 of 15) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.hpp61 return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST;
76 return mode == Sampler::LINEAR || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_LINEAR;
H A DtcuTexture.cpp2188 case Sampler::LINEAR_MIPMAP_NEAREST:
2192 Sampler::FilterMode levelFilter = (filterMode == Sampler::LINEAR_MIPMAP_NEAREST) ? Sampler::LINEAR : Sampler::NEAREST;
2228 case Sampler::LINEAR_MIPMAP_NEAREST:
2232 Sampler::FilterMode levelFilter = (filterMode == Sampler::LINEAR_MIPMAP_NEAREST) ? Sampler::LINEAR : Sampler::NEAREST;
2268 case Sampler::LINEAR_MIPMAP_NEAREST:
2272 Sampler::FilterMode levelFilter = (filterMode == Sampler::LINEAR_MIPMAP_NEAREST) ? Sampler::LINEAR : Sampler::NEAREST;
2308 case Sampler::LINEAR_MIPMAP_NEAREST:
2312 Sampler::FilterMode levelFilter = (filterMode == Sampler::LINEAR_MIPMAP_NEAREST) ? Sampler::LINEAR : Sampler::NEAREST;
2348 case Sampler::LINEAR_MIPMAP_NEAREST:
2352 Sampler::FilterMode levelFilter = (filterMode == Sampler::LINEAR_MIPMAP_NEAREST)
[all...]
H A DtcuTexture.hpp202 LINEAR_MIPMAP_NEAREST, enumerator in enum:tcu::Sampler::FilterMode
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringAnisotropyTests.cpp239 Sampler::LINEAR_MIPMAP_NEAREST,
H A DvktTextureShadowTests.cpp842 { "linear_mipmap_nearest", Sampler::LINEAR_MIPMAP_NEAREST, Sampler::LINEAR },
H A DvktTextureFilteringTests.cpp910 { "linear_mipmap_nearest", Sampler::LINEAR_MIPMAP_NEAREST },
H A DvktTextureMipmapTests.cpp1723 { "linear_nearest", Sampler::LINEAR_MIPMAP_NEAREST },
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2168 case tcu::Sampler::LINEAR_MIPMAP_NEAREST: return VK_FILTER_LINEAR;
2190 case tcu::Sampler::LINEAR_MIPMAP_NEAREST: return VK_SAMPLER_MIPMAP_MODE_NEAREST;
2390 case VK_SAMPLER_MIPMAP_MODE_NEAREST: return tcu::Sampler::LINEAR_MIPMAP_NEAREST;
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp638 case GL_LINEAR_MIPMAP_NEAREST: return tcu::Sampler::LINEAR_MIPMAP_NEAREST;
775 case tcu::Sampler::LINEAR_MIPMAP_NEAREST: return GL_LINEAR_MIPMAP_NEAREST;
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp575 tcu::Sampler::LINEAR_MIPMAP_NEAREST, tcu::Sampler::LINEAR);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp946 case tcu::Sampler::LINEAR_MIPMAP_NEAREST:
2250 { "linear_mipmap_nearest", tcu::Sampler::LINEAR_MIPMAP_NEAREST },
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp2517 { "linear_mipmap_nearest", tcu::Sampler::LINEAR_MIPMAP_NEAREST },
H A DvktShaderRenderTextureFunctionTests.cpp2537 case tcu::Sampler::LINEAR_MIPMAP_NEAREST:
3136 tcu::Sampler::LINEAR_MIPMAP_NEAREST, tcu::Sampler::LINEAR,
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1811 case GL_LINEAR_MIPMAP_NEAREST: return tcu::Sampler::LINEAR_MIPMAP_NEAREST;
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp1394 tcu::Sampler::LINEAR_MIPMAP_NEAREST, tcu::Sampler::LINEAR,

Completed in 2535 milliseconds