Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp82 float getRepresentableDifferenceUnormPacked(VkFormat format, deUint32 componentNdx) in getRepresentableDifferenceUnormPacked() function
886 …ntableDiff = isVertexFormatPacked(attributeInfo.vkType) ? getRepresentableDifferenceUnormPacked(at… in getGlslAttributeConditions()
947 …return (isVertexFormatPacked(format) ? Vec4(1.5f * getRepresentableDifferenceUnormPacked(format, 0… in getFormatThreshold()
948 1.5f * getRepresentableDifferenceUnormPacked(format, 1), in getFormatThreshold()
949 1.5f * getRepresentableDifferenceUnormPacked(format, 2), in getFormatThreshold()
950 1.5f * getRepresentableDifferenceUnormPacked(format, 3)) in getFormatThreshold()