Searched refs:ifc_type (Results 1 – 6 of 6) sorted by relevance
114 long ifc_type; member
1589 } else if (const glsl_type *ifc_type = var->get_interface_type()) { in visit() local1595 ifc_type); in visit()1601 ifc_type->length); in visit()1602 _mesa_hash_table_insert(this->unnamed_interfaces, ifc_type, in visit()1605 unsigned index = ifc_type->field_index(var->name); in visit()1606 assert(index < ifc_type->length); in visit()1710 const glsl_type *ifc_type = (const glsl_type *) key; in fixup_unnamed_interface_type() local1712 unsigned num_fields = ifc_type->length; in fixup_unnamed_interface_type()1714 memcpy(fields, ifc_type->fields.structure, in fixup_unnamed_interface_type()1729 (glsl_interface_packing) ifc_type->interface_packing; in fixup_unnamed_interface_type()[all …]