Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp134 static float lookupDepth (const tcu::ConstPixelBufferAccess& access, const Sampler& sampler, int i,… in lookupDepth() function
562 const float depth = lookupDepth(level, sampler, x, y, coordZ); in isNearestCompareResultValid()
612 const Vec4 depths (lookupDepth(level, sampler, x0, y0, coordZ), in isLinearCompareResultValid()
613 lookupDepth(level, sampler, x1, y0, coordZ), in isLinearCompareResultValid()
614 lookupDepth(level, sampler, x0, y1, coordZ), in isLinearCompareResultValid()
615 lookupDepth(level, sampler, x1, y1, coordZ)); in isLinearCompareResultValid()
676 …const float depth0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT,… in isNearestMipmapLinearCompareResultValid()
682 …const float depth1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT,… in isNearestMipmapLinearCompareResultValid()
745 depths0[0] = lookupDepth(level0, sampler, x0, y0, coordZ); in isLinearMipmapLinearCompareResultValid()
746 depths0[1] = lookupDepth(level0, sampler, x1, y0, coordZ); in isLinearMipmapLinearCompareResultValid()
[all …]