Lines Matching refs:Vec2
194 const Vec2& depths, in isLinearCompareValid()
195 const Vec2& fBounds, in isLinearCompareValid()
290 const Vec2& xBounds, in isBilinearPCFCompareValid()
291 const Vec2& yBounds, in isBilinearPCFCompareValid()
363 const Vec2& xBounds, in isBilinearCompareValid()
364 const Vec2& yBounds, in isBilinearCompareValid()
424 const Vec2& xBounds0, in isTrilinearPCFCompareValid()
425 const Vec2& yBounds0, in isTrilinearPCFCompareValid()
426 const Vec2& xBounds1, in isTrilinearPCFCompareValid()
427 const Vec2& yBounds1, in isTrilinearPCFCompareValid()
428 const Vec2& fBounds, in isTrilinearPCFCompareValid()
525 const Vec2& xBounds0, in isTrilinearCompareValid()
526 const Vec2& yBounds0, in isTrilinearCompareValid()
527 const Vec2& xBounds1, in isTrilinearCompareValid()
528 const Vec2& yBounds1, in isTrilinearCompareValid()
529 const Vec2& fBounds, in isTrilinearCompareValid()
543 const Vec2& coord, in isNearestCompareResultValid()
549 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestCompareResultValid()
550 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestCompareResultValid()
578 const Vec2& coord, in isLinearCompareResultValid()
584 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isLinearCompareResultValid()
585 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isLinearCompareResultValid()
619 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isLinearCompareResultValid()
631 const Vec2& coord, in isLevelCompareResultValid()
646 const Vec2& coord, in isNearestMipmapLinearCompareResultValid()
648 const Vec2& fBounds, in isNearestMipmapLinearCompareResultValid()
659 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
660 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
661 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearCompareResultValid()
662 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearCompareResultValid()
686 …if (isLinearCompareValid(sampler.compare, prec, Vec2(depth0, depth1), fBounds, cmpReference, resul… in isNearestMipmapLinearCompareResultValid()
700 const Vec2& coord, in isLinearMipmapLinearCompareResultValid()
702 const Vec2& fBounds, in isLinearMipmapLinearCompareResultValid()
716 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
717 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
718 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isLinearMipmapLinearCompareResultValid()
719 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isLinearMipmapLinearCompareResultValid()
776 Vec2(minA0, maxA0), Vec2(minB0, maxB0), in isLinearMipmapLinearCompareResultValid()
777 Vec2(minA1, maxA1), Vec2(minB1, maxB1), in isLinearMipmapLinearCompareResultValid()
793 const Vec2& coord, in isMipmapLinearCompareResultValid()
795 const Vec2& fBounds, in isMipmapLinearCompareResultValid()
808 const Vec2& coord, in isTexCompareResultValid()
809 const Vec2& lodBounds, in isTexCompareResultValid()
847 …vel(level+1), sampler, getLevelFilter(sampler.minFilter), prec, coord, 0, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
881 const Vec2& fBounds, in isSeamplessLinearMipmapLinearCompareResultValid()
889 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s,… in isSeamplessLinearMipmapLinearCompareResultValid()
890 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords.s,… in isSeamplessLinearMipmapLinearCompareResultValid()
891 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.t,… in isSeamplessLinearMipmapLinearCompareResultValid()
892 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords.t,… in isSeamplessLinearMipmapLinearCompareResultValid()
967 Vec2(minA0, maxA0), Vec2(minB0, maxB0), in isSeamplessLinearMipmapLinearCompareResultValid()
968 Vec2(minA1, maxA1), Vec2(minB1, maxB1), in isSeamplessLinearMipmapLinearCompareResultValid()
985 const Vec2& fBounds, in isCubeMipmapLinearCompareResultValid()
996 sampler, prec, Vec2(coords.s, coords.t), 0, fBounds, cmpReference, result); in isCubeMipmapLinearCompareResultValid()
1001 sampler, prec, Vec2(coords.s, coords.t), 0, fBounds, cmpReference, result); in isCubeMipmapLinearCompareResultValid()
1015 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.s, … in isSeamlessLinearCompareResultValid()
1016 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.t, … in isSeamlessLinearCompareResultValid()
1055 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isSeamlessLinearCompareResultValid()
1077 …reResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec2(coords.s, coords.t)… in isCubeLevelCompareResultValid()
1080 …reResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec2(coords.s, coords.t)… in isCubeLevelCompareResultValid()
1083 …mpler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const f… in isTexCompareResultValid()
1130 …ure, level, sampler, getLevelFilter(sampler.minFilter), prec, faceCoords, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
1160 …mpler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const f… in isTexCompareResultValid()
1204 …pler, getLevelFilter(sampler.minFilter), prec, coord.swizzle(0,1), layer, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
1237 const Vec2& coord, in isGatherOffsetsCompareResultValid()
1244 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, texture.getWidth… in isGatherOffsetsCompareResultValid()
1245 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, texture.getHeigh… in isGatherOffsetsCompareResultValid()
1285 const Vec2& coord, in isGatherOffsetsCompareResultValid()
1328 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.s, … in isGatherCompareResultValid()
1329 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.t, … in isGatherCompareResultValid()