Lines Matching defs:spec
64 struct v3d_group *inst = v3d_spec_find_instruction(clif->spec, cl);
131 struct v3d_group *spec = v3d_spec_find_struct(clif->spec,
133 assert(spec);
139 v3d_print_group(clif, spec, 0, cl);
140 cl += v3d_group_get_length(spec);
141 *size += v3d_group_get_length(spec);
151 struct v3d_group *spec = v3d_spec_find_struct(clif->spec,
153 struct v3d_group *addr = v3d_spec_find_struct(clif->spec,
155 assert(spec);
162 v3d_print_group(clif, spec, 0, cl);
163 cl += v3d_group_get_length(spec);
164 *size += v3d_group_get_length(spec);