Searched refs:CLAMP_TO_BORDER (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp137 case tcu::Sampler::CLAMP_TO_BORDER:
H A DtcuTexture.cpp1602 case tcu::Sampler::CLAMP_TO_BORDER:
1636 case tcu::Sampler::CLAMP_TO_BORDER:
1746 // Check for CLAMP_TO_BORDER.
1747 if (sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width))
1763 // Check for CLAMP_TO_BORDER.
1764 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) ||
1765 (sampler.wrapT == Sampler::CLAMP_TO_BORDER && !deInBounds32(y, 0, height)))
1784 // Check for CLAMP_TO_BORDER.
1785 if ((sampler.wrapS == Sampler::CLAMP_TO_BORDER && !deInBounds32(x, 0, width)) ||
1786 (sampler.wrapT == Sampler::CLAMP_TO_BORDER
[all...]
H A DtcuTexture.hpp185 CLAMP_TO_BORDER, //! Use border color at edge enumerator in enum:tcu::Sampler::WrapMode
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c49 NV30_WRAP(CLAMP_TO_BORDER);
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp622 case GL_CLAMP_TO_BORDER: return tcu::Sampler::CLAMP_TO_BORDER;
750 case tcu::Sampler::CLAMP_TO_BORDER: return GL_CLAMP_TO_BORDER;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2148 case tcu::Sampler::CLAMP_TO_BORDER: return VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER;
2315 case VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_BORDER: return tcu::Sampler::CLAMP_TO_BORDER;
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp897 { "clamp_to_border", Sampler::CLAMP_TO_BORDER },

Completed in 160 milliseconds