Searched refs:v3d_spec_find_struct (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/broadcom/clif/ |
D | v3dx_dump.c | 112 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()
|
D | clif_dump.c | 165 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/ |
D | v3d_decoder.h | 39 struct v3d_group *v3d_spec_find_struct(struct v3d_spec *spec, const char *name);
|
D | v3d_decoder.c | 100 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()
|