Searched refs:ifc_type (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 1335 const glsl_type *ifc_type = in TEST_F() local 1339 nir_variable *ssbo0 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo0"); in TEST_F() 1340 nir_variable *ssbo1 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo1"); in TEST_F() 1342 nir_variable *out = create_var(nir_var_mem_ssbo, ifc_type, "out"); in TEST_F() 1382 const glsl_type *ifc_type = in TEST_F() local 1386 nir_variable *ssbo0 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo0"); in TEST_F() 1387 nir_variable *ssbo1 = create_var(nir_var_mem_ssbo, ifc_type, "ssbo1"); in TEST_F() 1388 nir_variable *out = create_var(nir_var_mem_ssbo, ifc_type, "out"); in TEST_F() 1421 const glsl_type *ifc_type = in TEST_F() local 1425 const glsl_type *arr_ifc_type = glsl_type::get_array_instance(ifc_type, 2); in TEST_F() [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 1494 } else if (const glsl_type *ifc_type = var->get_interface_type()) { in visit() local 1500 ifc_type); in visit() 1506 ifc_type->length); in visit() 1507 _mesa_hash_table_insert(this->unnamed_interfaces, ifc_type, in visit() 1510 unsigned index = ifc_type->field_index(var->name); in visit() 1511 assert(index < ifc_type->length); in visit() 1615 const glsl_type *ifc_type = (const glsl_type *) key; in fixup_unnamed_interface_type() local 1617 unsigned num_fields = ifc_type->length; in fixup_unnamed_interface_type() 1619 memcpy(fields, ifc_type->fields.structure, in fixup_unnamed_interface_type() 1634 (glsl_interface_packing) ifc_type->interface_packing; in fixup_unnamed_interface_type() [all …]
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mtio.h | 114 long ifc_type; member
|
/third_party/musl/ndk_musl_include/sys/ |
D | mtio.h | 114 long ifc_type; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mtio.h | 114 long ifc_type; member
|
/third_party/musl/include/sys/ |
D | mtio.h | 114 long ifc_type; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mtio.h | 114 long ifc_type; member
|