Searched refs:v3d_spec_find_struct (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/broadcom/clif/ |
D | v3dx_dump.c | 83 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX() 100 struct v3d_group *spec = v3d_spec_find_struct(clif->spec, in v3dX() 102 struct v3d_group *addr = v3d_spec_find_struct(clif->spec, in v3dX() 147 struct v3d_group *state = v3d_spec_find_struct(clif->spec, in v3dX() 149 struct v3d_group *attr = v3d_spec_find_struct(clif->spec, in v3dX()
|
/external/mesa3d/src/broadcom/cle/ |
D | v3d_decoder.h | 38 struct v3d_group *v3d_spec_find_struct(struct v3d_spec *spec, const char *name);
|
D | v3d_decoder.c | 86 v3d_spec_find_struct(struct v3d_spec *spec, const char *name) in v3d_spec_find_struct() function 322 else if (g = v3d_spec_find_struct(ctx->spec, s), g != NULL) in string_to_type() 824 v3d_spec_find_struct(iter->group->spec, in v3d_field_iterator_next()
|