Searched refs:representableDiff (Results 1 – 2 of 2) sorted by relevance
885 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions() local888 …glslCode << indentStr << "if (abs(" << accessStr << " - clamp((-1.0 + " << representableDiff << " … in getGlslAttributeConditions()890 …glslCode << indentStr << "if (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" <… in getGlslAttributeConditions()894 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions() local897 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "clamp((" << representableDiff << " *… in getGlslAttributeConditions()899 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "(" << representableDiff << " * (" <<… in getGlslAttributeConditions()
992 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions() local995 …glslCode << indentStr << "if (abs(" << accessStr << " - clamp((-1.0 + " << representableDiff << " … in getGlslAttributeConditions()997 …glslCode << indentStr << "if (abs(" << accessStr << " - (-1.0 + " << representableDiff << " * (" <… in getGlslAttributeConditions()1001 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions() local1004 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "clamp((" << representableDiff << " *… in getGlslAttributeConditions()1006 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "(" << representableDiff << " * (" <<… in getGlslAttributeConditions()