Searched refs:representableDiff (Results 1 – 1 of 1) sorted by relevance
877 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions() local880 …glslCode << indentStr << "if (abs(" << accessStr << " - clamp((-1.0 + " << representableDiff << " … in getGlslAttributeConditions()882 …glslCode << indentStr << "if (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" <… in getGlslAttributeConditions()886 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions() local889 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "clamp((" << representableDiff << " *… in getGlslAttributeConditions()891 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "(" << representableDiff << " * (" <<… in getGlslAttributeConditions()