Searched refs:can_implicitly_convert_to (Results 1 – 4 of 4) sorted by relevance
82 if (!actual->type->can_implicitly_convert_to(param->type)) in parameter_lists_match()87 if (!param->type->can_implicitly_convert_to(actual->type)) in parameter_lists_match()
297 bool can_implicitly_convert_to(const glsl_type *desired) const;
617 glsl_type::can_implicitly_convert_to(const glsl_type *desired) const in can_implicitly_convert_to() function in glsl_type
620 if (result->type->can_implicitly_convert_to(desired_type)) { in process_array_constructor()