Lines Matching refs:clif
38 v3dX(clif_dump_packet)(struct clif_dump *clif, uint32_t offset, in v3dX()
41 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl); in v3dX()
43 out(clif, "0x%08x: Unknown packet %d!\n", offset, *cl); in v3dX()
49 out(clif, "%s\n", v3d_group_get_name(inst)); in v3dX()
50 v3d_print_group(clif->out, inst, 0, cl, ""); in v3dX()
58 clif_dump_add_address_to_worklist(clif, in v3dX()
83 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX()
90 v3d_print_group(clif->out, spec, 0, cl, ""); in v3dX()
100 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX()
102 struct v3d_group *addr = v3d_spec_find_struct(clif->spec, in v3dX()
110 v3d_print_group(clif->out, spec, 0, cl, ""); in v3dX()
116 v3d_print_group(clif->out, addr, 0, cl, ""); in v3dX()
128 clif_dump_add_address_to_worklist(clif, in v3dX()
143 v3dX(clif_dump_gl_shader_state_record)(struct clif_dump *clif, in v3dX()
147 struct v3d_group *state = v3d_spec_find_struct(clif->spec, in v3dX()
149 struct v3d_group *attr = v3d_spec_find_struct(clif->spec, in v3dX()
154 out(clif, "GL Shader State Record at 0x%08x\n", reloc->addr); in v3dX()
155 v3d_print_group(clif->out, state, 0, vaddr, ""); in v3dX()
159 out(clif, " Attribute %d\n", i); in v3dX()
160 v3d_print_group(clif->out, attr, 0, vaddr, ""); in v3dX()