Searched refs:depthErr (Results 1 – 1 of 1) sorted by relevance
1160 …const float depthErr = computeFloatingPointError(coord.z(), prec.coordBits.z()) + computeFixedPoi… in isTexCompareResultValid() local1161 const float minZ = coord.z()-depthErr; in isTexCompareResultValid()1162 const float maxZ = coord.z()+depthErr; in isTexCompareResultValid()1301 …const float depthErr = computeFloatingPointError(coord.z(), prec.coordBits.z()) + computeFixedPoi… in isGatherOffsetsCompareResultValid() local1302 const float minZ = coord.z()-depthErr; in isGatherOffsetsCompareResultValid()1303 const float maxZ = coord.z()+depthErr; in isGatherOffsetsCompareResultValid()