Lines Matching refs:Vec2
200 const Vec2& depths, in isLinearCompareValid()
201 const Vec2& fBounds, in isLinearCompareValid()
296 const Vec2& xBounds, in isBilinearPCFCompareValid()
297 const Vec2& yBounds, in isBilinearPCFCompareValid()
369 const Vec2& xBounds, in isBilinearCompareValid()
370 const Vec2& yBounds, in isBilinearCompareValid()
430 const Vec2& xBounds0, in isTrilinearPCFCompareValid()
431 const Vec2& yBounds0, in isTrilinearPCFCompareValid()
432 const Vec2& xBounds1, in isTrilinearPCFCompareValid()
433 const Vec2& yBounds1, in isTrilinearPCFCompareValid()
434 const Vec2& fBounds, in isTrilinearPCFCompareValid()
531 const Vec2& xBounds0, in isTrilinearCompareValid()
532 const Vec2& yBounds0, in isTrilinearCompareValid()
533 const Vec2& xBounds1, in isTrilinearCompareValid()
534 const Vec2& yBounds1, in isTrilinearCompareValid()
535 const Vec2& fBounds, in isTrilinearCompareValid()
549 const Vec2& coord, in isNearestCompareResultValid()
555 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestCompareResultValid()
556 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isNearestCompareResultValid()
584 const Vec2& coord, in isLinearCompareResultValid()
590 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isLinearCompareResultValid()
591 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getHeight(… in isLinearCompareResultValid()
625 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isLinearCompareResultValid()
637 const Vec2& coord, in isLevelCompareResultValid()
652 const Vec2& coord, in isNearestMipmapLinearCompareResultValid()
654 const Vec2& fBounds, in isNearestMipmapLinearCompareResultValid()
665 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
666 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
667 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isNearestMipmapLinearCompareResultValid()
668 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isNearestMipmapLinearCompareResultValid()
692 …if (isLinearCompareValid(sampler.compare, prec, Vec2(depth0, depth1), fBounds, cmpReference, resul… in isNearestMipmapLinearCompareResultValid()
706 const Vec2& coord, in isLinearMipmapLinearCompareResultValid()
708 const Vec2& fBounds, in isLinearMipmapLinearCompareResultValid()
722 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
723 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
724 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h0, coord.y(), p… in isLinearMipmapLinearCompareResultValid()
725 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, h1, coord.y(), p… in isLinearMipmapLinearCompareResultValid()
782 Vec2(minA0, maxA0), Vec2(minB0, maxB0), in isLinearMipmapLinearCompareResultValid()
783 Vec2(minA1, maxA1), Vec2(minB1, maxB1), in isLinearMipmapLinearCompareResultValid()
799 const Vec2& coord, in isMipmapLinearCompareResultValid()
801 const Vec2& fBounds, in isMipmapLinearCompareResultValid()
814 const Vec2& coord, in isTexCompareResultValid()
815 const Vec2& lodBounds, in isTexCompareResultValid()
853 …vel(level+1), sampler, getLevelFilter(sampler.minFilter), prec, coord, 0, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
887 const Vec2& fBounds, in isSeamplessLinearMipmapLinearCompareResultValid()
895 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s,… in isSeamplessLinearMipmapLinearCompareResultValid()
896 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords.s,… in isSeamplessLinearMipmapLinearCompareResultValid()
897 …const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.t,… in isSeamplessLinearMipmapLinearCompareResultValid()
898 …const Vec2 vBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size1, coords.t,… in isSeamplessLinearMipmapLinearCompareResultValid()
973 Vec2(minA0, maxA0), Vec2(minB0, maxB0), in isSeamplessLinearMipmapLinearCompareResultValid()
974 Vec2(minA1, maxA1), Vec2(minB1, maxB1), in isSeamplessLinearMipmapLinearCompareResultValid()
991 const Vec2& fBounds, in isCubeMipmapLinearCompareResultValid()
1002 sampler, prec, Vec2(coords.s, coords.t), 0, fBounds, cmpReference, result); in isCubeMipmapLinearCompareResultValid()
1007 sampler, prec, Vec2(coords.s, coords.t), 0, fBounds, cmpReference, result); in isCubeMipmapLinearCompareResultValid()
1021 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.s, … in isSeamlessLinearCompareResultValid()
1022 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.t, … in isSeamlessLinearCompareResultValid()
1061 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isSeamlessLinearCompareResultValid()
1083 …reResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec2(coords.s, coords.t)… in isCubeLevelCompareResultValid()
1086 …reResultValid(texture.getLevelFace(levelNdx, coords.face), sampler, prec, Vec2(coords.s, coords.t)… in isCubeLevelCompareResultValid()
1147 const Vec2& fBounds, in isCubeMipmapLinearCompareResultValid()
1201 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isNearestCompareResultValid()
1229 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, level.getWidth()… in isLinearCompareResultValid()
1249 const Vec2 depths (lookupDepth(level, sampler, x0, coordZ, 0), in isLinearCompareResultValid()
1252 …if (isLinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), cmpReference, result, is… in isLinearCompareResultValid()
1280 const Vec2& fBounds, in isNearestMipmapLinearCompareResultValid()
1290 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
1291 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isNearestMipmapLinearCompareResultValid()
1307 …if (isLinearCompareValid(sampler.compare, prec, Vec2(depth0, depth1), fBounds, cmpReference, resul… in isNearestMipmapLinearCompareResultValid()
1322 const Vec2& fBounds, in isLinearMipmapLinearCompareResultValid()
1335 …const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w0, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
1336 …const Vec2 uBounds1 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, w1, coord.x(), p… in isLinearMipmapLinearCompareResultValid()
1348 const Vec2 ptA0 = Vec2(minA0, maxA0); in isLinearMipmapLinearCompareResultValid()
1363 const Vec2 ptA1 = Vec2(minA1, maxA1); in isLinearMipmapLinearCompareResultValid()
1395 const Vec2& fBounds, in isMipmapLinearCompareResultValid()
1405 …mpler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const f… in isTexCompareResultValid()
1452 …ure, level, sampler, getLevelFilter(sampler.minFilter), prec, faceCoords, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
1482 …mpler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const f… in isTexCompareResultValid()
1526 …pler, getLevelFilter(sampler.minFilter), prec, coord.swizzle(0,1), layer, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
1560 const Vec2& lodBounds, in isTexCompareResultValid()
1598 …vel(level+1), sampler, getLevelFilter(sampler.minFilter), prec, coord, 0, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
1630 const Vec2& coord, in isTexCompareResultValid()
1631 const Vec2& lodBounds, in isTexCompareResultValid()
1677 …sampler, getLevelFilter(sampler.minFilter), prec, Vec1(coord.x()), layer, Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
1707 …mpler& sampler, const TexComparePrecision& prec, const Vec4& coord, const Vec2& lodBounds, const f… in isTexCompareResultValid()
1755 … sampler, getLevelFilter(sampler.minFilter), prec, faceCoords, coord.w(), Vec2(minF, maxF), cmpRef… in isTexCompareResultValid()
1788 const Vec2& coord, in isGatherOffsetsCompareResultValid()
1795 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, texture.getWidth… in isGatherOffsetsCompareResultValid()
1796 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, texture.getHeigh… in isGatherOffsetsCompareResultValid()
1836 const Vec2& coord, in isGatherOffsetsCompareResultValid()
1879 …const Vec2 uBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.s, … in isGatherCompareResultValid()
1880 …const Vec2 vBounds = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size, coords.t, … in isGatherCompareResultValid()