| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| rndr_gu1.c | 450 unsigned short section; local 477 section = 0x10 - (x & 0x0F); 478 WRITE_REG16(GP_WIDTH, section); 484 WRITE_REG16(GP_DST_XCOOR, x + section); 486 WRITE_REG16(GP_WIDTH, width - section); 516 unsigned short section, buffer_width, blit_mode; local 554 /* Write the registers that do not change for each section. */ 571 /* DETERMINE WIDTH OF SECTION */ 574 section = buffer_width; 576 section = width 625 unsigned short bpp_shift, section, cur_x; local 753 unsigned short section, buffer_width; local 868 unsigned short section, buffer_width; local 1013 unsigned short section, buffer_width; local 1126 unsigned short section, buffer_width; local 1251 unsigned short section, buffer_width; local [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| xkbdraw.c | 72 XkbGetOrderedDrawables(XkbGeometryPtr geom, XkbSectionPtr section) 79 XkbSectionPtr section; local 82 for (i = 0, section = geom->sections; i < geom->num_sections; 83 i++, section++) { 90 tmp->priority = section->priority; 91 tmp->u.section = section; 109 if (section != NULL) { 112 for (i = 0, doodad = section->doodads; i < section->num_doodads [all...] |
| srvmisc.c | 172 XkbSectionPtr section; local 174 for (s = 0, section = geom->sections; s < geom->num_sections; 175 s++, section++) { 176 section->name = 177 XkbChangeAtomDisplay(oldDpy, newDpy, section->name); 178 if (section->doodads) { 182 for (d = 0, doodad = section->doodads; 183 d < section->num_doodads; d++, doodad++) { 189 if (section->overlays) { 193 for (o = 0, ol = section->overlays [all...] |
| cout.c | 630 XkbSectionPtr section, 638 if (section == NULL) { 652 if (section->num_doodads > 0) { 654 section_num, section->num_doodads); 660 fprintf(file, " XkbSectionPtr section)\n"); 663 fprintf(file, " doodads= section->doodads;\n"); 724 XkbSectionPtr section, 732 if (section->num_overlays < 1) 734 for (o = 0, ol = section->overlays; o < section->num_overlays; o++, ol++) 824 register XkbSectionPtr section; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| module.hpp | 34 struct section { struct in struct:clover::module 45 section(resource_id id, enum type type, size_t size, function in struct:clover::module::section 48 section() : id(0), type(text_intermediate), size(0), data() { } function in struct:clover::module::section 108 symbol(const std::string &name, resource_id section, 110 name(name), section(section), offset(offset), args(args) { } 111 symbol() : name(), section(0), offset(0), args() { } 114 resource_id section; member in struct:clover::module::symbol 124 std::vector<section> secs;
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBGAlloc.c | 299 XkbFreeGeomOverlays(XkbSectionPtr section, int first, int count, Bool freeAll) 302 §ion->num_overlays, §ion->sz_overlays, 303 (char **) §ion->overlays, 333 XkbFreeGeomRows(XkbSectionPtr section, int first, int count, Bool freeAll) 336 §ion->num_rows, §ion->sz_rows, 337 (char **) §ion->rows, 346 XkbSectionPtr section = (XkbSectionPtr) section_in; local 348 if (section->rows != NULL 827 XkbSectionPtr section; local 907 XkbSectionPtr section; local [all...] |
| XKBSetGeom.c | 131 XkbSectionPtr section; local 133 for (i = size = 0, section = geom->sections; i < geom->num_sections; 134 i++, section++) { 136 if (section->rows) { 140 for (r = 0, row = section->rows; r < section->num_rows; row++, r++) { 145 if (section->doodads) 146 size += _SizeGeomDoodads(section->num_doodads, section->doodads); 147 if (section->overlays) 323 XkbSectionPtr section; local [all...] |
| XKBGeom.c | 114 XkbComputeRowBounds(XkbGeometryPtr geom, XkbSectionPtr section, XkbRowPtr row) 120 if ((!geom) || (!section) || (!row)) 150 XkbComputeSectionBounds(XkbGeometryPtr geom, XkbSectionPtr section) 158 if ((!geom) || (!section)) 160 bounds = §ion->bounds; 162 for (i = 0, row = section->rows; i < section->num_rows; i++, row++) { 163 if (!XkbComputeRowBounds(geom, section, row)) 171 for (i = 0, doodad = section->doodads; i < section->num_doodads 215 XkbSectionPtr section; local 505 XkbSectionPtr section; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| XKBGAlloc.c | 296 XkbFreeGeomOverlays(XkbSectionPtr section,int first,int count,Bool freeAll) 299 §ion->num_overlays,§ion->sz_overlays, 300 (char **)§ion->overlays, 330 XkbFreeGeomRows(XkbSectionPtr section,int first,int count,Bool freeAll) 333 §ion->num_rows,§ion->sz_rows, 334 (char **)§ion->rows, 343 XkbSectionPtr section= (XkbSectionPtr)section_in; local 345 if (section->rows!=NULL 816 XkbSectionPtr section; local 894 XkbSectionPtr section; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| merge_driinfo.py | 63 class Section(object): 65 Represent a config section description as: 83 section = None 102 if section is None: 105 section.options.append(verbatim) 117 if section is None: 118 print('{}:{}: no open section' 122 section = None 127 if section is not None: 137 section = Section(m.group(1) [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| XKBGAlloc.c | 274 XkbFreeGeomRows(XkbSectionPtr section, int first, int count, Bool freeAll) 277 §ion->num_rows, §ion->sz_rows, 278 (char **) §ion->rows, 287 XkbSectionPtr section = (XkbSectionPtr) section_in; local 289 if (section->rows != NULL) 290 XkbFreeGeomRows(section, 0, section->num_rows, TRUE); 291 if (section->doodads != NULL) { 292 XkbFreeGeomDoodads(section->doodads, section->num_doodads, TRUE) 717 XkbSectionPtr section; local 795 XkbSectionPtr section; local [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| rndr_gu1.c | 601 unsigned short section; local 627 section = 0x10 - (x & 0x0F); 628 WRITE_REG16(GP_WIDTH, section); 634 WRITE_REG16(GP_DST_XCOOR, x + section); 636 WRITE_REG16(GP_WIDTH, width - section); 666 unsigned short section, buffer_width, blit_mode; local 704 /* Write the registers that do not change for each section. */ 721 /* DETERMINE WIDTH OF SECTION */ 724 section = buffer_width; 726 section = width 775 unsigned short bpp_shift, section, cur_x; local 901 unsigned short section, buffer_width; local 1015 unsigned short section, buffer_width; local 1159 unsigned short section, buffer_width; local 1271 unsigned short section, buffer_width; local 1396 unsigned short section, buffer_width; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| binary.hpp | 36 struct section { struct in struct:clover::binary 47 section(resource_id id, enum type type, size_t size, function in struct:clover::binary::section 50 section() : id(0), type(text_intermediate), size(0), data() { } function in struct:clover::binary::section 139 resource_id section, size_t offset, 143 section(section), 146 section(0), offset(0), args() { } 151 resource_id section; member in struct:clover::binary::symbol 162 std::vector<section> secs;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/genxml/ |
| gen_pack.py | 160 PREFIX4(A, SECTION, S, OFFSET) 166 for (PREFIX4(A, SECTION, S, TYPE) name = { PREFIX4(A, SECTION, S, header) }, \\ 169 ({ PREFIX4(A, SECTION, S, pack) (pan_section_ptr(dst, A, S), &name); \\ 173 PREFIX4(A, SECTION, S, TYPE) name; \\ 174 PREFIX4(A, SECTION, S, unpack)(pan_section_ptr(src, A, S), &name) 177 PREFIX4(A, SECTION, S, print)(fp, &(var), indent) 300 class Section: 309 for section in self.sections: 310 size = max(size, section.offset + section.type.get_length() [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/mme/ |
| com90c0.mme | 7 .section #mme90c0_launch_grid_indirect
|
| com9097.mme | 10 .section #mme9097_per_instance_bf 35 .section #mme9097_blend_enables 62 .section #mme9097_vertex_array_select 90 .section #mme9097_poly_mode_front 129 .section #mme9097_poly_mode_back 164 .section #mme9097_gp_select 206 .section #mme9097_tep_select 244 .section #mme9097_draw_elts_indirect 303 .section #mme9097_draw_arrays_indirect 357 .section #mme9097_draw_elts_indirect_coun [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/mme/ |
| com90c0.mme | 7 .section #mme90c0_launch_grid_indirect
|
| com9097.mme | 10 .section #mme9097_per_instance_bf 35 .section #mme9097_blend_enables 62 .section #mme9097_vertex_array_select 90 .section #mme9097_poly_mode_front 129 .section #mme9097_poly_mode_back 164 .section #mme9097_gp_select 206 .section #mme9097_tep_select 244 .section #mme9097_draw_elts_indirect 303 .section #mme9097_draw_arrays_indirect 357 .section #mme9097_draw_elts_indirect_coun [all...] |
| /xsrc/external/mit/xkeyboard-config/dist/tests/ |
| test_xkb_symbols.py | 44 section = line.split('"')[1] 45 xkb_symbols.append((symbols_file.name, section))
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| ac_binary.c | 113 Elf_Scn *section = NULL; local 131 while ((section = elf_nextscn(elf, section))) { 135 if (gelf_getshdr(section, §ion_header) != §ion_header) { 136 fprintf(stderr, "Failed to read ELF section header\n"); 142 section_data = elf_getdata(section, section_data); 147 section_data = elf_getdata(section, section_data); 158 section_data = elf_getdata(section, section_data); 162 section_data = elf_getdata(section, section_data); 167 symbols = elf_getdata(section, section_data) [all...] |
| /xsrc/external/mit/xman/dist/ |
| misc.c | 164 * section_num - section number of the man page. 170 * If there is a uncompressed section it will look there for uncompressed 172 * uncompressed section. 184 char path[BUFSIZ], page[BUFSIZ], section[BUFSIZ], *temp; local 194 ParseEntry(entry, path, section, page); 202 section + len_cat, MACHINE, page); 208 path, CAT, section + len_cat, page); 219 section + len_cat, MACHINE, page, COMPRESSION_EXTENSION); 224 section + len_cat, page, COMPRESSION_EXTENSION); 232 section + len_cat, MACHINE, page, GZIP_EXTENSION) 789 char path[BUFSIZ], page[BUFSIZ], section[BUFSIZ], input[BUFSIZ]; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| codegen.hpp | 46 enum binary::section::type section_type);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/ |
| codegen.hpp | 46 enum module::section::type section_type);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| print_edid.c | 392 print_detailed_timings(scrnIndex, &det_mon->section.d_timings); 396 det_mon->section.serial); 399 xf86DrvMsg(scrnIndex, X_INFO, " %s\n", det_mon->section.ascii_data); 403 det_mon->section.name); 407 struct monitor_ranges *r = &det_mon->section.ranges; 478 "vid: %i\n", p->index, det_mon->section.std_t[j].hsize, 479 det_mon->section.std_t[j].vsize, 480 det_mon->section.std_t[j].refresh, 481 det_mon->section.std_t[j].id); 485 if (det_mon->section.wp[j].index != 0 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| print_edid.c | 361 print_detailed_timings(scrnIndex,&det_mon->section.d_timings); 364 xf86DrvMsg(scrnIndex,X_INFO,"Serial No: %s\n",det_mon->section.serial); 367 xf86DrvMsg(scrnIndex,X_INFO," %s\n",det_mon->section.ascii_data); 370 xf86DrvMsg(scrnIndex,X_INFO,"Monitor name: %s\n",det_mon->section.name); 374 struct monitor_ranges *r = &det_mon->section.ranges; 438 "vid: %i\n",p->index ,det_mon->section.std_t[j].hsize, 439 det_mon->section.std_t[j].vsize, 440 det_mon->section.std_t[j].refresh, 441 det_mon->section.std_t[j].id); 445 if (det_mon->section.wp[j].index != 0 [all...] |