Lines Matching defs:out
55 FILE *out, bool pretty, bool nobin)
60 clif->out = out;
102 #define out_uint(_clif, field) out(_clif, " /* %s = */ %u\n", \
123 out(clif, "Failed to look up address 0x%08x\n",
135 out(clif, "Failed to look up address 0x%08x\n",
141 out(clif, "@format ctrllist /* [%s+0x%08x] */\n",
178 out(clif, "@format shadrec_gl_geom\n");
184 out(clif, "@format shadrec_gl_main\n");
189 out(clif, "@format shadrec_gl_attr /* %d */\n", i);
204 out(clif, "Failed to look up address 0x%08x\n",
241 out(clif, "\n");
242 out(clif, "@format blank %d /* [%s+0x%08x..0x%08x] */\n", end - start,
263 out(clif, "@format binary /* [%s+0x%08x] */\n",
273 out(clif, "0x%08x ", *(uint32_t *)(bo->vaddr + offset));
276 out(clif, "0x%02x ", *(uint8_t *)(bo->vaddr + offset));
281 out(clif, "\n");
286 out(clif, "\n");
318 out(clif, "Failed to look up address 0x%08x\n",
325 /* Finish out the last of the last BO. */
331 out(clif, "\n");
332 out(clif, "@buffer %s\n", new_bo->name);
347 out(clif, "\n");
364 out(clif, "\n");
376 out(clif, "@buffer %s\n", bo->name);
378 out(clif, "\n");
410 out(clif, "@createbuf_aligned 4096 %s\n", clif->bo[i].name);
413 /* Walk the worklist figuring out the locations of structs based on
423 out(clif, "@add_bin 0\n ");
425 out(clif, "\n ");
427 out(clif, "\n ");
429 out(clif, "\n %d\n ", submit->qms);
431 out(clif, "\n");
432 out(clif, "@wait_bin_all_cores\n");
434 out(clif, "@add_render 0\n ");
436 out(clif, "\n ");
438 out(clif, "\n ");
440 out(clif, "\n");
441 out(clif, "@wait_render_all_cores\n");