Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.h34 struct v3d_spec;
38 struct v3d_group *v3d_spec_find_struct(struct v3d_spec *spec, const char *name);
39 struct v3d_spec *v3d_spec_load(const struct v3d_device_info *devinfo);
40 struct v3d_group *v3d_spec_find_instruction(struct v3d_spec *spec, const uint8_t *p);
41 struct v3d_group *v3d_spec_find_register(struct v3d_spec *spec, uint32_t offset);
42 struct v3d_group *v3d_spec_find_register_by_name(struct v3d_spec *spec, const char *name);
46 struct v3d_enum *v3d_spec_find_enum(struct v3d_spec *spec, const char *name);
64 struct v3d_spec *spec;
Dv3d_decoder.c41 struct v3d_spec { struct
70 struct v3d_spec *spec; argument
86 v3d_spec_find_struct(struct v3d_spec *spec, const char *name) in v3d_spec_find_struct()
96 v3d_spec_find_register(struct v3d_spec *spec, uint32_t offset) in v3d_spec_find_register()
106 v3d_spec_find_register_by_name(struct v3d_spec *spec, const char *name) in v3d_spec_find_register_by_name()
117 v3d_spec_find_enum(struct v3d_spec *spec, const char *name) in v3d_spec_find_enum()
476 struct v3d_spec *spec = ctx->spec; in end_element()
580 struct v3d_spec *
641 v3d_spec_find_instruction(struct v3d_spec *spec, const uint8_t *p) in v3d_spec_find_instruction()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl_dump.c42 struct v3d_spec *spec = v3d_spec_load(&devinfo); in vc4_dump_cl()
/external/mesa3d/src/broadcom/clif/
Dclif_private.h38 struct v3d_spec *spec;