Searched refs:get_struct_instance (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/ |
D | glsl_types.cpp | 450 get_struct_instance(bare_fields, this->length, this->name); in get_bare_type() 1327 glsl_type::get_struct_instance(const glsl_struct_field *fields, in get_struct_instance() function in glsl_type 2123 type = get_struct_instance(fields, this->length, this->name); in get_explicit_std140_type() 2481 type = get_struct_instance(fields, this->length, this->name); in get_explicit_std430_type() 2576 type = get_struct_instance(fields, this->length, this->name, in get_explicit_type_for_size_align() 2655 type = get_struct_instance(fields, this->length, this->name, in replace_vec3_with_vec4() 3104 t = glsl_type::get_struct_instance(fields, num_fields, name, packed, in decode_type_from_blob()
|
D | glsl_types.h | 475 static const glsl_type *get_struct_instance(const glsl_struct_field *fields,
|
D | nir_types.cpp | 606 return glsl_type::get_struct_instance(fields, num_fields, name, packed); in glsl_struct_type()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | array_refcount_test.cpp | 489 glsl_type::get_struct_instance(fields, ARRAY_SIZE(fields), "S"); in TEST_F()
|
/external/mesa3d/src/compiler/glsl/ |
D | ast_to_hir.cpp | 7771 type = glsl_type::get_struct_instance(fields, decl_count, this->name); in hir()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 4504 - glsl: rename get_record_instance() -> get_struct_instance()
|