Home
last modified time | relevance | path

Searched refs:ToPackedUnorm8 (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/common/
Dmathutil.h844 inline uint8_t ToPackedUnorm8(float f) in ToPackedUnorm8() function
862 bits[0] = priv::ToPackedUnorm8(f1); in PackUnorm4x8()
863 bits[1] = priv::ToPackedUnorm8(f2); in PackUnorm4x8()
864 bits[2] = priv::ToPackedUnorm8(f3); in PackUnorm4x8()
865 bits[3] = priv::ToPackedUnorm8(f4); in PackUnorm4x8()