Searched refs:v3d_spec_find_struct (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/broadcom/clif/ |
D | v3dx_dump.c | 131 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()
|
D | clif_dump.c | 166 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/ |
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 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()
|