Home
last modified time | relevance | path

Searched refs:representableDiff (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp877 …const float representableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDiffe… in getGlslAttributeConditions() local
880 …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() local
889 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "clamp((" << representableDiff << " *… in getGlslAttributeConditions()
891 …glslCode << indentStr << "if (abs(" << accessStr << " - " << "(" << representableDiff << " * (" <<… in getGlslAttributeConditions()