Searched refs:ifc_type (Results 1 – 1 of 1) sorted by relevance
1555 } else if (const glsl_type *ifc_type = var->get_interface_type()) { in visit() local1561 ifc_type); in visit()1567 ifc_type->length); in visit()1568 _mesa_hash_table_insert(this->unnamed_interfaces, ifc_type, in visit()1571 unsigned index = ifc_type->field_index(var->name); in visit()1572 assert(index < ifc_type->length); in visit()1676 const glsl_type *ifc_type = (const glsl_type *) key; in fixup_unnamed_interface_type() local1678 unsigned num_fields = ifc_type->length; in fixup_unnamed_interface_type()1680 memcpy(fields, ifc_type->fields.structure, in fixup_unnamed_interface_type()1695 (glsl_interface_packing) ifc_type->interface_packing; in fixup_unnamed_interface_type()[all …]