Home
last modified time | relevance | path

Searched refs:MIRRORED_ONCE (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp134 …if (testParameters.wrapS == Sampler::MIRRORED_ONCE || testParameters.wrapT == Sampler::MIRRORED_ON… in Texture2DFilteringTestInstance()
354 …if (testParameters.wrapS == Sampler::MIRRORED_ONCE || testParameters.wrapT == Sampler::MIRRORED_ON… in TextureCubeFilteringTestInstance()
600 …if (testParameters.wrapS == Sampler::MIRRORED_ONCE || testParameters.wrapT == Sampler::MIRRORED_ON… in Texture2DArrayFilteringTestInstance()
821 …s.wrapS == Sampler::MIRRORED_ONCE || testParameters.wrapT == Sampler::MIRRORED_ONCE || testParamet… in Texture3DFilteringTestInstance()
988 { "mirror_clamp_to_edge", Sampler::MIRRORED_ONCE } in populateTextureFilteringTests()
/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp147 case tcu::Sampler::MIRRORED_ONCE: in wrap()
DtcuTexture.hpp199 MIRRORED_ONCE, //! Mirrored once in negative directions enumerator
DtcuTexture.cpp1677 case tcu::Sampler::MIRRORED_ONCE: in wrap()
1702 case tcu::Sampler::MIRRORED_ONCE: // Fall-through (ordinary case). in unnormalize()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3441 case tcu::Sampler::MIRRORED_ONCE: return VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in mapWrapMode()
3634 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return tcu::Sampler::MIRRORED_ONCE; in mapVkSamplerAddressMode()