Searched refs:can_implicitly_convert_to (Results 1 – 5 of 5) sorted by relevance
86 if (!actual->type->can_implicitly_convert_to(param->type, state)) in parameter_lists_match()91 if (!param->type->can_implicitly_convert_to(actual->type, state)) in parameter_lists_match()
997 if (from->type->can_implicitly_convert_to(desired_type, state)) { in implicitly_convert_component()
6723 glsl_type::int_type->can_implicitly_convert_to(glsl_type::uint_type, in hir()
433 bool can_implicitly_convert_to(const glsl_type *desired,
1510 glsl_type::can_implicitly_convert_to(const glsl_type *desired, in can_implicitly_convert_to() function in glsl_type