<aname="l00055"></a>00055 detail::uint32 <aclass="code"href="a00148.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);
<aname="l00068"></a>00068 detail::uint32 <aclass="code"href="a00148.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);
<aname="l00081"></a>00081 detail::uint32 <aclass="code"href="a00148.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);
<aname="l00094"></a>00094 detail::uint32 <aclass="code"href="a00148.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);
<aname="l00107"></a>00107 detail::tvec2<detail::float32><aclass="code"href="a00148.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);
<aname="l00120"></a>00120 detail::tvec2<detail::float32><aclass="code"href="a00148.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);
<aname="l00133"></a>00133 detail::tvec4<detail::float32><aclass="code"href="a00148.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);
<aname="l00146"></a>00146 detail::tvec4<detail::float32><aclass="code"href="a00148.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);
<aname="l00156"></a>00156 <spanclass="keywordtype">double</span><aclass="code"href="a00148.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);
<aname="l00157"></a>00157
<aname="l00165"></a>00165 detail::tvec2<detail::uint32><aclass="code"href="a00148.html#gadfbce841431cb5fb8531469a6c1e01d9"title="Returns a two-component unsigned integer vector representation of v.">unpackDouble2x32</a>(<spanclass="keywordtype">double</span><spanclass="keyword">const</span>& v);
<aname="l00176"></a>00176 <aclass="code"href="a00156.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a><aclass="code"href="a00148.html#ga5f63a9353416d3d240962520d5e77dbc"title="Returns an unsigned integer obtained by converting the components of a two-component floating-point v...">packHalf2x16</a>(<aclass="code"href="a00155.html#ga80139c81aa2687717598312039cea8d1"title="2 components vector of floating-point numbers.">vec2</a><spanclass="keyword">const</span>& v);
<aname="l00186"></a>00186 <aclass="code"href="a00155.html#ga80139c81aa2687717598312039cea8d1"title="2 components vector of floating-point numbers.">vec2</a><aclass="code"href="a00148.html#ga74e86400717e9a83f30ef8610a122daf"title="Returns a two-component floating-point vector with components obtained by unpacking a 32-bit unsigned...">unpackHalf2x16</a>(<aclass="code"href="a00156.html#ga4d16da297112d05af72fc456a1c4f386"title="Unsigned integer type.">uint</a><spanclass="keyword">const</span>& v);