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.cpp122 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture2DFilteringTestInstance()
123 testParameters.wrapT == Sampler::MIRRORED_ONCE) && in Texture2DFilteringTestInstance()
321 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in TextureCubeFilteringTestInstance()
322 testParameters.wrapT == Sampler::MIRRORED_ONCE) && in TextureCubeFilteringTestInstance()
543 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture2DArrayFilteringTestInstance()
544 testParameters.wrapT == Sampler::MIRRORED_ONCE) && in Texture2DArrayFilteringTestInstance()
746 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture3DFilteringTestInstance()
747 testParameters.wrapT == Sampler::MIRRORED_ONCE || in Texture3DFilteringTestInstance()
748 testParameters.wrapR == Sampler::MIRRORED_ONCE) && in Texture3DFilteringTestInstance()
902 { "mirror_clamp_to_edge", Sampler::MIRRORED_ONCE } in populateTextureFilteringTests()
/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp147 case tcu::Sampler::MIRRORED_ONCE: in wrap()
DtcuTexture.hpp190 MIRRORED_ONCE, //! Mirrored once in negative directions enumerator
DtcuTexture.cpp1614 case tcu::Sampler::MIRRORED_ONCE: in wrap()
1639 case tcu::Sampler::MIRRORED_ONCE: // Fall-through (ordinary case). in unnormalize()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2472 case tcu::Sampler::MIRRORED_ONCE: return VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in mapWrapMode()
2665 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return tcu::Sampler::MIRRORED_ONCE; in mapVkSamplerAddressMode()