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