Searched refs:b0 (Results 1 - 25 of 30) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfast_urem_by_const.h54 * Let b = b0 + 2^32 * b1. Then a * b = a * b0 + 2^32 * a * b1. We would
60 uint32_t b0 = (uint32_t) b;
62 return ((((uint64_t) a * b0) >> 32) + (uint64_t) a * b1) >> 32;
H A Dsoftfloat.c798 uint32_t a32, a0, b32, b0; local in function:_mesa_softfloat_mul_f64_to_f128_m
804 b0 = b;
805 z0 = (uint64_t) a0 * b0;
806 mid1 = (uint64_t) a32 * b0;
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datiwonder.c98 pATIHW->b0 = ATIGetExtReg(0xB0U);
148 ATIModifyExtReg(pATI, 0xB0U, -1, 0x00U, pATIHW->b0);
H A Datistruct.h102 b0, b1, b2, b3, b5, b6, b8, b9, ba, bd, be, bf; member in struct:_ATIHWRec
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c244 float a0, b0, a1, a2, b2, a3; local in function:nv10_get_spot_coeff
250 b0 = 1 / (1 + 0.273 * e);
262 k[0] = MAX2(0, a0 + b0 * cutoff);
271 k[0] = b0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tnl.c244 float a0, b0, a1, a2, b2, a3; local in function:nv10_get_spot_coeff
250 b0 = 1 / (1 + 0.273 * e);
262 k[0] = MAX2(0, a0 + b0 * cutoff);
271 k[0] = b0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/rtasm/
H A Dx86sse.c55 static void emit_1b( struct x86_function *p, char b0 ) argument
58 *csr = b0;
67 static void emit_1ub( struct x86_function *p, unsigned char b0 ) argument
70 *csr++ = b0;
73 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) argument
76 *csr++ = b0;
80 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) argument
83 *csr++ = b0;
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/rtasm/
H A Dx86sse.c56 static void emit_1b( struct x86_function *p, char b0 ) argument
59 *csr = b0;
68 static void emit_1ub( struct x86_function *p, unsigned char b0 ) argument
71 *csr++ = b0;
74 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) argument
77 *csr++ = b0;
81 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) argument
84 *csr++ = b0;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h1189 int b0 = stbtt__buf_get8(b); local in function:stbtt__cff_int
1190 if (b0 >= 32 && b0 <= 246) return b0 - 139;
1191 else if (b0 >= 247 && b0 <= 250) return (b0 - 247)*256 + stbtt__buf_get8(b) + 108;
1192 else if (b0 >= 251 && b0 <= 254) return -(b0
1200 int v, b0 = stbtt__buf_peek8(b); local in function:stbtt__cff_skip_operand
1980 int in_header = 1, maskbits = 0, subr_stack_height = 0, sp = 0, v, i, b0; local in function:stbtt__run_charstring
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h1189 int b0 = stbtt__buf_get8(b); local in function:stbtt__cff_int
1190 if (b0 >= 32 && b0 <= 246) return b0 - 139;
1191 else if (b0 >= 247 && b0 <= 250) return (b0 - 247)*256 + stbtt__buf_get8(b) + 108;
1192 else if (b0 >= 251 && b0 <= 254) return -(b0
1200 int v, b0 = stbtt__buf_peek8(b); local in function:stbtt__cff_skip_operand
1980 int in_header = 1, maskbits = 0, subr_stack_height = 0, sp = 0, v, i, b0; local in function:stbtt__run_charstring
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c146 #define setup(i,b0,b1,r0,r1) \
148 b0 = ((int)t) & (B-1); \
149 b1 = (b0+1) & (B-1); \
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_pack_color.h628 pack_ub4(ubyte b0, ubyte b1, ubyte b2, ubyte b3) argument
630 return ((((unsigned int)b0) << 0) |
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_pack_color.h637 pack_ub4(ubyte b0, ubyte b1, ubyte b2, ubyte b3) argument
639 return ((((unsigned int)b0) << 0) |
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c432 FT_Int b0, b1, b2; local in function:triplet_decode
479 b0 = flag - 20;
482 1 + ( b0 & 0x30 ) + ( b1 >> 4 ) );
484 1 + ( ( b0 & 0x0c ) << 2 ) + ( b1 & 0x0f ) );
488 b0 = flag - 84;
490 1 + ( ( b0 / 12 ) << 8 ) + in[triplet_index] );
492 1 + ( ( ( b0 % 12 ) >> 2 ) << 8 ) +
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp358 const bc_alu &b0 = l->bc; local in function:r600_sb::expr_handler::ops_equal
361 if (b0.op != b1.op)
364 unsigned src_count = b0.op_ptr->src_count;
366 if (b0.index_mode != b1.index_mode)
369 if (b0.clamp != b1.clamp || b0.omod != b1.omod)
373 const bc_alu_src &s0 = b0.src[s];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_expr.cpp358 const bc_alu &b0 = l->bc; local in function:r600_sb::expr_handler::ops_equal
361 if (b0.op != b1.op)
364 unsigned src_count = b0.op_ptr->src_count;
366 if (b0.index_mode != b1.index_mode)
369 if (b0.clamp != b1.clamp || b0.omod != b1.omod)
373 const bc_alu_src &s0 = b0.src[s];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c189 static void emit_1b( struct x86_function *p, char b0 ) argument
192 *csr = b0;
201 static void emit_1ub( struct x86_function *p, unsigned char b0 ) argument
204 *csr++ = b0;
207 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) argument
210 *csr++ = b0;
214 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) argument
217 *csr++ = b0;
/xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/reference/
H A Dafuc_test.asm68 breq $04, b0, #l002
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c189 static void emit_1b( struct x86_function *p, char b0 ) argument
192 *csr = b0;
201 static void emit_1ub( struct x86_function *p, unsigned char b0 ) argument
204 *csr++ = b0;
207 static void emit_2ub( struct x86_function *p, unsigned char b0, unsigned char b1 ) argument
210 *csr++ = b0;
214 static void emit_3ub( struct x86_function *p, unsigned char b0, unsigned char b1, unsigned char b2 ) argument
217 *csr++ = b0;
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_regs.h14 struct { volatile unsigned char b0, b1, b2, b3; } bytes; member in struct:np_dcb::__anone6b255800208
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/mme/
H A Dcomc597.mme.h94 #define MME_BITS(en,pm,pr,o0,d0,a0,b0,i0,o1,d1,a1,b1,i1,m0,e0,m1,e1) \
101 (((i0) & 3) << 30 | (b0) << 25 | (a0) << 20 | (d0) << 15 | (o0) << 10 | \
104 #define MME_INSN(en,o0,d0,a0,b0,i0,m0,e0,o1,d1,a1,b1,i1,m1,e1) \
107 NV_MME_REG_##a0, NV_MME_REG_##b0, (i0), \
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpgmdump2.c213 U(hdr, 0098, 00b0);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcompiler.h78 #define B(b0, b1, b2, b3) (b[b0] | (b[b1] << 8) | (b[b2] << 16) | (b[b3] << 24))
/xsrc/external/mit/MesaLib/dist/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm120 breq $04, b0, #euclid_exit
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dpa_avx.cpp796 // v2 -> a2 a5 b0 b3 b6 c1 c4 c7
855 // v1 -> a1 a4 a7 aA aD b0 b3 b6 b9 bC bF c2 c5 c8 cB cE
921 // v1 -> a1 a4 a7 aA aD b0 b3 b6 b9 bC bF c2 c5 c8 cB cE
1111 simdscalar b0 = b[i]; local in function:PaTriStrip1
1121 s = _simd_permute2f128_ps(a0, b0, 0x21);
1156 // v2 -> a2 a2 a4 a4 a6 a6 a8 a8 aA aA aC aC aE aE b0 b0
1169 simd16scalar perm1 = _simd16_permute2f128_ps(tempb, tempb, 0x39); // (0 3 2 1) = 00 11 10 01 // b4 b5 b6 b7 b8 b9 bA bB bC bD bE bF b0 b1 b2 b3
1171 simd16scalar blend = _simd16_blend_ps(perm0, perm1, mask0); // a4 a5 a6 a7 a8 a9 aA aB aC aD aE aF b0 b1 b2 b3
1172 simd16scalar shuff = _simd16_shuffle_ps(tempa, blend, _MM_SHUFFLE(1, 0, 3, 2)); // a2 a3 a4 a5 a6 a7 a8 a9 aA aB aC aD aE aF b0 b
1392 simdscalar b0 = b[i]; local in function:PaTriFan1
1577 simdscalar b0 = b[i]; local in function:PaQuadList1
[all...]

Completed in 53 milliseconds

12