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.c131 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX()
151 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX()
153 struct v3d_group *addr = v3d_spec_find_struct(clif->spec, in v3dX()
Dclif_dump.c166 struct v3d_group *state = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
168 struct v3d_group *attr = v3d_spec_find_struct(clif->spec, in clif_dump_gl_shader_state_record()
175 struct v3d_group *gs_state = 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
295 else if (g = v3d_spec_find_struct(ctx->spec, s), g != NULL) in string_to_type()
907 v3d_spec_find_struct(iter->group->spec, in v3d_field_iterator_next()