| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_packed_float.c | 25 union fu { union 38 union fu fu = { .f = f }; local in function:brw_float_to_vf 42 return fu.s.sign << 7; 44 unsigned mantissa = fu.s.mantissa >> (23 - 4); 45 unsigned exponent = fu.s.exponent - (127 - 3); 46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa; 53 if (fu.u & 0x7ffff || exponent > 7) 62 union fu fu; local in function:brw_vf_to_float [all...] |
| H A D | test_vf_float_conversions.cpp | 50 union fu { union 58 union fu fu; local in function:f2u 59 fu.f = f; 60 return fu.u;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_packed_float.c | 25 union fu { union 38 union fu fu = { .f = f }; local in function:brw_float_to_vf 42 return fu.s.sign << 7; 44 unsigned mantissa = fu.s.mantissa >> (23 - 4); 45 unsigned exponent = fu.s.exponent - (127 - 3); 46 unsigned vf = (fu.s.sign << 7) | (exponent << 4) | mantissa; 53 if (fu.u & 0x7ffff || exponent > 7) 62 union fu fu; local in function:brw_vf_to_float [all...] |
| H A D | test_vf_float_conversions.cpp | 50 union fu { union 58 union fu fu; local in function:f2u 59 fu.f = f; 60 return fu.u;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/isl/ |
| H A D | isl_emit_depth_stencil.c | 190 union { float f; uint32_t u; } fu; local in function:isl_genX 191 fu.f = info->depth_clear_value; 192 clear.DepthClearValue = fu.u;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/isl/ |
| H A D | isl_emit_depth_stencil.c | 302 union { float f; uint32_t u; } fu; local in function:isl_genX 303 fu.f = info->depth_clear_value; 304 clear.DepthClearValue = fu.u;
|
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | glsurfeval.cc | 1084 REAL fu,fv; 1087 fu = (u==global_grid_nu)? global_grid_u1:(global_grid_u0 + u*du); 1089 coord2f(fu,fv);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_ureg.c | 997 } fu; local in function:ureg_DECL_immediate 1001 fu.f[i] = v[i]; 1004 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT32); 1015 } fu; local in function:ureg_DECL_immediate_f64 1020 fu.d[i] = v[i]; 1023 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT64); 1080 } fu; local in function:ureg_DECL_immediate_uint64 1085 fu.u64[i] = v[i]; 1088 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_UINT64); 1099 } fu; local in function:ureg_DECL_immediate_int64 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_ureg.c | 995 } fu; local in function:ureg_DECL_immediate 999 fu.f[i] = v[i]; 1002 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT32); 1013 } fu; local in function:ureg_DECL_immediate_f64 1018 fu.d[i] = v[i]; 1021 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_FLOAT64); 1078 } fu; local in function:ureg_DECL_immediate_uint64 1083 fu.u64[i] = v[i]; 1086 return decl_immediate(ureg, fu.u, nr, TGSI_IMM_UINT64); 1097 } fu; local in function:ureg_DECL_immediate_int64 [all...] |
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| H A D | afhints.c | 595 AF_DUMP(( "Table of %s edges (1px=%.2fu, 10u=%.2fpx):\n", 600 AF_DUMP(( "Table of %s edges (1px=%.2fu, 10u=%.2fpx):\n", 1318 FT_Pos u, ou, fu; /* point position */ local in function:af_glyph_hints_align_strong_points 1342 fu = u; 1443 u = before->pos + FT_MulFix( fu - before->fpos,
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 19.3.0.rst | 1471 - zink/spirv: clean up get_[fu]vec_constant
|