| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| H A D | Layout.c | 500 XF86ConfAdjacencyPtr adj; local in function:xf86validateLayout 507 adj = layout->lay_adjacency_lst; 508 while (adj) 511 screen = xf86findScreen (adj->adj_screen_str, p->conf_screen_lst); 515 adj->adj_screen_str, layout->lay_identifier); 519 adj->adj_screen = screen; 521 adj = adj->list.next;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| H A D | Layout.c | 486 XF86ConfAdjacencyPtr adj; local in function:xf86validateLayout 492 adj = layout->lay_adjacency_lst; 493 while (adj) { 495 screen = xf86findScreen(adj->adj_screen_str, p->conf_screen_lst); 498 adj->adj_screen_str, 503 adj->adj_screen = screen; 505 adj = adj->list.next;
|
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mp.c | 287 int adj; local in function:mp_lshift 292 adj = (bits + (BNSBITS - i)) / BNSBITS; 293 size += adj; 302 if (adj) 317 int adj = 0; local in function:mp_rshift 332 adj = (bits + i) / BNSBITS; 333 if (size - adj == 0) { 346 if (adj) 352 return (size - adj);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_point.c | 341 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local in function:try_setup_point 382 bbox.y0 = (y0 + (FIXED_ONE-1) + adj) >> FIXED_ORDER; 383 bbox.y1 = (y0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER; 400 const int y0 = subpixel_snap(v0[0][1]) - adj;
|
| H A D | lp_setup_line.c | 558 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local in function:try_setup_line 562 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER; 563 bbox.y1 = (MAX4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
|
| H A D | lp_setup_tri.c | 313 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local in function:do_triangle_ccw 319 /* Inclusive / exclusive depending upon adj (bottom-left or top-right) */ 320 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER; 321 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_point.c | 352 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local in function:try_setup_point 394 bbox.y0 = (y[0] + adj) >> FIXED_ORDER; 395 bbox.y1 = (y[1] + (FIXED_ONE-1) + adj) >> FIXED_ORDER; 412 const int y0 = subpixel_snap(v0[0][1]) - adj; 531 plane[2].c = -MAX2(y[0], (bbox.y0 << 8) - adj);
|
| H A D | lp_setup_line.c | 584 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local in function:try_setup_line 588 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER; 589 bbox.y1 = (MAX4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
|
| H A D | lp_setup_rect.c | 305 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local in function:try_rect_cw 309 bbox.y0 = (MIN3(y0, y1, y2) + (FIXED_ONE-1) + adj) >> FIXED_ORDER; 310 bbox.y1 = (MAX3(y0, y1, y2) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
|
| H A D | lp_setup.c | 1785 int adj = multisample ? 127 : 0; local in function:lp_setup_add_scissor_planes 1791 plane_s->c += adj; 1801 plane_s->c += 127 + adj; 1810 plane_s->c += adj; 1820 plane_s->c += 127 + adj;
|
| H A D | lp_setup_tri.c | 316 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local in function:do_triangle_ccw 322 /* Inclusive / exclusive depending upon adj (bottom-left or top-right) */ 323 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER; 324 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_emit_nv50.cpp | 56 inline void srcAddr16(const ValueRef&, bool adj, const int pos); 149 void CodeEmitterNV50::srcAddr16(const ValueRef& src, bool adj, const int pos) argument 155 assert(!adj || src.get()->reg.size <= 4); 156 if (adj) 162 offset &= adj ? (0xffff >> (src.get()->reg.size >> 1)) : 0xffff; 2127 int adj = 4; local in function:nv50_ir::makeInstructionLong 2132 adj = 8; 2136 adj = 8; 2142 fn->bbArray[i]->binPos += adj; 2144 fn->binSize += adj; 2195 int adj = epilogue->getExit()->encSize; local in function:nv50_ir::replaceExitWithModifier [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_emit_nv50.cpp | 54 inline void srcAddr16(const ValueRef&, bool adj, const int pos); 147 void CodeEmitterNV50::srcAddr16(const ValueRef& src, bool adj, const int pos) argument 153 assert(!adj || src.get()->reg.size <= 4); 154 if (adj) 160 offset &= adj ? (0xffff >> (src.get()->reg.size >> 1)) : 0xffff; 2214 int adj = 4; local in function:nv50_ir::makeInstructionLong 2219 adj = 8; 2223 adj = 8; 2229 fn->bbArray[i]->binPos += adj; 2231 fn->binSize += adj; 2282 int adj = epilogue->getExit()->encSize; local in function:nv50_ir::replaceExitWithModifier [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | getevents.c | 1650 double adj; local in function:GetPointerEvents 1663 adj = -1.0; 1667 adj = 1.0; 1671 adj = -1.0; 1675 adj = 1.0; 1679 adj = 0.0; 1684 if (adj != 0.0 && axis != -1) { 1685 adj *= pDev->valuator->axes[axis].scroll.increment; 1688 add_to_scroll_valuator(pDev, &mask, axis, adj);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_buffer.c | 142 const unsigned adj = tx->base.box.x & NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK; local in function:nouveau_transfer_staging 143 const unsigned size = align(tx->base.box.width, 4) + adj; 151 tx->map += adj; 156 tx->offset += adj;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_buffer.c | 160 const unsigned adj = tx->base.box.x & NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK; local in function:nouveau_transfer_staging 161 const unsigned size = align(tx->base.box.width, 4) + adj; 169 tx->map += adj; 174 tx->offset += adj;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 6136 ir_variable *adj = body.make_temp(type, "adj"); local in function:builtin_builder::_inverse_mat2 6137 body.emit(assign(array_ref(adj, 0), matrix_elt(m, 1, 1), 1 << 0)); 6138 body.emit(assign(array_ref(adj, 0), neg(matrix_elt(m, 0, 1)), 1 << 1)); 6139 body.emit(assign(array_ref(adj, 1), neg(matrix_elt(m, 1, 0)), 1 << 0)); 6140 body.emit(assign(array_ref(adj, 1), matrix_elt(m, 0, 0), 1 << 1)); 6146 body.emit(ret(div(adj, det))); 6171 ir_variable *adj = body.make_temp(type, "adj"); local in function:builtin_builder::_inverse_mat3 6172 body.emit(assign(array_ref(adj, 6259 ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : gl local in function:builtin_builder::_inverse_mat4 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_functions.cpp | 5641 ir_variable *adj = body.make_temp(type, "adj"); local in function:builtin_builder::_inverse_mat2 5642 body.emit(assign(array_ref(adj, 0), matrix_elt(m, 1, 1), 1 << 0)); 5643 body.emit(assign(array_ref(adj, 0), neg(matrix_elt(m, 0, 1)), 1 << 1)); 5644 body.emit(assign(array_ref(adj, 1), neg(matrix_elt(m, 1, 0)), 1 << 0)); 5645 body.emit(assign(array_ref(adj, 1), matrix_elt(m, 0, 0), 1 << 1)); 5651 body.emit(ret(div(adj, det))); 5676 ir_variable *adj = body.make_temp(type, "adj"); local in function:builtin_builder::_inverse_mat3 5677 body.emit(assign(array_ref(adj, 5764 ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : gl local in function:builtin_builder::_inverse_mat4 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nve4_compute.c | 676 unsigned adj = 256 - (*pgpuaddr & 255); local in function:nve4_compute_alloc_launch_desc 677 ptr += adj; 678 *pgpuaddr += adj;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nve4_compute.c | 812 unsigned adj = 256 - (*pgpuaddr & 255); local in function:nve4_compute_alloc_launch_desc 813 ptr += adj; 814 *pgpuaddr += adj;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | Tekproc.c | 1298 int adj = (status != 0) ? 0 : 1; local in function:TekEnq 1312 v_write(screen->respond, cplot + adj, (size_t) (len - adj));
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | compiler.h | 410 enum bi_adj adj; /* FEXP_TABLE.u4 */ member in union:__anon9a2e09910208::__anon9a2e0991060a
|
| /xsrc/external/mit/MesaLib/src/panfrost/bifrost/ |
| H A D | bi_printer.c | 117 bi_adj_as_str(enum bi_adj adj) argument 119 switch (adj) { 125 unreachable("Invalid adj"); 1947 fputs(bi_adj_as_str(I->adj), fp);
|
| H A D | bi_builder.h | 1926 bi_instr * bi_fexp_table_u4_to(bi_builder *b, bi_index dest0, bi_index src0, enum bi_adj adj) argument 1932 I->adj = adj; 1938 bi_index bi_fexp_table_u4(bi_builder *b, bi_index src0, enum bi_adj adj) argument 1940 return (bi_fexp_table_u4_to(b, bi_temp(b->shader), src0, adj))->dest[0];
|
| H A D | bi_packer.c | 2917 unsigned adj = I->adj; local in function:bi_pack_add_fexp_table_u4 2918 assert(adj < 4); 2919 return 0x67ac0 | (src0 << 0) | (adj << 3);
|