• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:lookupDepth

134 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()
749 depths0[2] = lookupDepth(level0, sampler, x0, y1, coordZ); in isLinearMipmapLinearCompareResultValid()
750 depths0[3] = lookupDepth(level0, sampler, x1, y1, coordZ); in isLinearMipmapLinearCompareResultValid()
769 depths1[0] = lookupDepth(level1, sampler, x0, y0, coordZ); in isLinearMipmapLinearCompareResultValid()
770 depths1[1] = lookupDepth(level1, sampler, x1, y0, coordZ); in isLinearMipmapLinearCompareResultValid()
771 depths1[2] = lookupDepth(level1, sampler, x0, y1, coordZ); in isLinearMipmapLinearCompareResultValid()
772 depths1[3] = lookupDepth(level1, sampler, x1, y1, coordZ); in isLinearMipmapLinearCompareResultValid()
1267 const float depth = lookupDepth(texture, sampler, x, y, coordZ); in isGatherOffsetsCompareResultValid()