Lines Matching refs:clif
90 clif_lookup_bo(struct clif_dump *clif, uint32_t addr);
93 clif_dump_add_address_to_worklist(struct clif_dump *clif,
97 bool v3d33_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
99 bool v3d41_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
101 bool v3d42_clif_dump_packet(struct clif_dump *clif, uint32_t offset,
105 out(struct clif_dump *clif, const char *fmt, ...)
110 vfprintf(clif->out, fmt, args);
115 out_address(struct clif_dump *clif, uint32_t addr)
117 struct clif_bo *bo = clif_lookup_bo(clif, addr);
119 out(clif, "[%s+0x%08x] /* 0x%08x */",
122 out(clif, "/* XXX: BO unknown */ 0x%08x", addr);
124 out(clif, "[null]");