| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_packed_float.c | 31 unsigned sign:1; member in struct:fu::__anon1dec7bb60108
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_packed_float.c | 31 unsigned sign:1; member in struct:fu::__anon8c8a44690108
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_minifloat.h | 37 float sign = (imm & 0x80) ? -1.0 : 1.0; local in function:agx_minifloat_decode 54 unsigned sign = signbit(f) ? 0x80 : 0; local in function:agx_minifloat_encode
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | half_float.c | 158 float sign = s ? -1.0f : 1.0f; local in function:_mesa_half_to_float
|
| H A D | format_r11g11b10f.h | 63 int sign = (f32.ui >> 16) & 0x8000; local in function:f32_to_uf11 145 int sign = (f32.ui >> 16) & 0x8000; local in function:f32_to_uf10
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_half.h | 53 uint32_t sign; local in function:util_float_to_half
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | arbocclude2.c | 61 static int sign = +1; local in function:Idle
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | condrender.c | 46 static int sign = +1; local in function:Idle
|
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psconv.c | 90 FT_Bool sign = 0; local in function:PS_Conv_Strtol 206 FT_Bool sign = 0; local in function:PS_Conv_ToFixed
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_twoside.c | 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_twoside.c | 40 float sign; /**< +1 or -1 */ member in struct:twoside_stage
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mp.h | 113 unsigned int sign : 1; member in struct:_mpi
|
| H A D | mpr.c | 99 int e, sign; local in function:mpr_setd 345 mpr_docmp(mpr * op1,mpr * op2,int sign) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_fp16_conv.c | 96 nir_ssa_def *sign = nir_iand(b, src, nir_imm_int(b, 0x80000000)); local in function:float_to_half_impl 69 half_rounded(nir_builder * b,nir_ssa_def * value,nir_ssa_def * guard,nir_ssa_def * sticky,nir_ssa_def * sign,nir_rounding_mode mode) argument [all...] |
| H A D | nir_conversion_builder.h | 135 nir_ssa_def *sign = local in function:nir_round_int_to_float
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | Convert.h | 56 uint32_t sign = (val & 0x8000) << 16; local in function:ConvertSmallFloatTo32 85 uint32_t sign, exp, mant; local in function:Convert32ToSmallFloat 162 uint32_t sign, exp, mant; local in function:Convert32To16Float [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_type.h | 102 unsigned sign:1; member in struct:lp_type [all...] |
| H A D | lp_bld_format_float.c | 206 LLVMValueRef sign; local in function:lp_build_float_to_smallfloat 291 LLVMValueRef wasinfnan, tmp, res, shift, maskabs, srcabs, sign; local in function:lp_build_smallfloat_to_float [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/memory/ |
| H A D | Convert.h | 56 uint32_t sign = (val & 0x8000) << 16; local in function:ConvertSmallFloatTo32 85 uint32_t sign, exp, mant; local in function:Convert32ToSmallFloat 162 uint32_t sign, exp, mant; local in function:Convert32To16Float [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_type.h | 102 unsigned sign:1; member in struct:lp_type [all...] |
| H A D | lp_bld_format_float.c | 206 LLVMValueRef sign; local in function:lp_build_float_to_smallfloat 291 LLVMValueRef wasinfnan, tmp, res, shift, maskabs, srcabs, sign; local in function:lp_build_smallfloat_to_float [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | format_r11g11b10f.h | 63 int sign = (f32.ui >> 16) & 0x8000; local in function:f32_to_uf11 145 int sign = (f32.ui >> 16) & 0x8000; local in function:f32_to_uf10
|
| /xsrc/external/mit/glu/dist/src/libtess/ |
| H A D | render.c | 376 int sign = 0; local in function:ComputeNormal 447 int sign; local in function:__gl_renderCache [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_lower_int_cubemap_to_array.c | 74 nir_ssa_def *sign = nir_fsign(b, coord->rx); local in function:evaluate_face_x 88 nir_ssa_def *sign = nir_fsign(b, coord->ry); local in function:evaluate_face_y 102 nir_ssa_def *sign = nir_fsign(b, coord->rz); local in function:evaluate_face_z
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_texture.h | 107 float sign = 1.0; local in function:lima_fixed8_to_float
|