Searched refs:get_record_instance (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/ |
D | nir_types.cpp | 378 return glsl_type::get_record_instance(fields, num_fields, name); in glsl_struct_type()
|
D | glsl_types.h | 283 static const glsl_type *get_record_instance(const glsl_struct_field *fields,
|
D | glsl_types.cpp | 1103 glsl_type::get_record_instance(const glsl_struct_field *fields, in get_record_instance() function in glsl_type 2311 t = glsl_type::get_record_instance(fields, num_fields, name); in decode_type_from_blob()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | array_refcount_test.cpp | 481 glsl_type::get_record_instance(fields, ARRAY_SIZE(fields), "S"); in TEST_F()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 7509 type = glsl_type::get_record_instance(fields, decl_count, this->name); in hir()
|