| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/ |
| H A D | test_tests.cpp | 31 fprintf(output, "woops!\n"); 36 fprintf(output, "woops!\n"); 41 fprintf(output, "s_buffer_load_dwordx2 s[6:7]\n"); 45 fprintf(output, "s_add_u32 s8, s6, 1\n"); 46 fprintf(output, "s_addc_u32 s9, s7, 0\n"); 48 fprintf(output, "s_buffer_store_dwordx2 s[8:9]\n"); 59 fprintf(output, "test gfx67\n"); 60 fprintf(output, "test all\n"); 64 fprintf(output, "test gfx8\n"); 65 fprintf(outpu [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | intel_xvmc_dump.c | 74 fprintf(fp, "========== new surface rendering ==========\n"); 75 fprintf(fp, 81 fprintf(fp, "picture structure: frame picture\n"); 83 fprintf(fp, "picture structure: top field picture (%s)\n", 86 fprintf(fp, "picture structure: bottom field picture (%s)\n", 90 fprintf(fp, "picture type: I\n"); 92 fprintf(fp, "picture type: P\n"); 94 fprintf(fp, "picture type: B\n"); 96 fprintf(fp, "picture type: Bad!\n"); 98 fprintf(f [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/ |
| H A D | intel_xvmc_dump.c | 74 fprintf(fp, "========== new surface rendering ==========\n"); 75 fprintf(fp, 81 fprintf(fp, "picture structure: frame picture\n"); 83 fprintf(fp, "picture structure: top field picture (%s)\n", 86 fprintf(fp, "picture structure: bottom field picture (%s)\n", 90 fprintf(fp, "picture type: I\n"); 92 fprintf(fp, "picture type: P\n"); 94 fprintf(fp, "picture type: B\n"); 96 fprintf(fp, "picture type: Bad!\n"); 98 fprintf(f [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/ |
| H A D | intel_xvmc_dump.c | 70 fprintf(fp, "========== new surface rendering ==========\n"); 71 fprintf(fp, "Context (id:%d) (surface_type_id:%d) (width:%d) (height:%d)\n", 75 fprintf(fp, "picture structure: frame picture\n"); 77 fprintf(fp, "picture structure: top field picture (%s)\n", 80 fprintf(fp, "picture structure: bottom field picture (%s)\n", 84 fprintf(fp, "picture type: I\n"); 86 fprintf(fp, "picture type: P\n"); 88 fprintf(fp, "picture type: B\n"); 90 fprintf(fp, "picture type: Bad!\n"); 92 fprintf(f [all...] |
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_dump.c | 44 fprintf(stderr, "0x%08x / %f", data, uif(data)); 48 fprintf(stderr, "push[%d]", data); 52 fprintf(stderr, "tex[%d].p1", data); 56 fprintf(stderr, "tex[%d].p0 | 0x%x", 62 fprintf(stderr, "tex[%d].p1 | 0x%x", 68 fprintf(stderr, "img[%d].p0 | 0x%x", 74 fprintf(stderr, "tex[%d].width", data); 77 fprintf(stderr, "tex[%d].height", data); 80 fprintf(stderr, "tex[%d].depth", data); 83 fprintf(stder [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_print_ir.cpp | 93 fprintf(output, " v%ub: ", rc.bytes()); 95 fprintf(output, " s%u: ", rc.size()); 97 fprintf(output, " lv%u: ", rc.size()); 99 fprintf(output, " v%u: ", rc.size()); 107 fprintf(output, "m0"); 109 fprintf(output, "vcc"); 111 fprintf(output, "scc"); 113 fprintf(output, "exec"); 119 fprintf(output, "%c%d", is_vgpr ? 'v' : 's', r); 121 fprintf(outpu [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_dump.c | 43 fprintf(stderr, "0x%08x / %f", data, uif(data)); 47 fprintf(stderr, "push[%d]", data); 51 fprintf(stderr, "tex[%d].p1", data); 55 fprintf(stderr, "tex[%d].p0 | 0x%x", 61 fprintf(stderr, "tex[%d].p1 | 0x%x", 67 fprintf(stderr, "img[%d].p0 | 0x%x", 73 fprintf(stderr, "tex[%d].width", data); 76 fprintf(stderr, "tex[%d].height", data); 79 fprintf(stderr, "tex[%d].depth", data); 82 fprintf(stder [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 76 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n", 78 fprintf(stderr, "%d instructions\n", count); 83 fprintf(stderr, "texture: ip %d to psf %d\n", 87 fprintf(stderr, " : "); 92 fprintf(stderr, "1.0"); 94 fprintf(stderr, "0.0"); 96 fprintf(stderr, "[%d]", tex_ptr & 0x3f); 98 } while (j-- && fprintf(stderr, "/")); 99 fprintf(stderr, "\n"); 104 fprintf(stder [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_debug.c | 76 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n", 78 fprintf(stderr, "%d instructions\n", count); 83 fprintf(stderr, "texture: ip %d to psf %d\n", 87 fprintf(stderr, " : "); 92 fprintf(stderr, "1.0"); 94 fprintf(stderr, "0.0"); 96 fprintf(stderr, "[%d]", tex_ptr & 0x3f); 98 } while (j-- && fprintf(stderr, "/")); 99 fprintf(stderr, "\n"); 104 fprintf(stder [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | dummy_errors.c | 29 fprintf(stderr, "Mesa error: out of memory in %s", caller);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | dummy_errors.c | 29 fprintf(stderr, "Mesa error: out of memory in %s", caller);
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| H A D | agx_print.c | 32 fprintf(fp, "%c%u%c", prefix, value >> 1, (value & 1) ? 'h' : 'l'); 36 fprintf(fp, "%c%u", prefix, value >> 1); 40 fprintf(fp, "%c%u:%c%u", prefix, value >> 1, 53 fprintf(fp, "_"); 58 fprintf(fp, "$"); 61 fprintf(fp, "`"); 64 fprintf(fp, "*"); 66 fprintf(fp, "%u", index.value); 70 fprintf(fp, "#%u", index.value); 88 fprintf(f [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_print.c | 48 fprintf(fp, "slot %u: %u\n", i, regs->slot[i]); 52 fprintf(fp, "slot 2 (%s%s): %u\n", 60 fprintf(fp, "slot 3 (%s %s): %u\n", 73 fprintf(fp, (i == 0) ? "\t* " : "\t+ "); 78 fprintf(fp, "NOP\n"); 85 fprintf(fp, "id(%u)", clause->scoreboard_id); 88 fprintf(fp, " wait("); 92 fprintf(fp, "%u ", i); 95 fprintf(fp, ")"); 98 fprintf(f [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | cout.c | 52 fprintf(file, "%s#define vmod_%s %d\n", 60 fprintf(file, "%s#define vmod_%sMask (1<<%d)\n", 67 fprintf(file, "\n"); 85 fprintf(file, "/* keycodes name is \"%s\" */\n", 87 fprintf(file, "static XkbKeyNameRec keyNames[NUM_KEYS]= {\n"); 92 fprintf(file, " { %6s },", buf); 94 fprintf(file, "\n"); 97 fprintf(file, " { %6s }\n", buf); 100 fprintf(file, "};\n"); 114 fprintf(fil [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/dev/ |
| H A D | intel_dev_info.c | 73 fprintf(stdout, "%s:\n", path); 75 fprintf(stdout, " name: %s\n", devinfo.name); 76 fprintf(stdout, " gen: %u\n", devinfo.ver); 77 fprintf(stdout, " PCI id: 0x%x\n", devinfo.chipset_id); 78 fprintf(stdout, " revision: %u\n", devinfo.revision); 85 fprintf(stdout, " slice%u.%s%u: ", s, subslice_name, ss); 90 fprintf(stdout, "%s", intel_device_info_eu_available(&devinfo, s, ss, eu) ? "1" : "0"); 93 fprintf(stdout, "fused"); 95 fprintf(stdout, "\n"); 98 fprintf(stdou [all...] |
| /xsrc/external/mit/xinit/dist/launchd/privileged_startx/ |
| H A D | privileged_startx.c | 41 fprintf(stderr, "%s: usage\n", prog); 42 fprintf(stderr, " %s [-d [<script dir>]]\n\n", prog); 43 fprintf(stderr, " -d: Passed when called from launchd to denote server-mode.\n"); 44 fprintf(stderr, " <script dir>: Directory to use instead of %s\n", SCRIPTDIR);
|
| /xsrc/external/mit/xvinfo/dist/ |
| H A D | xvinfo.c | 18 fprintf(stderr, "Usage: %s [-display host:dpy] [-short] [-version]\n", 41 fprintf (stderr, "%s: missing argument to -display\n", 54 fprintf (stderr, "%s: unrecognized argument '%s'\n", 62 fprintf(stderr, "%s: Unable to open display %s\n", progname, 68 fprintf(stderr, "%s: No X-Video Extension on %s\n", progname, 73 fprintf(stdout, "X-Video Extension version %i.%i\n", ver, rev); 82 fprintf(stdout, "screen #%i\n", i); 85 fprintf(stderr, "%s: Failed to query adaptors on display %s\n", 91 fprintf(stdout, " no adaptors present\n"); 102 fprintf(stdou [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_parser.c | 67 fprintf(fp, "\t/* ---EMPTY CMD */\n"); 69 fprintf(fp, "\t/* DRAW: num: %d, index_draw: %s */\n", 77 fprintf(fp, "\t/* SHADER_INFO: prefetch: %d, size: %d */\n", 85 fprintf(fp, "\t/* UNKNOWN_1 */\n"); 91 fprintf(fp, "\t/* VARYING_ATTRIBUTE_COUNT: nr_vary: %d, nr_attr: %d */\n", 98 fprintf(fp, "\t/* ATTRIBUTES_ADDRESS: address: 0x%08x, size: %d */\n", 105 fprintf(fp, "\t/* VARYINGS_ADDRESS: varying info @ 0x%08x, size: %d */\n", 112 fprintf(fp, "\t/* UNIFORMS_ADDRESS (GP): address: 0x%08x, size: %d */\n", 119 fprintf(fp, "\t/* SHADER_ADDRESS (VS): address: 0x%08x, size: %d */\n", 127 fprintf(f [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | disasm.c | 52 fprintf(fp, "^%u", cur_dest_index + unit); 62 fprintf(fp, "/t[addr0]"); 65 fprintf(fp, "/v"); 67 fprintf(fp, "/$"); 68 fprintf(fp, "%u", instr->store0_addr); 71 fprintf(fp, "."); 73 fprintf(fp, "x"); 75 fprintf(fp, "y"); 81 fprintf(fp, "/t[addr0]"); 84 fprintf(f [all...] |
| /xsrc/external/mit/ctwm/dist/tests/test_m4/ |
| H A D | test_m4.c | 26 fprintf(stderr, "BUG: Scr == NULL\n"); 30 fprintf(stderr, "BUG: Scr->workSpaceMgr.geometry == NULL\n"); 37 fprintf(stderr, "Got '%s' instead of expected '%s' geometry.\n", 43 fprintf(stderr, "Got '%d' instead of expected '%d' columns.\n", 50 fprintf(stdout, "OK\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | disasm.c | 43 fprintf(fp, "."); 45 fprintf(fp, "%c", "xyzw"[swizzle & 3]); 54 fprintf(fp, "."); 55 if (mask & 1) fprintf(fp, "x"); 56 if (mask & 2) fprintf(fp, "y"); 57 if (mask & 4) fprintf(fp, "z"); 58 if (mask & 8) fprintf(fp, "w"); 65 fprintf(fp, "%s", special); 70 fprintf(fp, "^const0"); 73 fprintf(f [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_print_visitor.cpp | 57 fprintf(f, "(structure (%s) (%s@%p) (%u) (\n", 61 fprintf(f, "\t(("); 63 fprintf(f, ")(%s))\n", s->fields.structure[j].name); 66 fprintf(f, ")\n"); 70 fprintf(f, "(\n"); 74 fprintf(f, "\n"); 76 fprintf(f, ")\n"); 107 fprintf(f, " "); 146 fprintf(f, "error"); 151 fprintf( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_print_visitor.cpp | 58 fprintf(f, "(structure (%s) (%s@%p) (%u) (\n", 62 fprintf(f, "\t(("); 64 fprintf(f, ")(%s))\n", s->fields.structure[j].name); 67 fprintf(f, ")\n"); 71 fprintf(f, "(\n"); 75 fprintf(f, "\n"); 77 fprintf(f, ")\n"); 108 fprintf(f, " "); 149 fprintf(f, "(array "); 151 fprintf( [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog_dump.c | 136 fprintf(stderr, " dst: %d%s op: ", 139 fprintf(stderr, "PRED %u", 144 fprintf(stderr, "PVS_MACRO_OP_2CLK_M2X_ADD\n"); 146 fprintf(stderr, " PVS_MACRO_OP_2CLK_MADD\n"); 149 fprintf(stderr, "%s\n", r300_vs_me_ops[op & 0x1f]); 151 fprintf(stderr, "%s\n", r300_vs_ve_ops[op & 0x1f]); 157 fprintf(stderr, " reg: %d%s swiz: %s%s/%s%s/%s%s/%s%s\n", 176 fprintf(stderr, "Final vertex program code:\n"); 182 fprintf(stderr, "%d: op: 0x%08x", i, vs->body.d[offset]); 186 fprintf(stder [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/ |
| H A D | r3xx_vertprog_dump.c | 136 fprintf(stderr, " dst: %d%s op: ", 139 fprintf(stderr, "PRED %u", 144 fprintf(stderr, "PVS_MACRO_OP_2CLK_M2X_ADD\n"); 146 fprintf(stderr, " PVS_MACRO_OP_2CLK_MADD\n"); 149 fprintf(stderr, "%s\n", r300_vs_me_ops[op & 0x1f]); 151 fprintf(stderr, "%s\n", r300_vs_ve_ops[op & 0x1f]); 157 fprintf(stderr, " reg: %d%s swiz: %s%s/%s%s/%s%s/%s%s\n", 176 fprintf(stderr, "Final vertex program code:\n"); 182 fprintf(stderr, "%d: op: 0x%08x", i, vs->body.d[offset]); 186 fprintf(stder [all...] |