Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp71 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx);
DvkImageUtil.cpp2387 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffSnorm() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp117 return Vec4((componentCount >= 1) ? 1.5f * getRepresentableDiffSnorm(format, 0) : 0.0f, in getFormatThreshold()
118 (componentCount >= 2) ? 1.5f * getRepresentableDiffSnorm(format, 1) : 0.0f, in getFormatThreshold()
119 (componentCount >= 3) ? 1.5f * getRepresentableDiffSnorm(format, 2) : 0.0f, in getFormatThreshold()
120 (componentCount == 4) ? 1.5f * getRepresentableDiffSnorm(format, 3) : 0.0f); in getFormatThreshold()