Searched refs:getRepresentableDiffSnorm (Results 1 – 3 of 3) sorted by relevance
78 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx);
3670 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffSnorm() function
541 return Vec4((componentCount >= 1) ? 1.5f * getRepresentableDiffSnorm(m_format, 0) : 0.0f, in getFormatThreshold()542 (componentCount >= 2) ? 1.5f * getRepresentableDiffSnorm(m_format, 1) : 0.0f, in getFormatThreshold()543 (componentCount >= 3) ? 1.5f * getRepresentableDiffSnorm(m_format, 2) : 0.0f, in getFormatThreshold()544 (componentCount == 4) ? 1.5f * getRepresentableDiffSnorm(m_format, 3) : 0.0f); in getFormatThreshold()