Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp96 float getRepresentableDifferenceSnormPacked(VkFormat format, deUint32 componentNdx) in getRepresentableDifferenceSnormPacked() function
877 …ntableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDifferenceSnormPacked(at… in getGlslAttributeConditions()
939 …return (isVertexFormatPacked(format) ? Vec4(1.5f * getRepresentableDifferenceSnormPacked(format, 0… in getFormatThreshold()
940 1.5f * getRepresentableDifferenceSnormPacked(format, 1), in getFormatThreshold()
941 1.5f * getRepresentableDifferenceSnormPacked(format, 2), in getFormatThreshold()
942 1.5f * getRepresentableDifferenceSnormPacked(format, 3)) in getFormatThreshold()