• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:point

28 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
30 /// @defgroup core_func_packing Floating-Point Pack and Unpack Functions
47 …/// First, converts each component of the normalized floating-point value v into 8- or 16-bit inte…
50 /// The conversion for component c of v to fixed point is done as follows:
57 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
60 …/// First, converts each component of the normalized floating-point value v into 8- or 16-bit inte…
63 /// The conversion for component c of v to fixed point is done as follows:
70 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
73 …/// First, converts each component of the normalized floating-point value v into 8- or 16-bit inte…
76 /// The conversion for component c of v to fixed point is done as follows:
83 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
86 …/// First, converts each component of the normalized floating-point value v into 8- or 16-bit inte…
89 /// The conversion for component c of v to fixed point is done as follows:
96 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
100 …/// Then, each component is converted to a normalized floating-point value to generate the returne…
102 /// The conversion for unpacked fixed-point value f to floating point is done as follows:
109 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
113 …/// Then, each component is converted to a normalized floating-point value to generate the returne…
115 /// The conversion for unpacked fixed-point value f to floating point is done as follows:
122 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
126 …/// Then, each component is converted to a normalized floating-point value to generate the returne…
128 /// The conversion for unpacked fixed-point value f to floating point is done as follows:
135 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
139 …/// Then, each component is converted to a normalized floating-point value to generate the returne…
141 /// The conversion for unpacked fixed-point value f to floating point is done as follows:
148 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
152 …/// If an IEEE 754 Inf or NaN is created, it will not signal, and the resulting floating point val…
158 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
167 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
170 …an unsigned integer obtained by converting the components of a two-component floating-point vector
171 /// to the 16-bit floating-point representation found in the OpenGL Specification,
177 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…
180 …/// Returns a two-component floating-point vector with components obtained by unpacking a 32-bit u…
181 …/// interpreting those values as 16-bit floating-point numbers according to the OpenGL Specificati…
182 /// and converting them to 32-bit floating-point values.
187 …c/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.4 Floating-Point Pack and Unpack Fu…