Searched refs:IsFloatFormat (Results 1 – 1 of 1) sorted by relevance
1187 struct IsFloatFormat { struct1214 template<int Format, bool IsFloat = IsFloatFormat<Format>::Value, bool IsHalfFloat = IsHalfFloatFor…1236 …static const int Value = (IsFloatFormat<Format>::Value || IsHalfFloatFormat<Format>::Value) ? Grap…1403 if (!IsFloatFormat<DstFormat>::Value && IsFloatFormat<SrcFormat>::Value) { in convert()1430 …const bool trivialUnpack = (SrcFormat == GraphicsContext3D::DataFormatRGBA8 && !IsFloatFormat<DstF… in convert()