<ahref="a00032.html">Go to the documentation of this file.</a><divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> </div>
<divclass="line"><aname="l00055"></a><spanclass="lineno"> 55</span>  detail::uint32 <aclass="code"href="a00135.html#gae4cbe68e49e238fce5bf83c2ab03746c"title="First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...">packUnorm2x16</a>(detail::tvec2<detail::float32><spanclass="keyword">const</span>& v);</div>
<divclass="line"><aname="l00068"></a><spanclass="lineno"> 68</span>  detail::uint32 <aclass="code"href="a00135.html#ga85552b13309c20c90a43fcf4906e6314"title="First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...">packSnorm2x16</a>(detail::tvec2<detail::float32><spanclass="keyword">const</span>& v);</div>
<divclass="line"><aname="l00081"></a><spanclass="lineno"> 81</span>  detail::uint32 <aclass="code"href="a00135.html#ga58d4ebc6f2824dcbcef73e3764339ea4"title="First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...">packUnorm4x8</a>(detail::tvec4<detail::float32><spanclass="keyword">const</span>& v);</div>
<divclass="line"><aname="l00094"></a><spanclass="lineno"> 94</span>  detail::uint32 <aclass="code"href="a00135.html#gaa9d1bf79e69382e55eb3adf51f978afd"title="First, converts each component of the normalized floating-point value v into 8- or 16-bit integer val...">packSnorm4x8</a>(detail::tvec4<detail::float32><spanclass="keyword">const</span>& v);</div>
<divclass="line"><aname="l00107"></a><spanclass="lineno"> 107</span>  detail::tvec2<detail::float32><aclass="code"href="a00135.html#gad146587dbc78ae05c48b8b0e7af7e640"title="First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.">unpackUnorm2x16</a>(detail::uint32 <spanclass="keyword">const</span>& p);</div>
<divclass="line"><aname="l00120"></a><spanclass="lineno"> 120</span>  detail::tvec2<detail::float32><aclass="code"href="a00135.html#gaaf9e09346412610f361fa17a1e502090"title="First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.">unpackSnorm2x16</a>(detail::uint32 <spanclass="keyword">const</span>& p);</div>
<divclass="line"><aname="l00133"></a><spanclass="lineno"> 133</span>  detail::tvec4<detail::float32><aclass="code"href="a00135.html#gaeccbff725476f317b1464a0a0fae3be7"title="First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.">unpackUnorm4x8</a>(detail::uint32 <spanclass="keyword">const</span>& p);</div>
<divclass="line"><aname="l00146"></a><spanclass="lineno"> 146</span>  detail::tvec4<detail::float32><aclass="code"href="a00135.html#ga014513c3f058e755660f702b65559215"title="First, unpacks a single 32-bit unsigned integer p into a pair of 16-bit unsigned integers, four 8-bit unsigned integers, or four 8-bit signed integers.">unpackSnorm4x8</a>(detail::uint32 <spanclass="keyword">const</span>& p);</div>
<divclass="line"><aname="l00156"></a><spanclass="lineno"> 156</span> <spanclass="keywordtype">double</span><aclass="code"href="a00135.html#gab7776e189f8fb8210dbaf4685f9d400a"title="Returns a double-precision value obtained by packing the components of v into a 64-bit value...">packDouble2x32</a>(detail::tvec2<detail::uint32><spanclass="keyword">const</span>& v);</div>
<divclass="line"><aname="l00175"></a><spanclass="lineno"> 175</span> <aclass="code"href="a00143.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a><aclass="code"href="a00135.html#ga5f63a9353416d3d240962520d5e77dbc"title="Returns an unsigned integer obtained by converting the components of a two-component floating-point v...">packHalf2x16</a>(<aclass="code"href="a00142.html#ga80139c81aa2687717598312039cea8d1"title="2 components vector of floating-point numbers.">vec2</a><spanclass="keyword">const</span>& v);</div>
<divclass="line"><aname="l00185"></a><spanclass="lineno"> 185</span> <aclass="code"href="a00142.html#ga80139c81aa2687717598312039cea8d1"title="2 components vector of floating-point numbers.">vec2</a><aclass="code"href="a00135.html#ga74e86400717e9a83f30ef8610a122daf"title="Returns a two-component floating-point vector with components obtained by unpacking a 32-bit unsigned...">unpackHalf2x16</a>(<aclass="code"href="a00143.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a><spanclass="keyword">const</span>& v);</div>