• Home
  • Raw
  • Download

Lines Matching refs:depths

194 								  const Vec2&					depths,  in isLinearCompareValid()  argument
202 const float d0 = depths[0]; in isLinearCompareValid()
203 const float d1 = depths[1]; in isLinearCompareValid()
259 const Vec4& depths, in isBilinearAnyCompareValid() argument
266 const float d0 = depths[0]; in isBilinearAnyCompareValid()
267 const float d1 = depths[1]; in isBilinearAnyCompareValid()
268 const float d2 = depths[2]; in isBilinearAnyCompareValid()
269 const float d3 = depths[3]; in isBilinearAnyCompareValid()
289 const Vec4& depths, in isBilinearPCFCompareValid() argument
300 const float d0 = depths[0]; in isBilinearPCFCompareValid()
301 const float d1 = depths[1]; in isBilinearPCFCompareValid()
302 const float d2 = depths[2]; in isBilinearPCFCompareValid()
303 const float d3 = depths[3]; in isBilinearPCFCompareValid()
362 const Vec4& depths, in isBilinearCompareValid() argument
370 …return isBilinearPCFCompareValid(compareMode, prec, depths, xBounds, yBounds, cmpReference, result… in isBilinearCompareValid()
372 …return isBilinearAnyCompareValid(compareMode, prec, depths, cmpReference, result, isFixedPointDept… in isBilinearCompareValid()
614 const Vec4 depths (lookupDepth(level, sampler, x0, y0, coordZ), in isLinearCompareResultValid() local
619 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isLinearCompareResultValid()
1049 Vec4 depths; in isSeamlessLinearCompareResultValid() local
1050 depths[0] = lookupDepthNoBorder(faces[c00.face], sampler, c00.s, c00.t); in isSeamlessLinearCompareResultValid()
1051 depths[1] = lookupDepthNoBorder(faces[c10.face], sampler, c10.s, c10.t); in isSeamlessLinearCompareResultValid()
1052 depths[2] = lookupDepthNoBorder(faces[c01.face], sampler, c01.s, c01.t); in isSeamlessLinearCompareResultValid()
1053 depths[3] = lookupDepthNoBorder(faces[c11.face], sampler, c11.s, c11.t); in isSeamlessLinearCompareResultValid()
1055 …if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpR… in isSeamlessLinearCompareResultValid()