Home
last modified time | relevance | path

Searched refs:WRAPMODE_LAST (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTexture.hpp202 WRAPMODE_LAST enumerator
317 : wrapS (WRAPMODE_LAST) in Sampler()
318 , wrapT (WRAPMODE_LAST) in Sampler()
319 , wrapR (WRAPMODE_LAST) in Sampler()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp751 DE_ASSERT(wrapMode != tcu::Sampler::WRAPMODE_LAST); in getGLWrapMode()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1053 , wrapS (tcu::Sampler::WRAPMODE_LAST) in GatherCaseBaseParams()
1054 , wrapT (tcu::Sampler::WRAPMODE_LAST) in GatherCaseBaseParams()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp1053 , wrapS (tcu::Sampler::WRAPMODE_LAST) in GatherCaseBaseParams()
1054 , wrapT (tcu::Sampler::WRAPMODE_LAST) in GatherCaseBaseParams()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp1819 default: return tcu::Sampler::WRAPMODE_LAST; in mapGLWrapMode()
1859 RC_IF_ERROR(wrapS == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID); in texParameteri()
1867 RC_IF_ERROR(wrapT == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID); in texParameteri()
1875 RC_IF_ERROR(wrapR == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID); in texParameteri()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4059 return tcu::Sampler::WRAPMODE_LAST; in mapVkSamplerAddressMode()