Searched defs:wrapT_ (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.hpp262 WrapMode wrapT_,
274 , wrapT (wrapT_)
261 Sampler(WrapMode wrapS_, WrapMode wrapT_, WrapMode wrapR_, FilterMode minFilter_, FilterMode magFilter_, float lodThreshold_ = 0.0f, bool normalizedCoords_ = true, CompareMode compare_ = COMPAREMODE_NONE, int compareChannel_ = 0, const Vec4& borderColor_ = Vec4(0.0f, 0.0f, 0.0f, 0.0f), bool seamlessCubeMap_ = false, DepthStencilMode depthStencilMode_ = MODE_DEPTH) argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1012 const tcu::Sampler::WrapMode wrapT_,
1024 , wrapT (wrapT_)
1006 GatherCaseBaseParams(const TextureType textureType_, const GatherType gatherType_, const OffsetSize offsetSize_, const tcu::TextureFormat textureFormat_, const tcu::Sampler::CompareMode shadowCompareMode_, const tcu::Sampler::WrapMode wrapS_, const tcu::Sampler::WrapMode wrapT_, const MaybeTextureSwizzle& textureSwizzle_, const tcu::Sampler::FilterMode minFilter_, const tcu::Sampler::FilterMode magFilter_, const int baseLevel_, const deUint32 flags_, const ImageBackingMode sparseCase_) argument

Completed in 361 milliseconds