Home
last modified time | relevance | path

Searched refs:ifc_type (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/ndk_musl_include/sys/
Dmtio.h114 long ifc_type; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmtio.h114 long ifc_type; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmtio.h114 long ifc_type; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmtio.h114 long ifc_type; member
/third_party/musl/include/sys/
Dmtio.h114 long ifc_type; member
/third_party/mesa3d/src/compiler/glsl/
Dlinker.cpp1589 } else if (const glsl_type *ifc_type = var->get_interface_type()) { in visit() local
1595 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() local
1712 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 …]