Home | History | Annotate | Download | only in functional

Lines Matching refs:ChannelType

134 static inline bool isFormatTypeUnsignedInteger (TextureFormat::ChannelType type)
141 static inline bool isFormatTypeSignedInteger (TextureFormat::ChannelType type)
148 static inline bool isFormatTypeInteger (TextureFormat::ChannelType type)
153 static inline bool isFormatTypeUnorm (TextureFormat::ChannelType type)
160 static inline bool isFormatTypeSnorm (TextureFormat::ChannelType type)
236 static inline string getShaderSamplerOrImageType (TextureFormat::ChannelType formatType, TextureType textureType, bool isSampler)
252 static inline string getShaderImageType (TextureFormat::ChannelType formatType, TextureType imageType)
257 static inline string getShaderSamplerType (TextureFormat::ChannelType formatType, TextureType imageType)
1291 template <TextureFormat::ChannelType
1301 template <TextureFormat::ChannelType ImageFormatType, typename TcuFloatType, typename TcuFloatTypeStorageType>