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

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp147 case tcu::Sampler::MIRRORED_ONCE:
H A DtcuTexture.hpp190 MIRRORED_ONCE, //! Mirrored once in negative directions enumerator in enum:tcu::Sampler::WrapMode
H A DtcuTexture.cpp1614 case tcu::Sampler::MIRRORED_ONCE:
1639 case tcu::Sampler::MIRRORED_ONCE: // Fall-through (ordinary case).
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp122 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE ||
123 testParameters.wrapT == Sampler::MIRRORED_ONCE) &&
317 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE ||
318 testParameters.wrapT == Sampler::MIRRORED_ONCE) &&
539 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE ||
540 testParameters.wrapT == Sampler::MIRRORED_ONCE) &&
742 if ((testParameters.wrapS == Sampler::MIRRORED_ONCE ||
743 testParameters.wrapT == Sampler::MIRRORED_ONCE ||
744 testParameters.wrapR == Sampler::MIRRORED_ONCE) &&
898 { "mirror_clamp_to_edge", Sampler::MIRRORED_ONCE }
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2206 case tcu::Sampler::MIRRORED_ONCE: return VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE;
2372 case VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE: return tcu::Sampler::MIRRORED_ONCE;

Completed in 110 milliseconds