Searched refs:MIRRORED_ONCE (Results 1 – 5 of 5) sorted by relevance
108 …eters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::Sampler::Sampl… in checkTextureSupport()115 …eters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::Sampler::Sampl… in checkTextureSupport()122 …eters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::Sampler::Sampl… in checkTextureSupport()129 …pler::MIRRORED_ONCE || testParameters.wrapT == tcu::Sampler::Sampler::MIRRORED_ONCE || testParamet… in checkTextureSupport()1065 { "mirror_clamp_to_edge", Sampler::MIRRORED_ONCE } in populateTextureFilteringTests()
159 case tcu::Sampler::MIRRORED_ONCE: in wrap()
200 MIRRORED_ONCE, //! Mirrored once in negative directions enumerator
1774 case tcu::Sampler::MIRRORED_ONCE: in wrap()1799 case tcu::Sampler::MIRRORED_ONCE: // Fall-through (ordinary case). in unnormalize()
3761 case tcu::Sampler::MIRRORED_ONCE: return VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE; in mapWrapMode()3988 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return tcu::Sampler::MIRRORED_ONCE; in mapVkSamplerAddressMode()