Searched refs:get_struct_instance (Results 1 – 8 of 8) sorted by relevance
| /third_party/mesa3d/src/compiler/ |
| D | glsl_types.cpp | 452 get_struct_instance(bare_fields, this->length, this->name); in get_bare_type() 1449 glsl_type::get_struct_instance(const glsl_struct_field *fields, in get_struct_instance() function in glsl_type 2314 type = get_struct_instance(fields, this->length, this->name); in get_explicit_std140_type() 2672 type = get_struct_instance(fields, this->length, this->name); in get_explicit_std430_type() 2777 type = get_struct_instance(fields, this->length, this->name, in get_explicit_type_for_size_align() 2856 type = get_struct_instance(fields, this->length, this->name, in replace_vec3_with_vec4() 3313 t = glsl_type::get_struct_instance(fields, num_fields, name, packed, in decode_type_from_blob()
|
| D | glsl_types.h | 483 static const glsl_type *get_struct_instance(const glsl_struct_field *fields,
|
| D | nir_types.cpp | 676 return glsl_type::get_struct_instance(fields, num_fields, name, packed); in glsl_struct_type()
|
| /third_party/mesa3d/src/compiler/glsl/tests/ |
| D | array_refcount_test.cpp | 489 glsl_type::get_struct_instance(fields, ARRAY_SIZE(fields), "S"); in TEST_F()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir.cpp | 1808 this->type = glsl_type::get_struct_instance(fields, 2, "struct"); in set_sampler()
|
| D | ast_to_hir.cpp | 7891 type = glsl_type::get_struct_instance(fields, decl_count, this->name); in hir()
|
| D | builtin_functions.cpp | 8158 ret_type = glsl_type::get_struct_instance(fields, 2, "struct"); in _image_prototype()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 19.1.0.rst | 4504 - glsl: rename get_record_instance() -> get_struct_instance()
|