Home | History | Annotate | Download | only in i965

Lines Matching full:type_size

271 fs_visitor::type_size(const struct glsl_type *type)
282 return type_size(type->fields.array) * type->length;
286 size += type_size(type->fields.structure[i].type);
464 this->reg = v->virtual_grf_alloc(v->type_size(type));