Home
last modified time | relevance | path

Searched refs:shadowCompareMode (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp995 tcu::Sampler::CompareMode shadowCompareMode; member
1022 , shadowCompareMode (shadowCompareMode_) in GatherCaseBaseParams()
1038 , shadowCompareMode (tcu::Sampler::COMPAREMODE_LAST) in GatherCaseBaseParams()
1142 …DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_ba… in TextureGatherInstance()
1220 if (m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) in init()
1221 …<< "Using texture compare func " << vk::mapCompareMode(m_baseParams.shadowCompareMode) << TestLog:… in init()
1359 sampler.compare = m_baseParams.shadowCompareMode; in verify()
1712 … 0.0f /* LOD threshold */, true /* normalized coords */, m_baseParams.shadowCompareMode); in createTexture()
1750 const tcu::Sampler::CompareMode shadowCompareMode,
1776 const tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DCase() argument
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp950 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureFormat is …
1026 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureType == T… in TextureGatherCase() argument
1038 , m_shadowCompareMode (shadowCompareMode) in TextureGatherCase()
1625 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DCase() argument
1634 …description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DCase()
1715 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DArrayCase() argument
1724 …ption, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DArrayCase()
1847 tcu::Sampler::CompareMode shadowCompareMode, in TextureGatherCubeCase() argument
1856 …TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGatherCubeCase()
1987 tcu::Sampler::CompareMode shadowCompareMode, in makeTextureGatherCase() argument
[all …]