Searched refs:shadowCompareMode (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 995 tcu::Sampler::CompareMode shadowCompareMode; member 1022 , shadowCompareMode (shadowCompareMode_) in GatherCaseBaseParams() 1038 , shadowCompareMode (tcu::Sampler::COMPAREMODE_LAST) in GatherCaseBaseParams() 1143 …DE_ASSERT((m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) == isDepthFormat(m_ba… in TextureGatherInstance() 1221 if (m_baseParams.shadowCompareMode != tcu::Sampler::COMPAREMODE_NONE) in init() 1222 …<< "Using texture compare func " << vk::mapCompareMode(m_baseParams.shadowCompareMode) << TestLog:… in init() 1360 sampler.compare = m_baseParams.shadowCompareMode; in verify() 1713 … 0.0f /* LOD threshold */, true /* normalized coords */, m_baseParams.shadowCompareMode); in createTexture() 1751 const tcu::Sampler::CompareMode shadowCompareMode, 1777 const tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DCase() argument [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 966 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureFormat is … 1042 …tcu::Sampler::CompareMode shadowCompareMode, //!< Should be COMPAREMODE_NONE iff textureType == T… in TextureGatherCase() argument 1054 , m_shadowCompareMode (shadowCompareMode) in TextureGatherCase() 1645 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DCase() argument 1654 …description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DCase() 1735 tcu::Sampler::CompareMode shadowCompareMode, in TextureGather2DArrayCase() argument 1744 …ption, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGather2DArrayCase() 1867 tcu::Sampler::CompareMode shadowCompareMode, in TextureGatherCubeCase() argument 1876 …TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrap… in TextureGatherCubeCase() 2007 tcu::Sampler::CompareMode shadowCompareMode, in makeTextureGatherCase() argument [all …]
|