Lines Matching refs:coordZ
544 const int coordZ, in isNearestCompareResultValid() argument
564 const float depth = lookupDepth(level, sampler, x, y, coordZ); in isNearestCompareResultValid()
579 const int coordZ, in isLinearCompareResultValid() argument
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()
632 const int coordZ, in isLevelCompareResultValid() argument
637 return isLinearCompareResultValid(level, sampler, prec, coord, coordZ, cmpReference, result); in isLevelCompareResultValid()
639 return isNearestCompareResultValid(level, sampler, prec, coord, coordZ, cmpReference, result); in isLevelCompareResultValid()
647 const int coordZ, in isNearestMipmapLinearCompareResultValid() argument
678 …0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); in isNearestMipmapLinearCompareResultValid()
684 …1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ); in isNearestMipmapLinearCompareResultValid()
701 const int coordZ, in isLinearMipmapLinearCompareResultValid() argument
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()
794 const int coordZ, in isMipmapLinearCompareResultValid() argument
800 …return isLinearMipmapLinearCompareResultValid(level0, level1, sampler, prec, coord, coordZ, fBound… in isMipmapLinearCompareResultValid()
802 …return isNearestMipmapLinearCompareResultValid(level0, level1, sampler, prec, coord, coordZ, fBoun… in isMipmapLinearCompareResultValid()
1238 int coordZ, in isGatherOffsetsCompareResultValid() argument
1267 const float depth = lookupDepth(texture, sampler, x, y, coordZ); in isGatherOffsetsCompareResultValid()