Searched refs:can_implicitly_convert_to (Results 1 – 6 of 6) 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()
1113 if (from->type->can_implicitly_convert_to(desired_type, state)) { in implicitly_convert_component()
6976 glsl_type::int_type->can_implicitly_convert_to(glsl_type::uint_type, in hir()
709 bool can_implicitly_convert_to(const glsl_type *desired,
1754 glsl_type::can_implicitly_convert_to(const glsl_type *desired, in can_implicitly_convert_to() function in glsl_type
152 - glsl: Add method glsl_type::can_implicitly_convert_to()