Searched refs:constructor_type (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_function.cpp1124 const glsl_type *constructor_type,
1138 if (constructor_type->vector_elements <= 1) {
1149 || (constructor_type->is_vector() &&
1150 constructor_type->vector_elements != parameter_count)
1151 || (constructor_type->is_matrix() &&
1152 constructor_type->matrix_columns != parameter_count)) {
1154 constructor_type->is_vector() ? "vector" : "matrix",
1155 constructor_type->vector_elements);
1170 implicitly_convert_component(ir, constructor_type->base_type, state);
1172 if (constructor_type
1123 process_vec_mat_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument
1224 process_array_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument
1881 process_record_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument
2056 const glsl_type *const constructor_type = type->glsl_type(& name, state); local in function:ast_function_expression::hir
2448 const glsl_type *const constructor_type = this->constructor_type; local in function:ast_aggregate_initializer::hir
[all...]
H A Dast.h410 constructor_type(NULL)
423 const glsl_type *constructor_type; member in class:ast_aggregate_initializer
H A Dglsl_parser_extras.cpp877 * and sets <expr>'s <constructor_type> field to <type>. Gives later functions
926 ai->constructor_type = type;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_function.cpp1181 const glsl_type *constructor_type,
1195 if (constructor_type->vector_elements <= 1) {
1206 || (constructor_type->is_vector() &&
1207 constructor_type->vector_elements != parameter_count)
1208 || (constructor_type->is_matrix() &&
1209 constructor_type->matrix_columns != parameter_count)) {
1211 constructor_type->is_vector() ? "vector" : "matrix",
1212 constructor_type->vector_elements);
1227 implicitly_convert_component(ir, constructor_type->base_type, state);
1229 if (constructor_type
1180 process_vec_mat_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument
1281 process_array_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument
1938 process_record_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument
2121 const glsl_type *const constructor_type = type->glsl_type(& name, state); local in function:ast_function_expression::hir
2541 const glsl_type *const constructor_type = this->constructor_type; local in function:ast_aggregate_initializer::hir
[all...]
H A Dast.h414 constructor_type(NULL)
427 const glsl_type *constructor_type; member in class:ast_aggregate_initializer
H A Dglsl_parser_extras.cpp915 * and sets <expr>'s <constructor_type> field to <type>. Gives later functions
964 ai->constructor_type = type;

Completed in 15 milliseconds