Home
last modified time | relevance | path

Searched refs:v3d_group (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.h35 struct v3d_group;
39 struct v3d_group *v3d_spec_find_struct(struct v3d_spec *spec, const char *name);
41 struct v3d_group *v3d_spec_find_instruction(struct v3d_spec *spec, const uint8_t *p);
42 struct v3d_group *v3d_spec_find_register(struct v3d_spec *spec, uint32_t offset);
43 struct v3d_group *v3d_spec_find_register_by_name(struct v3d_spec *spec, const char *name);
44 int v3d_group_get_length(struct v3d_group *group);
45 const char *v3d_group_get_name(struct v3d_group *group);
46 uint8_t v3d_group_get_opcode(struct v3d_group *group);
50 struct v3d_group *group;
53 struct v3d_group *struct_desc;
[all …]
Dv3d_decoder.c46 struct v3d_group *commands[256];
48 struct v3d_group *structs[256];
50 struct v3d_group *registers[256];
66 struct v3d_group *group;
79 v3d_group_get_name(struct v3d_group *group) in v3d_group_get_name()
85 v3d_group_get_opcode(struct v3d_group *group) in v3d_group_get_opcode()
90 struct v3d_group *
100 struct v3d_group *
110 struct v3d_group *
203 static struct v3d_group *
[all …]
/external/mesa3d/src/broadcom/clif/
Dv3dx_dump.c64 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl); in v3dX()
112 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX()
132 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX()
134 struct v3d_group *addr = v3d_spec_find_struct(clif->spec, in v3dX()
Dclif_dump.c164 struct v3d_group *state = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
166 struct v3d_group *attr = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl_dump.c51 struct v3d_group *inst = v3d_spec_find_instruction(spec, p); in vc4_dump_cl()