| /xsrc/external/mit/MesaLib/dist/src/util/ |
| half_float.h | 122 struct float16_t { struct 124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} function in struct:float16_t 125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} function in struct:float16_t 126 float16_t(uint16_t raw_bits) : bits(raw_bits) {} function in struct:float16_t 127 static float16_t one() { return float16_t(FP16_ONE); } 128 static float16_t zero() { return float16_t(FP16_ZERO); }
|
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| nir_constant_expressions.c | 210 typedef float float16_t; typedef 219 float16_t x; 220 float16_t y; 221 float16_t z; 222 float16_t w; 327 float16_t dst = src0; 343 float16_t dst = src0; 4736 float16_t dst = src0; 4752 float16_t dst = src0; 4768 float16_t dst = src0 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| builtin_type_macros.h | 46 DECL_VEC_TYPE(float16_t, f16vec, GLSL_TYPE_FLOAT16, GL_FLOAT16, _NV)
|
| glsl_types.cpp | 655 VECN(components, float16_t, f16vec)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| builtin_type_macros.h | 46 DECL_VEC_TYPE(float16_t, f16vec, GLSL_TYPE_FLOAT16, GL_FLOAT16, _NV)
|
| glsl_types.cpp | 608 VECN(components, float16_t, f16vec)
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| nir_constant_expressions.c | 242 typedef float float16_t; typedef 251 float16_t x; 252 float16_t y; 253 float16_t z; 254 float16_t w; 255 float16_t e; 256 float16_t f; 257 float16_t g; 258 float16_t h; 259 float16_t i [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| loop_analysis.cpp | 183 iter = new(mem_ctx) ir_constant(float16_t(float(iter_value + bias[i])));
|
| opt_algebraic.cpp | 986 one = new(mem_ctx) ir_constant(float16_t::one(), op2_components);
|
| ir.h | 2238 ir_constant(float16_t f16, unsigned vector_elements=1);
|
| ir.cpp | 725 ir_constant::ir_constant(float16_t f16, unsigned vector_elements)
|
| lower_instructions.cpp | 1538 return new(mem_ctx) ir_constant(float16_t(f), vector_elements);
|