Searched refs:ifc_type (Results 1 – 1 of 1) sorted by relevance
1482 } else if (const glsl_type *ifc_type = var->get_interface_type()) { in visit() local1488 ifc_type); in visit()1494 ifc_type->length); in visit()1495 _mesa_hash_table_insert(this->unnamed_interfaces, ifc_type, in visit()1498 unsigned index = ifc_type->field_index(var->name); in visit()1499 assert(index < ifc_type->length); in visit()1603 const glsl_type *ifc_type = (const glsl_type *) key; in fixup_unnamed_interface_type() local1605 unsigned num_fields = ifc_type->length; in fixup_unnamed_interface_type()1607 memcpy(fields, ifc_type->fields.structure, in fixup_unnamed_interface_type()1622 (glsl_interface_packing) ifc_type->interface_packing; in fixup_unnamed_interface_type()[all …]