Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp70 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx);
DvkImageUtil.cpp2380 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffUnorm() function
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp124 return Vec4((componentCount >= 1) ? 1.5f * getRepresentableDiffUnorm(format, 0) : 0.0f, in getFormatThreshold()
125 (componentCount >= 2) ? 1.5f * getRepresentableDiffUnorm(format, 1) : 0.0f, in getFormatThreshold()
126 (componentCount >= 3) ? 1.5f * getRepresentableDiffUnorm(format, 2) : 0.0f, in getFormatThreshold()
127 (componentCount == 4) ? 1.5f * getRepresentableDiffUnorm(format, 3) : 0.0f); in getFormatThreshold()