Searched refs:cf (Results 1 - 25 of 482) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-cf-files/dist/
H A DMakefile.am79 Imake.cf \
80 Amoeba.cf \
81 DGUX.cf \
82 dmx.cf \
83 DragonFly.cf \
84 FreeBSD.cf \
85 Mips.cf \
86 NetBSD.cf \
87 OpenBSD.cf \
88 Oki.cf \
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dwrite.c78 FILE *cf; local in function:doWriteConfigFile
80 if ((cf = fopen(filename, "w")) == NULL) {
85 fprintf(cf, "%s\n", cptr->conf_comment);
87 xf86printLayoutSection(cf, cptr->conf_layout_lst);
90 fprintf(cf, "Section \"Files\"\n");
91 xf86printFileSection(cf, cptr->conf_files);
92 fprintf(cf, "EndSection\n\n");
96 fprintf(cf, "Section \"Module\"\n");
97 xf86printModuleSection(cf, cptr->conf_modules);
98 fprintf(cf, "EndSectio
[all...]
H A DconfigProcs.h34 void xf86printDeviceSection(FILE * cf, XF86ConfDevicePtr ptr);
40 void xf86printFileSection(FILE * cf, XF86ConfFilesPtr ptr);
64 void xf86printLayoutSection(FILE * cf, XF86ConfLayoutPtr ptr);
70 void xf86printModuleSection(FILE * cf, XF86ConfModulePtr ptr);
79 void xf86printMonitorSection(FILE * cf, XF86ConfMonitorPtr ptr);
80 void xf86printModesSection(FILE * cf, XF86ConfModesPtr ptr);
90 void xf86printScreenSection(FILE * cf, XF86ConfScreenPtr ptr);
97 void xf86printVendorSection(FILE * cf, XF86ConfVendorPtr ptr);
101 void xf86printVideoAdaptorSection(FILE * cf, XF86ConfVideoAdaptorPtr ptr);
126 xf86printDRISection(FILE * cf, XF86ConfDRIPt
[all...]
H A DDRI.c99 xf86printDRISection(FILE * cf, XF86ConfDRIPtr ptr) argument
104 fprintf(cf, "Section \"DRI\"\n");
106 fprintf(cf, "%s", ptr->dri_comment);
108 fprintf(cf, "\tGroup \"%s\"\n", ptr->dri_group_name);
110 fprintf(cf, "\tGroup %d\n", ptr->dri_group);
112 fprintf(cf, "\tMode 0%o\n", ptr->dri_mode);
113 fprintf(cf, "EndSection\n\n");
H A DDevice.c260 xf86printDeviceSection(FILE * cf, XF86ConfDevicePtr ptr) argument
265 fprintf(cf, "Section \"Device\"\n");
267 fprintf(cf, "%s", ptr->dev_comment);
269 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->dev_identifier);
271 fprintf(cf, "\tDriver \"%s\"\n", ptr->dev_driver);
273 fprintf(cf, "\tVendorName \"%s\"\n", ptr->dev_vendor);
275 fprintf(cf, "\tBoardName \"%s\"\n", ptr->dev_board);
277 fprintf(cf, "\tChipSet \"%s\"\n", ptr->dev_chipset);
279 fprintf(cf, "\tCard \"%s\"\n", ptr->dev_card);
281 fprintf(cf, "\tRamDa
[all...]
H A DExtensions.c89 xf86printExtensionsSection(FILE * cf, XF86ConfExtensionsPtr ptr) argument
97 fprintf(cf, "Section \"Extensions\"\n");
99 fprintf(cf, "%s", ptr->extensions_comment);
100 xf86printOptionList(cf, p, 1);
101 fprintf(cf, "EndSection\n\n");
H A DVendor.c201 xf86printVendorSection(FILE * cf, XF86ConfVendorPtr ptr) argument
206 fprintf(cf, "Section \"Vendor\"\n");
208 fprintf(cf, "%s", ptr->vnd_comment);
210 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->vnd_identifier);
212 xf86printOptionList(cf, ptr->vnd_option_lst, 1);
214 fprintf(cf, "\tSubSection \"Vendor\"\n");
216 fprintf(cf, "%s", pptr->vs_comment);
218 fprintf(cf, "\t\tIdentifier \"%s\"\n", pptr->vs_identifier);
219 xf86printOptionList(cf, pptr->vs_option_lst, 2);
220 fprintf(cf, "\tEndSubSectio
[all...]
H A DInputClass.c398 xf86printInputClassSection(FILE * cf, XF86ConfInputClassPtr ptr) argument
404 fprintf(cf, "Section \"InputClass\"\n");
406 fprintf(cf, "%s", ptr->comment);
408 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->identifier);
410 fprintf(cf, "\tDriver \"%s\"\n", ptr->driver);
413 fprintf(cf, "\tMatchProduct \"");
415 fprintf(cf, "%s%s", cur == group->values ? "" : TOKEN_SEP,
417 fprintf(cf, "\"\n");
420 fprintf(cf, "\tMatchVendor \"");
422 fprintf(cf, "
[all...]
H A DInput.c133 xf86printInputSection(FILE * cf, XF86ConfInputPtr ptr) argument
136 fprintf(cf, "Section \"InputDevice\"\n");
138 fprintf(cf, "%s", ptr->inp_comment);
140 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->inp_identifier);
142 fprintf(cf, "\tDriver \"%s\"\n", ptr->inp_driver);
143 xf86printOptionList(cf, ptr->inp_option_lst, 1);
144 fprintf(cf, "EndSection\n\n");
H A DVideo.c222 xf86printVideoAdaptorSection(FILE * cf, XF86ConfVideoAdaptorPtr ptr) argument
227 fprintf(cf, "Section \"VideoAdaptor\"\n");
229 fprintf(cf, "%s", ptr->va_comment);
231 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->va_identifier);
233 fprintf(cf, "\tVendorName \"%s\"\n", ptr->va_vendor);
235 fprintf(cf, "\tBoardName \"%s\"\n", ptr->va_board);
237 fprintf(cf, "\tBusID \"%s\"\n", ptr->va_busid);
239 fprintf(cf, "\tDriver \"%s\"\n", ptr->va_driver);
240 xf86printOptionList(cf, ptr->va_option_lst, 1);
242 fprintf(cf, "\tSubSectio
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dwrite.c88 FILE *cf; local in function:doWriteConfigFile
90 if ((cf = fopen (filename, "w")) == NULL)
96 fprintf (cf, "%s\n", cptr->conf_comment);
98 xf86printLayoutSection (cf, cptr->conf_layout_lst);
102 fprintf (cf, "Section \"Files\"\n");
103 xf86printFileSection (cf, cptr->conf_files);
104 fprintf (cf, "EndSection\n\n");
109 fprintf (cf, "Section \"Module\"\n");
110 xf86printModuleSection (cf, cptr->conf_modules);
111 fprintf (cf, "EndSectio
[all...]
H A DDRI.c98 xf86printDRISection (FILE * cf, XF86ConfDRIPtr ptr) argument
103 fprintf (cf, "Section \"DRI\"\n");
105 fprintf (cf, "%s", ptr->dri_comment);
107 fprintf (cf, "\tGroup \"%s\"\n", ptr->dri_group_name);
109 fprintf (cf, "\tGroup %d\n", ptr->dri_group);
111 fprintf (cf, "\tMode 0%o\n", ptr->dri_mode);
112 fprintf (cf, "EndSection\n\n");
H A DDevice.c269 xf86printDeviceSection (FILE * cf, XF86ConfDevicePtr ptr) argument
275 fprintf (cf, "Section \"Device\"\n");
277 fprintf (cf, "%s", ptr->dev_comment);
279 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->dev_identifier);
281 fprintf (cf, "\tDriver \"%s\"\n", ptr->dev_driver);
283 fprintf (cf, "\tVendorName \"%s\"\n", ptr->dev_vendor);
285 fprintf (cf, "\tBoardName \"%s\"\n", ptr->dev_board);
287 fprintf (cf, "\tChipSet \"%s\"\n", ptr->dev_chipset);
289 fprintf (cf, "\tCard \"%s\"\n", ptr->dev_card);
291 fprintf (cf, "\tRamDa
[all...]
H A DconfigProcs.h35 void xf86printDeviceSection(FILE *cf, XF86ConfDevicePtr ptr);
40 void xf86printFileSection(FILE *cf, XF86ConfFilesPtr ptr);
57 void xf86printLayoutSection(FILE *cf, XF86ConfLayoutPtr ptr);
62 void xf86printModuleSection(FILE *cf, XF86ConfModulePtr ptr);
68 void xf86printMonitorSection(FILE *cf, XF86ConfMonitorPtr ptr);
69 void xf86printModesSection(FILE *cf, XF86ConfModesPtr ptr);
77 void xf86printScreenSection(FILE *cf, XF86ConfScreenPtr ptr);
86 void xf86printVendorSection(FILE * cf, XF86ConfVendorPtr ptr);
90 void xf86printVideoAdaptorSection(FILE *cf, XF86ConfVideoAdaptorPtr ptr);
105 void xf86printDRISection (FILE * cf, XF86ConfDRIPt
[all...]
H A DInputClass.c240 xf86printInputClassSection (FILE * cf, XF86ConfInputClassPtr ptr) argument
246 fprintf(cf, "Section \"InputClass\"\n");
248 fprintf(cf, "%s", ptr->comment);
250 fprintf(cf, "\tIdentifier \"%s\"\n", ptr->identifier);
252 fprintf(cf, "\tDriver \"%s\"\n", ptr->driver);
255 fprintf(cf, "\tMatchProduct \"");
257 fprintf(cf, "%s%s", cur == group->values ? "" : TOKEN_SEP,
259 fprintf(cf, "\"\n");
262 fprintf(cf, "\tMatchVendor \"");
264 fprintf(cf, "
[all...]
H A DExtensions.c87 xf86printExtensionsSection (FILE * cf, XF86ConfExtensionsPtr ptr) argument
95 fprintf (cf, "Section \"Extensions\"\n");
97 fprintf (cf, "%s", ptr->extensions_comment);
98 xf86printOptionList(cf, p, 1);
99 fprintf (cf, "EndSection\n\n");
H A DVendor.c189 xf86printVendorSection (FILE * cf, XF86ConfVendorPtr ptr) argument
195 fprintf (cf, "Section \"Vendor\"\n");
197 fprintf (cf, "%s", ptr->vnd_comment);
199 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->vnd_identifier);
201 xf86printOptionList(cf, ptr->vnd_option_lst, 1);
204 fprintf (cf, "\tSubSection \"Vendor\"\n");
206 fprintf (cf, "%s", pptr->vs_comment);
208 fprintf (cf, "\t\tIdentifier \"%s\"\n", pptr->vs_identifier);
209 xf86printOptionList(cf, pptr->vs_option_lst, 2);
210 fprintf (cf, "\tEndSubSectio
[all...]
H A DInput.c138 xf86printInputSection (FILE * cf, XF86ConfInputPtr ptr) argument
142 fprintf (cf, "Section \"InputDevice\"\n");
144 fprintf (cf, "%s", ptr->inp_comment);
146 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->inp_identifier);
148 fprintf (cf, "\tDriver \"%s\"\n", ptr->inp_driver);
149 xf86printOptionList(cf, ptr->inp_option_lst, 1);
150 fprintf (cf, "EndSection\n\n");
H A DVideo.c227 xf86printVideoAdaptorSection (FILE * cf, XF86ConfVideoAdaptorPtr ptr) argument
233 fprintf (cf, "Section \"VideoAdaptor\"\n");
235 fprintf (cf, "%s", ptr->va_comment);
237 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->va_identifier);
239 fprintf (cf, "\tVendorName \"%s\"\n", ptr->va_vendor);
241 fprintf (cf, "\tBoardName \"%s\"\n", ptr->va_board);
243 fprintf (cf, "\tBusID \"%s\"\n", ptr->va_busid);
245 fprintf (cf, "\tDriver \"%s\"\n", ptr->va_driver);
246 xf86printOptionList(cf, ptr->va_option_lst, 1);
249 fprintf (cf, "\tSubSectio
[all...]
H A DLayout.c317 xf86printLayoutSection (FILE * cf, XF86ConfLayoutPtr ptr) argument
326 fprintf (cf, "Section \"ServerLayout\"\n");
328 fprintf (cf, "%s", ptr->lay_comment);
330 fprintf (cf, "\tIdentifier \"%s\"\n", ptr->lay_identifier);
334 fprintf (cf, "\tScreen ");
336 fprintf (cf, "%2d", aptr->adj_scrnum);
338 fprintf (cf, " ");
339 fprintf (cf, " \"%s\"", aptr->adj_screen_str);
343 fprintf (cf, " \"%s\"", aptr->adj_top_str);
344 fprintf (cf, " \"
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Deg_asm.c31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
33 unsigned id = cf->id;
35 if (cf->op == CF_NATIVE) {
36 bc->bytecode[id++] = cf->isa[0];
37 bc->bytecode[id++] = cf->isa[1];
39 const struct cf_op_info *cfop = r600_isa_cf(cf->op);
40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op);
44 if (cf->eg_alu_extended) {
46 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(cf->kcache[0].index_mode) |
47 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(cf
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Deg_asm.c31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) argument
33 unsigned id = cf->id;
35 if (cf->op == CF_NATIVE) {
36 bc->bytecode[id++] = cf->isa[0];
37 bc->bytecode[id++] = cf->isa[1];
39 const struct cf_op_info *cfop = r600_isa_cf(cf->op);
40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op);
44 if (cf->eg_alu_extended) {
46 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE0(cf->kcache[0].index_mode) |
47 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK_INDEX_MODE1(cf
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Ddisasm-a2xx.c437 void (*fxn)(instr_fetch_t *cf);
475 static int cf_exec(instr_cf_t *cf) argument
477 return (cf->opc == EXEC) ||
478 (cf->opc == EXEC_END) ||
479 (cf->opc == COND_EXEC) ||
480 (cf->opc == COND_EXEC_END) ||
481 (cf->opc == COND_PRED_EXEC) ||
482 (cf->opc == COND_PRED_EXEC_END) ||
483 (cf->opc == COND_EXEC_PRED_CLEAN) ||
484 (cf
487 cf_cond_exec(instr_cf_t * cf) argument
497 print_cf_nop(instr_cf_t * cf) argument
501 print_cf_exec(instr_cf_t * cf) argument
516 print_cf_loop(instr_cf_t * cf) argument
523 print_cf_jmp_call(instr_cf_t * cf) argument
536 print_cf_alloc(instr_cf_t * cf) argument
575 print_cf(instr_cf_t * cf,int level) argument
601 instr_cf_t *cf = &cfs[idx]; local in function:disasm_a2xx
609 instr_cf_t *cf = &cfs[idx]; local in function:disasm_a2xx
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Ddisasm-a2xx.c458 void (*fxn)(instr_fetch_t *cf);
498 cf_exec(instr_cf_t *cf) argument
500 return (cf->opc == EXEC) || (cf->opc == EXEC_END) ||
501 (cf->opc == COND_EXEC) || (cf->opc == COND_EXEC_END) ||
502 (cf->opc == COND_PRED_EXEC) || (cf->opc == COND_PRED_EXEC_END) ||
503 (cf->opc == COND_EXEC_PRED_CLEAN) ||
504 (cf
508 cf_cond_exec(instr_cf_t * cf) argument
517 print_cf_nop(instr_cf_t * cf) argument
522 print_cf_exec(instr_cf_t * cf) argument
538 print_cf_loop(instr_cf_t * cf) argument
546 print_cf_jmp_call(instr_cf_t * cf) argument
560 print_cf_alloc(instr_cf_t * cf) argument
600 print_cf(instr_cf_t * cf,int level) argument
627 instr_cf_t *cf = &cfs[idx]; local in function:disasm_a2xx
635 instr_cf_t *cf = &cfs[idx]; local in function:disasm_a2xx
[all...]
/xsrc/external/mit/xkbevd/dist/
H A DMakefile.am41 EXTRA_DIST = example.cf xkbevd.cf

Completed in 24 milliseconds

1234567891011>>