Searched refs:isFormatTypeUnorm (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp154 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type) function in namespace:deqp::gles31::Functional
1141 const float storeColorScale = isFormatTypeUnorm(m_format.type) ? 1.0f / (float)(maxImageDimension - 1)
1360 const float storeColorScale = isFormatTypeUnorm(m_textureFormat.type) ? 1.0f / (float)(maxImageDimension - 1)

Completed in 84 milliseconds