Lines Matching full:depths
171 const Vec2& depths,
179 const float d0 = depths[0];
180 const float d1 = depths[1];
236 const Vec4& depths,
243 const float d0 = depths[0];
244 const float d1 = depths[1];
245 const float d2 = depths[2];
246 const float d3 = depths[3];
266 const Vec4& depths,
277 const float d0 = depths[0];
278 const float d1 = depths[1];
279 const float d2 = depths[2];
280 const float d3 = depths[3];
339 const Vec4& depths,
347 return isBilinearPCFCompareValid(compareMode, prec, depths, xBounds, yBounds, cmpReference, result, isFixedPointDepth);
349 return isBilinearAnyCompareValid(compareMode, prec, depths, cmpReference, result, isFixedPointDepth);
591 const Vec4 depths (level.getPixDepth(x0, y0, coordZ),
596 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
1026 Vec4 depths;
1027 depths[0] = faces[c00.face].getPixDepth(c00.s, c00.t);
1028 depths[1] = faces[c10.face].getPixDepth(c10.s, c10.t);
1029 depths[2] = faces[c01.face].getPixDepth(c01.s, c01.t);
1030 depths[3] = faces[c11.face].getPixDepth(c11.s, c11.t);
1032 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))