Searched refs:getRepresentableDiffUnorm (Results 1 – 3 of 3) sorted by relevance
70 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx);
2380 float getRepresentableDiffUnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffUnorm() function
124 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()