Searched refs:dstname (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | headergen2.c | 443 char *dstname = malloc(strlen(db->files[i]) + 3); local in function:main 445 strcpy(dstname, db->files[i]); 446 strcat(dstname, ".h"); 447 struct fout f = { db->files[i], fopen(dstname, "w") }; 449 perror(dstname); 452 free(dstname);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | kgem_debug_gen3.c | 329 /** Sets the string dstname to describe the destination of the PS instruction */ 331 gen3_get_instruction_dst(uint32_t *data, int i, char *dstname, int do_mask) argument 368 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); 372 sprintf(dstname, "oC%s%s", dstmask, sat); 376 sprintf(dstname, "oD%s%s", dstmask, sat); 380 sprintf(dstname, "U%d%s%s", dst_nr, dstmask, sat); 383 sprintf(dstname, "RESERVED");
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | kgem_debug_gen3.c | 329 /** Sets the string dstname to describe the destination of the PS instruction */ 331 gen3_get_instruction_dst(uint32_t *data, int i, char *dstname, int do_mask) argument 368 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); 372 sprintf(dstname, "oC%s%s", dstmask, sat); 376 sprintf(dstname, "oD%s%s", dstmask, sat); 380 sprintf(dstname, "U%d%s%s", dst_nr, dstmask, sat); 383 sprintf(dstname, "RESERVED");
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_decode.c | 621 /** Sets the string dstname to describe the destination of the PS instruction */ 623 i915_get_instruction_dst(uint32_t *data, int i, char *dstname, int do_mask) argument 661 sprintf(dstname, "R%d%s%s", dst_nr, dstmask, sat); 666 sprintf(dstname, "oC%s%s", dstmask, sat); 671 sprintf(dstname, "oD%s%s", dstmask, sat); 676 sprintf(dstname, "U%d%s%s", dst_nr, dstmask, sat); 679 sprintf(dstname, "RESERVED");
|
Completed in 10 milliseconds