Searched refs:clif (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/clif/
H A Dclif_dump.c36 clif_dump_add_address_to_worklist(struct clif_dump *clif, argument
41 rzalloc(clif, struct reloc_worklist_entry);
48 list_addtail(&entry->link, &clif->worklist);
57 struct clif_dump *clif = rzalloc(NULL, struct clif_dump); local in function:clif_dump_init
59 clif->devinfo = devinfo;
60 clif->out = out;
61 clif->spec = v3d_spec_load(devinfo);
62 clif->pretty = pretty;
63 clif->nobin = nobin;
65 list_inithead(&clif
71 clif_dump_destroy(struct clif_dump * clif) argument
77 clif_lookup_bo(struct clif_dump * clif,uint32_t addr) argument
92 clif_lookup_vaddr(struct clif_dump * clif,uint32_t addr,void ** vaddr) argument
106 clif_dump_packet(struct clif_dump * clif,uint32_t offset,const uint8_t * cl,uint32_t * size,bool reloc_mode) argument
118 clif_dump_cl(struct clif_dump * clif,uint32_t start,uint32_t end,bool reloc_mode) argument
161 clif_dump_gl_shader_state_record(struct clif_dump * clif,struct reloc_worklist_entry * reloc,void * vaddr) argument
187 clif_process_worklist(struct clif_dump * clif) argument
221 clif_dump_if_blank(struct clif_dump * clif,struct clif_bo * bo,uint32_t start,uint32_t end) argument
239 clif_dump_binary(struct clif_dump * clif,struct clif_bo * bo,uint32_t start,uint32_t end) argument
282 clif_dump_buffers(struct clif_dump * clif) argument
369 clif_dump_add_cl(struct clif_dump * clif,uint32_t start,uint32_t end) argument
384 clif_dump(struct clif_dump * clif,const struct drm_v3d_submit_cl * submit) argument
431 clif_dump_add_bo(struct clif_dump * clif,const char * name,uint32_t offset,uint32_t size,void * vaddr) argument
[all...]
H A Dclif_dump.h36 void clif_dump(struct clif_dump *clif, const struct drm_v3d_submit_cl *submit);
37 void clif_dump_destroy(struct clif_dump *clif);
39 void clif_dump_add_bo(struct clif_dump *clif, const char *name,
41 void clif_dump_add_cl(struct clif_dump *clif, uint32_t start, uint32_t end);
H A Dclif_private.h90 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, ...) argument
110 vfprintf(clif->out, fmt, args);
115 out_address(struct clif_dump *clif, uint32_t addr) argument
117 struct clif_bo *bo = clif_lookup_bo(clif, addr);
119 out(clif, "[
[all...]
H A Dv3dx_dump.c61 v3dX(clif_dump_packet)(struct clif_dump *clif, uint32_t offset,
64 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl);
66 out(clif, "0x%08x: Unknown packet %d!\n", offset, *cl);
74 out(clif, "%s\n", name);
76 v3d_print_group(clif, inst, 0, cl);
86 clif_dump_add_address_to_worklist(clif,
112 struct v3d_group *spec = v3d_spec_find_struct(clif->spec,
120 v3d_print_group(clif, spec, 0, cl);
125 out(clif, "@format ctrllist\n");
132 struct v3d_group *spec = v3d_spec_find_struct(clif
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/clif/
H A Dclif_dump.c36 clif_dump_add_address_to_worklist(struct clif_dump *clif, argument
41 rzalloc(clif, struct reloc_worklist_entry);
48 list_addtail(&entry->link, &clif->worklist);
57 struct clif_dump *clif = rzalloc(NULL, struct clif_dump); local in function:clif_dump_init
59 clif->devinfo = devinfo;
60 clif->out = out;
61 clif->spec = v3d_spec_load(devinfo);
62 clif->pretty = pretty;
64 list_inithead(&clif->worklist);
66 return clif;
70 clif_dump_destroy(struct clif_dump * clif) argument
76 clif_lookup_bo(struct clif_dump * clif,uint32_t addr) argument
91 clif_lookup_vaddr(struct clif_dump * clif,uint32_t addr,void ** vaddr) argument
105 clif_dump_packet(struct clif_dump * clif,uint32_t offset,const uint8_t * cl,uint32_t * size,bool reloc_mode) argument
115 clif_dump_cl(struct clif_dump * clif,uint32_t start,uint32_t end,bool reloc_mode) argument
158 clif_dump_gl_shader_state_record(struct clif_dump * clif,struct reloc_worklist_entry * reloc,void * vaddr) argument
184 clif_process_worklist(struct clif_dump * clif) argument
218 clif_dump_if_blank(struct clif_dump * clif,struct clif_bo * bo,uint32_t start,uint32_t end) argument
236 clif_dump_binary(struct clif_dump * clif,struct clif_bo * bo,uint32_t start,uint32_t end) argument
276 clif_dump_buffers(struct clif_dump * clif) argument
363 clif_dump_add_cl(struct clif_dump * clif,uint32_t start,uint32_t end) argument
378 clif_dump(struct clif_dump * clif,const struct drm_v3d_submit_cl * submit) argument
425 clif_dump_add_bo(struct clif_dump * clif,const char * name,uint32_t offset,uint32_t size,void * vaddr) argument
[all...]
H A Dclif_dump.h36 void clif_dump(struct clif_dump *clif, const struct drm_v3d_submit_cl *submit);
37 void clif_dump_destroy(struct clif_dump *clif);
39 void clif_dump_add_bo(struct clif_dump *clif, const char *name,
41 void clif_dump_add_cl(struct clif_dump *clif, uint32_t start, uint32_t end);
H A Dclif_private.h85 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, ...) argument
105 vfprintf(clif->out, fmt, args);
110 out_address(struct clif_dump *clif, uint32_t addr) argument
112 struct clif_bo *bo = clif_lookup_bo(clif, addr);
114 out(clif, "[
[all...]
H A Dv3dx_dump.c61 v3dX(clif_dump_packet)(struct clif_dump *clif, uint32_t offset,
64 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl);
66 out(clif, "0x%08x: Unknown packet %d!\n", offset, *cl);
74 out(clif, "%s\n", name);
76 v3d_print_group(clif, inst, 0, cl);
86 clif_dump_add_address_to_worklist(clif,
112 struct v3d_group *spec = v3d_spec_find_struct(clif->spec,
120 v3d_print_group(clif, spec, 0, cl);
125 out(clif, "@format ctrllist\n");
132 struct v3d_group *spec = v3d_spec_find_struct(clif
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_cl_dump.c31 #include "broadcom/clif/clif_dump.h"
45 struct clif_dump *clif = clif_dump_init(&devinfo, stderr, true); local in function:vc4_dump_cl
66 v3d_print_group(clif, inst, offset, p);
82 clif_dump_destroy(clif);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_cl_dump.c31 #include "broadcom/clif/clif_dump.h"
45 struct clif_dump *clif = clif_dump_init(&devinfo, stderr, true, false); local in function:vc4_dump_cl
66 v3d_print_group(clif, inst, offset, p);
82 clif_dump_destroy(clif);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/
H A DMakefile.sources17 clif/clif_dump.c \
18 clif/clif_dump.h \
19 clif/clif_private.h \
54 clif/v3dx_dump.c \
/xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
H A Dv3d_decoder.h140 bool v3d_field_iterator_next(struct clif_dump *clif,
143 void v3d_print_group(struct clif_dump *clif,
H A Dv3d_decoder.c45 #include "broadcom/clif/clif_private.h"
874 v3d_field_iterator_next(struct clif_dump *clif, struct v3d_field_iterator *iter) argument
928 struct clif_bo *bo = clif_lookup_bo(clif, addr);
956 if (clif->pretty) {
966 if (clif->pretty) {
1001 v3d_print_group(struct clif_dump *clif, struct v3d_group *group, argument
1007 while (v3d_field_iterator_next(clif, &iter)) {
1016 if (clif->pretty) {
1017 fprintf(clif->out, " %s: %s\n",
1020 fprintf(clif
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
H A Dv3d_decoder.h140 bool v3d_field_iterator_next(struct clif_dump *clif,
143 void v3d_print_group(struct clif_dump *clif,
H A Dv3d_decoder.c40 #include "broadcom/clif/clif_private.h"
849 v3d_field_iterator_next(struct clif_dump *clif, struct v3d_field_iterator *iter) argument
903 struct clif_bo *bo = clif_lookup_bo(clif, addr);
931 if (clif->pretty) {
941 if (clif->pretty) {
976 v3d_print_group(struct clif_dump *clif, struct v3d_group *group, argument
982 while (v3d_field_iterator_next(clif, &iter)) {
991 if (clif->pretty) {
992 fprintf(clif->out, " %s: %s\n",
995 fprintf(clif
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_job.c38 #include "broadcom/clif/clif_dump.h"
343 struct clif_dump *clif = clif_dump_init(&v3d->screen->devinfo, local in function:v3d_clif_dump
353 clif_dump_add_bo(clif, name, bo->offset, bo->size, bo->map);
358 clif_dump(clif, &job->submit);
360 clif_dump_destroy(clif);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_job.c38 #include "broadcom/clif/clif_dump.h"
434 struct clif_dump *clif = clif_dump_init(&v3d->screen->devinfo, local in function:v3d_clif_dump
446 clif_dump_add_bo(clif, name, bo->offset, bo->size, bo->map);
451 clif_dump(clif, &job->submit);
453 clif_dump_destroy(clif);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_queue.c27 #include "broadcom/clif/clif_dump.h"
42 struct clif_dump *clif = clif_dump_init(&device->devinfo, local in function:v3dv_clif_dump
59 clif_dump_add_bo(clif, name, bo->offset, bo->size, bo->map);
64 clif_dump(clif, submit);
67 clif_dump_destroy(clif);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst251 - v3dv: clif format dumping support
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json[all...]

Completed in 148 milliseconds