Home
last modified time | relevance | path

Searched refs:constructor_type (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1181 const glsl_type *constructor_type, in process_vec_mat_constructor() argument
1195 if (constructor_type->vector_elements <= 1) { in process_vec_mat_constructor()
1206 || (constructor_type->is_vector() && in process_vec_mat_constructor()
1207 constructor_type->vector_elements != parameter_count) in process_vec_mat_constructor()
1208 || (constructor_type->is_matrix() && in process_vec_mat_constructor()
1209 constructor_type->matrix_columns != parameter_count)) { in process_vec_mat_constructor()
1211 constructor_type->is_vector() ? "vector" : "matrix", in process_vec_mat_constructor()
1212 constructor_type->vector_elements); in process_vec_mat_constructor()
1227 implicitly_convert_component(ir, constructor_type->base_type, state); in process_vec_mat_constructor()
1229 if (constructor_type->is_matrix()) { in process_vec_mat_constructor()
[all …]
Dast.h414 constructor_type(NULL) in ast_aggregate_initializer()
427 const glsl_type *constructor_type; variable
Dglsl_parser_extras.cpp947 ai->constructor_type = type; in _mesa_ast_set_aggregate_type()