Searched refs:MIRRORED_ONCE (Results 1 – 5 of 5) sorted by relevance
134 …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()
147 case tcu::Sampler::MIRRORED_ONCE: in wrap()
199 MIRRORED_ONCE, //! Mirrored once in negative directions enumerator
1677 case tcu::Sampler::MIRRORED_ONCE: in wrap()1702 case tcu::Sampler::MIRRORED_ONCE: // Fall-through (ordinary case). in unnormalize()
3441 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()