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()
317 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in TextureCubeFilteringTestInstance()
318 testParameters.wrapT == Sampler::MIRRORED_ONCE) && in TextureCubeFilteringTestInstance()
539 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture2DArrayFilteringTestInstance()
540 testParameters.wrapT == Sampler::MIRRORED_ONCE) && in Texture2DArrayFilteringTestInstance()
742 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE || in Texture3DFilteringTestInstance()
743 testParameters.wrapT == Sampler::MIRRORED_ONCE || in Texture3DFilteringTestInstance()
744 testParameters.wrapR == Sampler::MIRRORED_ONCE) && in Texture3DFilteringTestInstance()
898 { "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.cpp2151 case tcu::Sampler::MIRRORED_ONCE: return VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in mapWrapMode()
2317 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return tcu::Sampler::MIRRORED_ONCE; in mapVkSamplerAddressMode()