Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1065 const glsl_type *constructor_type, in process_vec_mat_constructor() argument
1079 if (constructor_type->vector_elements <= 1) { in process_vec_mat_constructor()
1090 || (constructor_type->is_vector() && in process_vec_mat_constructor()
1091 constructor_type->vector_elements != parameter_count) in process_vec_mat_constructor()
1092 || (constructor_type->is_matrix() && in process_vec_mat_constructor()
1093 constructor_type->matrix_columns != parameter_count)) { in process_vec_mat_constructor()
1095 constructor_type->is_vector() ? "vector" : "matrix", in process_vec_mat_constructor()
1096 constructor_type->vector_elements); in process_vec_mat_constructor()
1111 implicitly_convert_component(ir, constructor_type->base_type, state); in process_vec_mat_constructor()
1113 if (constructor_type->is_matrix()) { in process_vec_mat_constructor()
[all …]
Dast.h409 constructor_type(NULL) in ast_aggregate_initializer()
422 const glsl_type *constructor_type; variable
Dglsl_parser_extras.cpp902 ai->constructor_type = type; in _mesa_ast_set_aggregate_type()
/external/v8/src/compiler/
Djs-typed-lowering.cc1323 Type constructor_type = NodeProperties::GetType(constructor); in ReduceJSOrdinaryHasInstance() local
1329 if (!constructor_type.Maybe(Type::Callable())) { in ReduceJSOrdinaryHasInstance()
1339 !constructor_type.Maybe(Type::BoundFunction())) { in ReduceJSOrdinaryHasInstance()