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
564 const float depth = lookupDepth(level, sampler, x, y, coordZ); in isNearestCompareResultValid()
614 const Vec4 depths (lookupDepth(level, sampler, x0, y0, coordZ), in isLinearCompareResultValid()
615 lookupDepth(level, sampler, x1, y0, coordZ), in isLinearCompareResultValid()
616 lookupDepth(level, sampler, x0, y1, coordZ), in isLinearCompareResultValid()
617 lookupDepth(level, sampler, x1, y1, coordZ)); in isLinearCompareResultValid()
678 …const float depth0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT,… in isNearestMipmapLinearCompareResultValid()
684 …const float depth1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT,… in isNearestMipmapLinearCompareResultValid()
747 depths0[0] = lookupDepth(level0, sampler, x0, y0, coordZ); in isLinearMipmapLinearCompareResultValid()
748 depths0[1] = lookupDepth(level0, sampler, x1, y0, coordZ); in isLinearMipmapLinearCompareResultValid()
[all …]