Home
last modified time | relevance | path

Searched refs:get_struct_instance (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/compiler/
Dglsl_types.cpp452 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()
Dglsl_types.h483 static const glsl_type *get_struct_instance(const glsl_struct_field *fields,
Dnir_types.cpp676 return glsl_type::get_struct_instance(fields, num_fields, name, packed); in glsl_struct_type()
/third_party/mesa3d/src/compiler/glsl/tests/
Darray_refcount_test.cpp489 glsl_type::get_struct_instance(fields, ARRAY_SIZE(fields), "S"); in TEST_F()
/third_party/mesa3d/src/compiler/glsl/
Dir.cpp1808 this->type = glsl_type::get_struct_instance(fields, 2, "struct"); in set_sampler()
Dast_to_hir.cpp7891 type = glsl_type::get_struct_instance(fields, decl_count, this->name); in hir()
Dbuiltin_functions.cpp8158 ret_type = glsl_type::get_struct_instance(fields, 2, "struct"); in _image_prototype()
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst4504 - glsl: rename get_record_instance() -> get_struct_instance()