Searched refs:getRepresentableDiffUnorm (Results 1 – 3 of 3) sorted by relevance
77 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx);
3663 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffUnorm() function
548 return Vec4((componentCount >= 1) ? 1.5f * getRepresentableDiffUnorm(m_format, 0) : 0.0f, in getFormatThreshold()549 (componentCount >= 2) ? 1.5f * getRepresentableDiffUnorm(m_format, 1) : 0.0f, in getFormatThreshold()550 (componentCount >= 3) ? 1.5f * getRepresentableDiffUnorm(m_format, 2) : 0.0f, in getFormatThreshold()551 (componentCount == 4) ? 1.5f * getRepresentableDiffUnorm(m_format, 3) : 0.0f); in getFormatThreshold()