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;
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.c42 struct v3d_spec { struct
72 struct v3d_spec *spec; argument
91 v3d_spec_find_struct(struct v3d_spec *spec, const char *name) in v3d_spec_find_struct()
101 v3d_spec_find_register(struct v3d_spec *spec, uint32_t offset) in v3d_spec_find_register()
111 v3d_spec_find_register_by_name(struct v3d_spec *spec, const char *name) in v3d_spec_find_register_by_name()
122 v3d_spec_find_enum(struct v3d_spec *spec, const char *name) in v3d_spec_find_enum()
529 struct v3d_spec *spec = ctx->spec; in end_element()
648 struct v3d_spec *
715 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.c43 struct v3d_spec *spec = v3d_spec_load(&devinfo); in vc4_dump_cl()
/external/mesa3d/src/broadcom/clif/
Dclif_private.h43 struct v3d_spec *spec;