Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/clif/
Dv3dx_dump.c112 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.c165 struct v3d_group *state = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
167 struct v3d_group *attr = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.h39 struct v3d_group *v3d_spec_find_struct(struct v3d_spec *spec, const char *name);
Dv3d_decoder.c100 v3d_spec_find_struct(struct v3d_spec *spec, const char *name) in v3d_spec_find_struct() function
340 else if (g = v3d_spec_find_struct(ctx->spec, s), g != NULL) in string_to_type()
952 v3d_spec_find_struct(iter->group->spec, in v3d_field_iterator_next()