Searched refs:getRepresentableDiffSnorm (Results 1 – 3 of 3) sorted by relevance
71 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx);
2387 float getRepresentableDiffSnorm (const VkFormat format, const deUint32 componentNdx) in getRepresentableDiffSnorm() function
117 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()