Searched refs:get_interface_instance (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/tests/ |
D | general_ir_test.cpp | 55 glsl_type::get_interface_instance(f, in TEST_F() 83 glsl_type::get_interface_instance(f, in TEST_F()
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.cpp | 1488 glsl_type::get_interface_instance(const glsl_struct_field *fields, in get_interface_instance() function in glsl_type 2316 type = get_interface_instance(fields, this->length, in get_explicit_std140_type() 2674 type = get_interface_instance(fields, this->length, in get_explicit_std430_type() 2781 type = get_interface_instance(fields, this->length, in get_explicit_type_for_size_align() 2860 type = get_interface_instance(fields, this->length, in replace_vec3_with_vec4() 3309 t = glsl_type::get_interface_instance(fields, num_fields, packing, in decode_type_from_blob()
|
D | glsl_types.h | 492 static const glsl_type *get_interface_instance(const glsl_struct_field *fields,
|
D | nir_types.cpp | 686 return glsl_type::get_interface_instance(fields, num_fields, packing, in glsl_interface_type()
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | vars_tests.cpp | 1336 glsl_type::get_interface_instance(&field, 1, in TEST_F() 1383 glsl_type::get_interface_instance(&field, 1, in TEST_F() 1422 glsl_type::get_interface_instance(&field, 1, in TEST_F() 1466 glsl_type::get_interface_instance(&field, 1, in TEST_F() 1516 glsl_type::get_interface_instance(&field, 1, in TEST_F()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | linker.cpp | 1606 glsl_type::get_interface_instance(fields, num_fields, in resize_interface_members() 1637 glsl_type::get_interface_instance(fields, num_fields, packing, in fixup_unnamed_interface_type()
|
D | builtin_variables.cpp | 412 return glsl_type::get_interface_instance(this->fields, this->num_fields, in construct_interface_instance()
|
D | ast_to_hir.cpp | 8331 glsl_type::get_interface_instance(fields, in hir()
|