Home | History | Annotate | Download | only in i965

Lines Matching full:type_size

364 type_size(const struct glsl_type *type)
386 return type_size(type->fields.array) * type->length;
390 size += type_size(type->fields.structure[i].type);
428 this->reg = v->virtual_grf_alloc(type_size(type));
444 this->reg = v->virtual_grf_alloc(type_size(type));
802 for (int i = ir->location; i < ir->location + type_size(ir->type); i++) {
816 for (int i = 0; i < type_size(ir->type); i++) {
843 this->uniform_size[this->uniforms] = type_size(ir->type);
1445 int element_size = type_size(ir->type);
1505 offset += type_size(struct_type->fields.structure[i].type);
1725 for (i = 0; i < type_size(ir->lhs->type); i++) {