Searched refs:fu (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_packed_float.c25 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 Dtest_vf_float_conversions.cpp50 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 Dbrw_packed_float.c25 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 Dtest_vf_float_conversions.cpp50 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 Disl_emit_depth_stencil.c190 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 Disl_emit_depth_stencil.c302 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 Dglsurfeval.cc1084 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 Dtgsi_ureg.c997 } 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 Dtgsi_ureg.c995 } 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 Dafhints.c595 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 D19.3.0.rst1471 - zink/spirv: clean up get_[fu]vec_constant

Completed in 60 milliseconds