| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | eventconvert.h | 31 #define FP1616(integral, frac) ((integral) * (1 << 16) + (frac) * (1 << 16))
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 114 unsigned frac = var->data.location_frac; local in function:create_new_io_vars 115 old_vars[loc][frac] = var; 125 unsigned frac = 0; local in function:create_new_io_vars 126 while (frac < 4) { 127 nir_variable *first_var = old_vars[loc][frac]; 129 frac++; 133 int first = frac; 136 while (frac < 4) { 137 nir_variable *var = old_vars[loc][frac]; 153 assert(old_vars[loc][frac [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shaderio.h | 80 unsigned frac, unsigned components, tgsi_interpolate_mode interpolate, 96 void update_mask(int additional_comps, int frac); 122 unsigned frac, unsigned components, tgsi_interpolate_mode interpolate, 145 ShaderInput& input(size_t driver_loc, int frac);
|
| H A D | sfn_shaderio.cpp | 113 unsigned frac, unsigned components, 118 m_location_frac(frac), 124 m_mask(((1 << components) - 1) << frac) 213 void ShaderInputVarying::update_mask(int additional_comps, int frac) argument 215 m_mask |= ((1 << additional_comps) - 1) << frac; 300 unsigned frac, unsigned components, tgsi_interpolate_mode interpolate, 302 ShaderInputVarying(_name, sid, driver_location,frac, components, interpolate, interp_loc), 412 ShaderInput& ShaderIO::input(size_t driver_loc, int frac) argument 112 ShaderInputVarying(tgsi_semantic _name,int sid,unsigned driver_location,unsigned frac,unsigned components,tgsi_interpolate_mode interpolate,tgsi_interpolate_loc interp_loc) argument 299 ShaderInputColor(tgsi_semantic _name,int sid,unsigned driver_location,unsigned frac,unsigned components,tgsi_interpolate_mode interpolate,tgsi_interpolate_loc interp_loc) argument
|
| H A D | sfn_vertexstageexport.h | 31 unsigned frac; member in struct:r600::VertexStageExportBase::store_loc
|
| H A D | sfn_vertexstageexport.cpp | 169 write_mask = nir_intrinsic_write_mask(instr) << store_info.frac; 171 swizzle[i] = ((1 << i) & write_mask) ? i - store_info.frac : 7; 222 int write_mask = nir_intrinsic_write_mask(instr) << store_info.frac; 225 swizzle[i] = ((1 << i) & write_mask) ? i - store_info.frac : 7;
|
| H A D | sfn_value_gpr.cpp | 273 GPRArray::GPRArray(int base, int size, int mask, int frac): argument 277 m_frac(frac)
|
| H A D | sfn_value_gpr.h | 126 GPRArray(int base, int size, int comp_mask, int frac);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_minifloat.h | 57 /* frac is in [0.5, 1) and f = frac * 2^exp */ 59 float frac = frexpf(f, &exp); local in function:agx_minifloat_encode 62 unsigned mantissa = (frac * 32.0);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 168 for (unsigned frac = 0; frac < 4; frac++) { local in function:get_flat_type 169 nir_variable *var = old_vars[*loc][frac]; 219 unsigned frac = var->data.location_frac; local in function:create_new_io_vars 220 old_vars[get_slot(var)][frac] = var; 230 unsigned frac = 0; local in function:create_new_io_vars 231 while (frac < 4) { 232 nir_variable *first_var = old_vars[loc][frac]; 234 frac [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-filter.c | 252 double frac = step / 2.0 + i * step; local in function:create_1d_filter 262 x1 = ceil (frac - width / 2.0 - 0.5); 268 double pos = x + 0.5 - frac; 356 * frac is given by: 358 * ceil (frac - width / 2.0 - 0.5) + 0.5 - frac 360 * We have to find the frac that minimizes this expression. 364 * ceil (frac - width / 2.0 - 0.5) + 0.5 - frac 365 * = ceil (frac) 418 double frac, pos; local in function:gnuplot_filter [all...] |
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-xiquerydevice.c | 202 swapl(&si->increment.frac); 218 assert(si->increment.frac > 0.3 * (1ULL << 32)); 219 assert(si->increment.frac < 0.6 * (1ULL << 32)); 250 swapl(&vi->min.frac); 252 swapl(&vi->max.frac); 266 assert(vi->min.frac == 0); 268 assert(vi->max.frac == 0);
|
| H A D | protocol-eventconvert.c | 115 vo.frac = value->frac; 118 swapl(&vo.frac); 122 assert(vi.frac == vo.frac); 129 vo.frac = raw_value->frac; 132 swapl(&vo.frac); 136 assert(vi.frac == vo.frac); [all...] |
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-eventconvert.c | 98 vi.frac = in->valuators.data_frac[i]; 101 vo.frac = value->frac; 106 swapl(&vo.frac, n); 110 g_assert(vi.frac == vo.frac); 115 vi.frac = in->valuators.data_raw_frac[i]; 118 vo.frac = raw_value->frac; 123 swapl(&vo.frac, [all...] |
| H A D | protocol-xiquerydevice.c | 216 swapl(&vi->min.frac, n); 218 swapl(&vi->max.frac, n); 229 g_assert(vi->min.frac == 0); 231 g_assert(vi->max.frac == 0);
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | xiquerydevice.c | 349 info->min.frac = 0; 351 info->max.frac = 0; 353 info->value.frac = (int)(v->axisVal[axisnumber] * (1 << 16) * (1 << 16)); 373 swapl(&info->min.frac, n); 375 swapl(&info->max.frac, n);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | eventconvert.c | 446 info->min.frac = 0; 448 info->max.frac = 0; 451 info->value.frac = 0; 612 axisval->frac = ev->valuators.data_frac[i]; 654 axisval->frac = ev->valuators.data_frac[i]; 656 (axisval + nvals)->frac = ev->valuators.data_raw_frac[i];
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | xiquerydevice.c | 367 info->min.frac = 0; 369 info->max.frac = 0; 389 swapl(&info->min.frac); 391 swapl(&info->max.frac); 393 swapl(&info->value.frac); 445 swapl(&info->increment.frac);
|
| H A D | extinit.c | 666 swapl(&ai->min.frac); 668 swapl(&ai->max.frac); 799 swapl(&values->frac); 802 swapl(&values->frac); 845 swapl(&to->dx.frac); 847 swapl(&to->dy.frac);
|
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_formats.c | 47 int frac = random() % (WIDTH * HEIGHT); local in function:color 48 p = x * y >= frac;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | nir_to_tgsi.c | 190 ntt_output_decl(struct ntt_compile *c, nir_intrinsic_instr *instr, uint32_t *frac) argument 194 *frac = nir_intrinsic_component(instr); 206 *frac = 2; /* z write is the to the .z channel in TGSI */ 209 *frac = 1; 222 uint32_t usage_mask = ntt_tgsi_usage_mask(*frac, 253 write_mask = ((1 << instr->num_components) - 1) << *frac; 257 if (*frac >= 2) 260 write_mask = write_mask << *frac; 301 uint32_t frac; local in function:ntt_try_store_in_tgsi_output 302 *dst = ntt_output_decl(c, intr, &frac); 1306 ntt_shift_by_frac(struct ureg_src src,unsigned frac,unsigned num_components) argument 1671 uint32_t frac = nir_intrinsic_component(instr); local in function:ntt_emit_load_input 1784 uint32_t frac; local in function:ntt_emit_store_output 1815 uint32_t frac; local in function:ntt_emit_load_output [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | rnndec.c | 103 uint32_t frac = val & 0x3ff; local in function:float16i 107 if (frac) { 109 int shift = __builtin_clz(frac) - 21; 110 frac <<= shift; 118 return sign | 0x7f800000 | (frac << 13); 121 return sign | ((expn + 127 - 15) << 23) | (frac << 13);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 62 frac(float f) function in typeref:typename:float 207 u = frac(s); 286 *w = frac(u); 298 *w = frac(u); 313 *w = frac(u); 326 *w = frac(u); 342 u = frac(s); 363 *w = (no_mirror) ? frac(u) : frac(1.0f - u); 377 *w = frac( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 62 frac(float f) function in typeref:typename:float 207 u = frac(s); 286 *w = frac(u); 298 *w = frac(u); 313 *w = frac(u); 326 *w = frac(u); 339 u = frac(s); 349 *w = frac(u); 363 *w = frac(u); 381 *w = frac( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | program_lexer.l | 165 frac "."[0-9]+ 320 {num}?{frac}{exp}? {
|