Searched refs:isFormatTypeSnorm (Results 1 – 1 of 1) sorted by relevance
160 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type) in isFormatTypeSnorm() function1130 : isFormatTypeSnorm(m_format.type) ? 2.0f / (float)(maxImageDimension - 1) in iterate()1132 const float storeColorBias = isFormatTypeSnorm(m_format.type) ? -1.0f : 0.0f; in iterate()1348 : isFormatTypeSnorm(m_textureFormat.type) ? 2.0f / (float)(maxImageDimension - 1) in iterate()1350 const float storeColorBias = isFormatTypeSnorm(m_textureFormat.type) ? -1.0f : 0.0f; in iterate()