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

/external/deqp/framework/common/
H A DtcuTexture.hpp192 WRAPMODE_LAST enumerator in enum:tcu::Sampler::WrapMode
289 : wrapS (WRAPMODE_LAST)
290 , wrapT (WRAPMODE_LAST)
291 , wrapR (WRAPMODE_LAST)
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp746 DE_ASSERT(wrapMode != tcu::Sampler::WRAPMODE_LAST);
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkImageUtil.cpp2379 return tcu::Sampler::WRAPMODE_LAST;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1799 default: return tcu::Sampler::WRAPMODE_LAST;
1839 RC_IF_ERROR(wrapS == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
1847 RC_IF_ERROR(wrapT == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
1855 RC_IF_ERROR(wrapR == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1039 , wrapS (tcu::Sampler::WRAPMODE_LAST)
1040 , wrapT (tcu::Sampler::WRAPMODE_LAST)

Completed in 179 milliseconds