Searched refs:bi (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c98 struct block_instructions *bi = local in function:push_block
101 if (bi == NULL) {
102 bi = calloc(1, sizeof(struct block_instructions));
104 if (bi == NULL)
108 if (!u_vector_init_pow2(&bi->instructions, 8, sizeof(nir_alu_instr *))) {
109 free(bi);
113 exec_list_push_tail(&bq->blocks, &bi->node);
115 return bi;
119 pop_block(struct block_queue *bq, struct block_instructions *bi) argument
121 u_vector_finish(&bi
127 add_instruction_for_block(struct block_instructions * bi,nir_alu_instr * alu) argument
208 struct block_instructions *bi = push_block(bq); local in function:comparison_pre_block
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_opt_comparison_pre.c98 struct block_instructions *bi = local in function:push_block
101 if (bi == NULL) {
102 bi = calloc(1, sizeof(struct block_instructions));
104 if (bi == NULL)
108 if (!u_vector_init(&bi->instructions,
111 free(bi);
115 exec_list_push_tail(&bq->blocks, &bi->node);
117 return bi;
121 pop_block(struct block_queue *bq, struct block_instructions *bi) argument
123 u_vector_finish(&bi
129 add_instruction_for_block(struct block_instructions * bi,nir_alu_instr * alu) argument
212 struct block_instructions *bi = push_block(bq); local in function:comparison_pre_block
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Daffine-bench.c202 bench (const bench_info_t *bi, argument
216 t = bi->transform;
217 info.op = bi->op;
218 info.src_image = bi->src_image;
219 info.mask_image = bi->mask_image;
220 info.dest_image = bi->dest_image;
240 t.matrix[0][2] = pixman_int_to_fixed (bi->src_x + x);
241 t.matrix[1][2] = pixman_int_to_fixed (bi->src_y);
242 pixman_image_set_transform (bi->src_image, &t);
244 if (bi
330 run_benchmark(const bench_info_t * bi) argument
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfccharset.c377 FcCharSetIter ai, bi; local in function:FcCharSetEqual
384 for (FcCharSetIterStart (a, &ai), FcCharSetIterStart (b, &bi);
385 ai.leaf && bi.leaf;
386 FcCharSetIterNext (a, &ai), FcCharSetIterNext (b, &bi))
388 if (ai.ucs4 != bi.ucs4)
391 if (ai.leaf->map[i] != bi.leaf->map[i])
394 return ai.leaf == bi.leaf;
419 FcCharSetIter ai, bi; local in function:FcCharSetOperate
427 FcCharSetIterStart (b, &bi);
428 while ((ai.leaf || (bonly && bi
519 int ai = 0, bi = 0; local in function:FcCharSetMerge
619 FcCharSetIter ai, bi; local in function:FcCharSetIntersectCount
675 FcCharSetIter ai, bi; local in function:FcCharSetSubtractCount
717 int ai, bi; local in function:FcCharSetIsSubset
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimports.h188 int ai, bi; local in function:IFLOOR
194 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
195 return (ai - bi) >> 1;
197 int ai, bi;
203 u.f = (float) bf; bi = u.i;
204 return (ai - bi) >> 1;
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsTrig.c558 double ai, a1 = 0.0, bi, b1 = 0.0, l, d;
571 bi = 1.0;
573 a1 = (ai + bi) / 2.0;
574 b1 = _XcmsSquareRoot((a1 * bi));
581 bi = b1;
552 double ai, a1 = 0.0, bi, b1 = 0.0, l, d; local in function:_XcmsArcTangent
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c161 BITMAPV4HEADER bi; local in function:winLoadCursor
244 memset(&bi, 0, sizeof(BITMAPV4HEADER));
245 bi.bV4Size = sizeof(BITMAPV4HEADER);
246 bi.bV4Width = pScreenPriv->cursor.sm_cx;
247 bi.bV4Height = -(pScreenPriv->cursor.sm_cy); /* right-side up */
248 bi.bV4Planes = 1;
249 bi.bV4BitCount = 32;
250 bi.bV4V4Compression = BI_BITFIELDS;
251 bi.bV4RedMask = 0x00FF0000;
252 bi
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincursor.c169 BITMAPV4HEADER bi; local in function:winLoadCursor
252 memset (&bi, 0, sizeof (BITMAPV4HEADER));
253 bi.bV4Size = sizeof(BITMAPV4HEADER);
254 bi.bV4Width = pScreenPriv->cursor.sm_cx;
255 bi.bV4Height = -(pScreenPriv->cursor.sm_cy); /* right-side up */
256 bi.bV4Planes = 1;
257 bi.bV4BitCount = 32;
258 bi.bV4V4Compression = BI_BITFIELDS;
259 bi.bV4RedMask = 0x00FF0000;
260 bi
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst371 - pan/bi: Add discard ops
372 - pan/bi: Add ICMP.GL.NEQ op
373 - pan/bi: Move notes on FMA opcodes from disassembler
374 - pan/bi: Introduce CSEL4 class
375 - pan/bi: Move notes on ADD ops to notes file
376 - pan/bi: Decode FMA_SHIFT properly
377 - pan/bi: Add v4i8 mode to FMA_SHIFT
378 - pan/bi: Identify extended FMA opcodes
379 - pan/bi: Decode ADD_SHIFT properly
380 - pan/bi
[all...]
H A D21.0.0.rst286 - pan/bi: Model writemasks correctly
293 - pan/bi: Implement sampler1D
294 - pan/bi: Fix varying writemask handling
295 - pan/bi: Fix off-by-one in RA
296 - pan/bi: Ensure TEXC src0 is not marked SSA
297 - pan/bi: Implement shader-db stats
306 - pan/bi: Allow toggling disassembly verbosity
307 - pan/bi: Space out disassembly
308 - pan/bi: Remove all-0's termination condition
309 - pan/bi
[all...]
H A D21.1.0.rst375 - pan/bi: Fix assertion
376 - pan/bi: Pipe scratch_size in from NIR
377 - pan/bi: Fix 64-bit SSBO addresses
378 - pan/bi: Fix RA of node 0
379 - pan/bi: Fix printing of node 0
382 - pan/bi: Add internal debug flag
383 - pan/bi: Validate format 12 tuple count in disasm
384 - pan/bi: Print FAU index in verbose mode
385 - pan/bi: Refactor PC-relative printing
386 - pan/bi
[all...]
H A D21.3.7.rst43 - pan/bi: Avoid \*FADD.v2f16 hazard in optimizer
44 - pan/bi: Avoid \*FADD.v2f16 hazard in scheduler
45 - pan/bi: Lower swizzles on CSEL.i32/MUX.i32
H A D21.2.2.rst69 - pan/bi: Don't set td in blend shaders
70 - pan/bi: Correct the sr_count on +ST_TILE
71 - pan/bi: Extract load_sample_id to a helper
72 - pan/bi: Set the sample ID for blend shader LD_TILE
73 - pan/bi: Use CLPER_V6 on Mali G31
172 - pan/bi: Extend bi_add_nop_for_atest for tilebuffer loads
H A D20.3.0.rst389 - pan/bi: Separate disasm/compiler targets
392 - pan/bi: Drop use of MALI_POSITIVE
605 - pan/bi: Lower flrp16
606 - pan/bi: Add XML describing the instruction set
607 - pan/bi: Add ISA parser
608 - pan/bi: Add packing generator
609 - pan/bi: Add disassembler generator
610 - pan/bi: Add disassembly prototypes
611 - pan/bi: Add bi_disasm_dest\_\* helpers
612 - pan/bi
[all...]
H A D21.3.0.rst236 - pan/bi: Copy liveness routines back
237 - pan/bi: Copy back add_successor
238 - pan/bi: Copy back bi_foreach_successor
239 - pan/bi: Copy block bi_block
240 - pan/bi: Clean up useless casts
241 - pan/bi: Clean up liveness freeing
242 - pan/bi: Shrink live array to 8-bits
246 - pan/bi: Add explicit cast for lod_or_mode
247 - pan/bi: Remove duplicate NIR compiler options
248 - pan/bi
[all...]
H A D20.2.1.rst48 - pan/bi: Handle vector moves
49 - pan/bi: Fix simple txl test
H A D21.2.0.rst434 - pan/bi: Add missing sr_count to pseudo-atomics
435 - pan/bi: Don't reference uninit source in ATOM_C1
436 - pan/bi: Add simple constant folding pass
437 - pan/bi: Don't reference nir_lower_mediump_outputs
438 - pan/bi: Simplify Python expression
439 - pan/bi: Union modifiers from across variants
440 - pan/bi: Support 16-bit load_interpolated_input
441 - pan/bi: Emit int CSEL instead of float by default
442 - pan/bi: Implement vectorized f32_to_f16
443 - pan/bi
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-xiquerydevice.c198 xXIButtonInfo *bi = (xXIButtonInfo*)any; local in function:reply_XIQueryDevice_data
201 swaps(&bi->num_buttons, n);
203 g_assert(bi->num_buttons == devices.vcp->button->numButtons);
205 len = 2 + bi->num_buttons + bytes_to_int32(bits_to_bytes(bi->num_buttons));
206 g_assert(bi->length == len);
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-xiquerydevice.c232 xXIButtonInfo *bi = (xXIButtonInfo *) any; local in function:reply_XIQueryDevice_data
235 swaps(&bi->num_buttons);
237 assert(bi->num_buttons == devices.vcp->button->numButtons);
239 l = 2 + bi->num_buttons +
240 bytes_to_int32(bits_to_bytes(bi->num_buttons));
241 assert(bi->length == l);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_math.h132 int ai, bi; local in function:util_ifloor
138 __asm__ ("fstps %0" : "=m" (bi) : "t" (bf) : "st");
139 return (ai - bi) >> 1;
141 int ai, bi;
147 u.f = (float) bf; bi = u.i;
148 return (ai - bi) >> 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp438 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next()) local in function:nv50_ir::Function::buildLiveSets
439 BasicBlock::get(bi)->liveSet.marker = false;
448 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next()) local in function:nv50_ir::Function::buildDefSets
449 BasicBlock::get(bi)->liveSet.marker = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp438 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next()) local in function:nv50_ir::Function::buildLiveSets
439 BasicBlock::get(bi)->liveSet.marker = false;
448 for (ArrayList::Iterator bi = allBBlocks.iterator(); !bi.end(); bi.next()) local in function:nv50_ir::Function::buildDefSets
449 BasicBlock::get(bi)->liveSet.marker = false;
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_math.h189 int ai, bi; local in function:util_ifloor
195 u.f = (float) bf; bi = u.i;
196 return (ai - bi) >> 1;
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-matrix.c787 int bi = b[i]; local in function:pixman_f_transform_invert
788 p = src->m[i][0] * (src->m[ai][2] * src->m[bi][1] -
789 src->m[ai][1] * src->m[bi][2]);
806 int bi = b[i]; local in function:pixman_f_transform_invert
809 p = (src->m[ai][aj] * src->m[bi][bj] -
810 src->m[ai][bj] * src->m[bi][aj]);
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dextinit.c693 xXIButtonInfo *bi = (xXIButtonInfo*)any; local in function:SDeviceChangedEvent
694 Atom *labels = (Atom*)((char*)bi + sizeof(xXIButtonInfo) +
695 pad_to_int32(bits_to_bytes(bi->num_buttons)));
696 for (j = 0; j < bi->num_buttons; j++)
698 swaps(&bi->num_buttons, n);

Completed in 21 milliseconds

1234567891011>>