Home
last modified time | relevance | path

Searched refs:v3d_spec (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.h34 struct v3d_spec;
39 struct v3d_group *v3d_spec_find_struct(struct v3d_spec *spec, const char *name);
40 struct v3d_spec *v3d_spec_load(const struct v3d_device_info *devinfo);
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);
47 struct v3d_enum *v3d_spec_find_enum(struct v3d_spec *spec, const char *name);
64 struct v3d_spec *spec;
Dv3d_decoder.c47 struct v3d_spec { struct
79 struct v3d_spec *spec; argument
100 v3d_spec_find_struct(struct v3d_spec *spec, const char *name) in v3d_spec_find_struct()
110 v3d_spec_find_register(struct v3d_spec *spec, uint32_t offset) in v3d_spec_find_register()
120 v3d_spec_find_register_by_name(struct v3d_spec *spec, const char *name) in v3d_spec_find_register_by_name()
131 v3d_spec_find_enum(struct v3d_spec *spec, const char *name) in v3d_spec_find_enum()
540 struct v3d_spec *spec = ctx->spec; in end_element()
661 struct v3d_spec *
664 struct v3d_spec *spec = calloc(1, sizeof(struct v3d_spec)); in v3d_spec_load()
740 v3d_spec_find_instruction(struct v3d_spec *spec, const uint8_t *p) in v3d_spec_find_instruction()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl_dump.c43 struct v3d_spec *spec = v3d_spec_load(&devinfo); in vc4_dump_cl()
/third_party/mesa3d/src/broadcom/clif/
Dclif_private.h43 struct v3d_spec *spec;