Lines Matching defs:clif
85 clif_lookup_bo(struct clif_dump *clif, uint32_t addr);
88 clif_dump_add_address_to_worklist(struct clif_dump *clif,
92 bool v3d33_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
94 bool v3d41_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
96 bool v3d42_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
100 out(struct clif_dump *clif, const char *fmt, ...)
105 vfprintf(clif->out, fmt, args);
110 out_address(struct clif_dump *clif, uint32_t addr)
112 struct clif_bo *bo = clif_lookup_bo(clif, addr);
114 out(clif, "[%s+0x%08x] /* 0x%08x */",
117 out(clif, "/* XXX: BO unknown */ 0x%08x", addr);
119 out(clif, "[null]");