Lines Matching refs:clif
91 clif_lookup_bo(struct clif_dump *clif, uint32_t addr);
94 clif_dump_add_address_to_worklist(struct clif_dump *clif,
98 bool v3d33_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
100 bool v3d41_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
102 bool v3d42_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
106 out(struct clif_dump *clif, const char *fmt, ...)
111 vfprintf(clif->out, fmt, args);
116 out_address(struct clif_dump *clif, uint32_t addr)
118 struct clif_bo *bo = clif_lookup_bo(clif, addr);
120 out(clif, "[%s+0x%08x] /* 0x%08x */",
123 out(clif, "/* XXX: BO unknown */ 0x%08x", addr);
125 out(clif, "[null]");